Skip to content

Commit

Permalink
fix tf name
Browse files Browse the repository at this point in the history
  • Loading branch information
tetov committed Aug 20, 2024
1 parent 3ee21f1 commit b9e5ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch/robots.launch
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<param name="robot_description"
command="xacro $(find abb_irb4600_40_255)/urdf/abb_irb4600_40_255.xacro" />
<node pkg="tf" type="static_transform_publisher" name="world_broadcaster"
args="0 0 0 0 0 0 1 world platform_base 100" />
args="0 0 0 0 0 0 1 world base_footprint 100" />
<node pkg="tf" type="static_transform_publisher" name="base_footprint_broadcaster"
args="0 0 0.45 0 0 0 1 base_footprint base_link 100" />
</group>
Expand Down

0 comments on commit b9e5ad3

Please sign in to comment.