-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathgel.launch
More file actions
36 lines (30 loc) · 823 Bytes
/
gel.launch
File metadata and controls
36 lines (30 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<launch>
<!-- Bag -->
<node name="rosbag"
pkg="rosbag"
type="play"
respawn="false"
args="-s 3.3 -r 0.1 $(env BAG_PATH)rgbd_dataset_freiburg1_floor.bag"
/>
<node pkg="rgbd_odometry" name="camTopic2PublisherPyD" type="camTopic2PublisherPyD" output="screen">
</node>
<node pkg="rgbd_odometry" name="dvo" type="dvo" output="screen">
</node>
<!--
<node name="rviz"
pkg="rviz"
type="rviz"
respawn="false"
args="-d $(env PWD)/depth_cam_viz.rviz"
/>
-->
<!--
<node pkg="image_view"
name="image_view"
type="image_view"
output="screen">
<remap from="image" to="/stereo_pose_estimator/image_vis"/>
<param name="autosize" type="bool" value="true" />
</node>
-->
</launch>