We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a07862e commit 9e26228Copy full SHA for 9e26228
1 file changed
doc/perception_pipeline/launch/obstacle_avoidance_demo.launch
@@ -5,7 +5,7 @@
5
<node pkg="moveit_tutorials" type="bag_publisher_maintain_time" name="point_clouds" />
6
7
<!-- If needed, broadcast static tf for robot root -->
8
- <node pkg="tf2_ros" type="static_transform_publisher" name="to_temp_link" args="0 0.4 -0.6 0 0 0 temp_link panda_link0" />
9
- <node pkg="tf2_ros" type="static_transform_publisher" name="to_panda_base" args="0 0 0 0 0.2 1.92 camera_rgb_optical_frame temp_link" />
+ <node pkg="tf2_ros" type="static_transform_publisher" name="to_panda" args="0 0 0 0 0 0 world panda_link0" />
+ <node pkg="tf2_ros" type="static_transform_publisher" name="to_camera" args="0.115 0.427 0.570 0 0.2 1.92 camera_rgb_optical_frame world" />
10
11
</launch>
0 commit comments