Skip to content

Commit

Permalink
Fix base_link
Browse files Browse the repository at this point in the history
  • Loading branch information
rbonghi committed Oct 9, 2024
1 parent 49cb0bd commit 30f7ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nanosaur_description/urdf/nanosaur.urdf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<link name="base_link" />

<joint name="nanosaur_base_joint" type="fixed">
<origin xyz="0 0 0.0" rpy="0 0 0" />
<origin xyz="0 0 0.05" rpy="0 0 0" />
<parent link="base_link"/>
<child link="nanosaur_base"/>
</joint>
Expand Down

0 comments on commit 30f7ef6

Please sign in to comment.