Skip to content

Commit

Permalink
Added base_footprint link
Browse files Browse the repository at this point in the history
  • Loading branch information
VincidaB committed Apr 30, 2024
1 parent 9f1893d commit cb58ce3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/ezbot_robot/description/robot_core.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@
<origin xyz="-0.1 0 0"/>
</joint>

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

<link name="base_footprint">
</link>

<!--z=0.06-->
<link name="chassis">
<visual>
Expand Down

0 comments on commit cb58ce3

Please sign in to comment.