Skip to content

Commit

Permalink
Fixed error in replacing names
Browse files Browse the repository at this point in the history
  • Loading branch information
RDaneelOlivav committed Feb 19, 2019
1 parent f9b97d8 commit 47b9745
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fetch_description/robots/fetch.urdf
Expand Up @@ -565,7 +565,7 @@
<child link="laser_link" />
<axis xyz="0 0 0" />
</joint>
<link name="torsoed_link">
<link name="torso_fixed_link">
<inertial>
<origin rpy="0 0 0" xyz="-0.0722 0.0057 0.2656" />
<mass value="13.2775" />
Expand All @@ -590,7 +590,7 @@
<joint name="torsoed_joint" type="fixed">
<origin rpy="-6.12303176911189E-17 0 0" xyz="-0.086875 0 0.377425" />
<parent link="base_link" />
<child link="torsoed_link" />
<child link="torso_fixed_link" />
<axis xyz="0 1 0" />
</joint>
<link name="head_camera_link" />
Expand Down

0 comments on commit 47b9745

Please sign in to comment.