Skip to content

Commit

Permalink
Changed base_link and base foot_print relationship
Browse files Browse the repository at this point in the history
  • Loading branch information
VincidaB committed May 6, 2024
1 parent 4aa36af commit 7668e96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ezbot_robot/description/robot_core.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
</link>

<joint name= "base_footprint_joint" type="fixed">
<parent link="base_footprint"/>
<child link="base_link"/>
<parent link="base_link"/>
<child link="base_footprint"/>
<origin xyz="0 0 0"/>
</joint>

Expand Down

0 comments on commit 7668e96

Please sign in to comment.