-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update config and recorder launch file
- Loading branch information
1 parent
18c464c
commit f3e15d2
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0"?> | ||
<launch> | ||
<!-- Group without delay --> | ||
<group> | ||
<!-- Run lunabot_bringup --> | ||
<include file="$(find lunabot_bringup)/launch/overhead.launch"/> | ||
|
||
<!-- Run lunabot_perception --> | ||
<include file="$(find lunabot_perception)/launch/cameras.launch"/> | ||
</group> | ||
|
||
<!-- Rosbag record with delay --> | ||
<node name="rosbag_record" pkg="rosbag" type="record" args="-o slam_gt /imu /d455_back/camera/color/image_rect_color /d455_back/camera/aligned_depth_to_color/image_raw /d455_back/camera/aligned_depth_to_color/camera_info /d455_back/camera/color/camera_info /usb_cam/tag_detections --split --duration 60" launch-prefix="bash -c 'sleep 5; $0 $@'"/> | ||
</launch> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters