Skip to content

Commit

Permalink
Merge pull request #217 from crthilakraj/indigo_dev
Browse files Browse the repository at this point in the history
Changed the origin of the left and right finger joints to avoid collision
  • Loading branch information
christian-rauch authored Sep 30, 2019
2 parents 8a1dd70 + 10f1148 commit ef85829
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schunk_description/urdf/pg70/pg70.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@


<joint name="${name}_finger_left_joint" type="prismatic" >
<origin xyz="0 0 0.0789" rpy="0 0 0"/>
<origin xyz="0 0.0055 0.0789" rpy="0 0 0"/>
<parent link="${name}_palm_link" />
<child link="${name}_finger_left_link" />
<axis xyz="0 1 0" />
Expand Down Expand Up @@ -99,7 +99,7 @@


<joint name="${name}_finger_right_joint" type="prismatic" >
<origin xyz="0 0 0.0789" rpy="-0 0 0"/>
<origin xyz="0 -0.0055 0.0789" rpy="-0 0 0"/>
<parent link="${name}_palm_link" />
<child link="${name}_finger_right_link" />
<axis xyz="0 -1 0" />
Expand Down

0 comments on commit ef85829

Please sign in to comment.