Skip to content

Commit 9e26228

Browse files
JStechrhaschke
authored andcommitted
Moved world frame in perception tutorials (#491)
1 parent a07862e commit 9e26228

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/perception_pipeline/launch/obstacle_avoidance_demo.launch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<node pkg="moveit_tutorials" type="bag_publisher_maintain_time" name="point_clouds" />
66

77
<!-- 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" />
8+
<node pkg="tf2_ros" type="static_transform_publisher" name="to_panda" args="0 0 0 0 0 0 world panda_link0" />
9+
<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" />
1010

1111
</launch>

0 commit comments

Comments
 (0)