Skip to content

Commit

Permalink
Make the root_link the father of the base_link instead of the other w…
Browse files Browse the repository at this point in the history
…ay around

This permits to avoid the Gazebo bug described in #140 . 
Furthermore, this will make sure that even after fixed joint lumping the link in Classic Gazebo will be called "root_link".
  • Loading branch information
traversaro committed Sep 29, 2020
1 parent c34c8db commit 7fc64bf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -947,8 +947,8 @@ XMLBlobs:
<joint name="base_fixed_joint" type="fixed">
<origin xyz="0 0 0" rpy="0 -0 0" />
<axis xyz="0 0 0" />
<parent link="base_link" />
<child link="root_link" />
<parent link="root_link" />
<child link="base_link" />
</joint>
- |
<link name="l_foot_dh_frame"/>
Expand Down

0 comments on commit 7fc64bf

Please sign in to comment.