Skip to content

Commit

Permalink
Revert "Switched footprint to be parent"
Browse files Browse the repository at this point in the history
This reverts commit dbf26b4.
  • Loading branch information
VincidaB committed May 9, 2024
1 parent bd342ea commit 478c7bf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/ezbot_robot/description/robot_core.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
</material>

<link name="base_link">

</link>

<!--Chassis-->
Expand All @@ -40,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 478c7bf

Please sign in to comment.