Skip to content

Commit

Permalink
moved up panda so it's not touching the ground
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexseal committed Apr 20, 2024
1 parent 3e84c4b commit 4ac8223
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/panda/panda_on_rail.urdf
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
<link name="track_y">
<visual>
<geometry>
<box size="0.1 1 0.2"/>
<box size="0.1 1 0.1"/>
</geometry>
</visual>
</link>
<joint name="move_x" type="prismatic">
<origin rpy="0 0 0" xyz="0 0 0"/>
<origin rpy="0 0 0" xyz="0 0 0.01"/>
<parent link="track_x"/>
<child link="track_y"/>
<axis xyz="1 0 0"/>
Expand All @@ -39,7 +39,7 @@
</collision>
</link>
<joint name="move_y" type="prismatic">
<origin rpy="0 0 0" xyz="0 0 0"/>
<origin rpy="0 0 0" xyz="0 0 0.01"/>
<parent link="track_y"/>
<child link="panda_link0"/>
<axis xyz="0 1 0"/>
Expand Down

0 comments on commit 4ac8223

Please sign in to comment.