Skip to content

Commit

Permalink
Correct the way the Thumb bend.
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois Keith committed Feb 14, 2013
1 parent 5c85a16 commit 20e3845
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions romeo_description/urdf/romeo.urdf
Expand Up @@ -1383,8 +1383,8 @@
<axis xyz="-0.573576 0.819152 1.05097e-07"/>
<parent link="l_wrist"/>
<child link="LThumb1Link"/>
<limit effort="30" lower="0" upper="1.06465082555556" velocity="0" />
<mimic joint="LFinger11" multiplier="1" offset="0"/>
<limit effort="30" lower="-1.06465082555556" upper="0" velocity="0" />
<mimic joint="LFinger11" multiplier="-1" offset="0"/>
</joint>

<joint name="LThumb2" type="revolute">
Expand Down Expand Up @@ -1490,8 +1490,8 @@
<axis xyz="0.573576 0.819152 1.05097e-07"/>
<parent link="r_wrist"/>
<child link="RThumb1Link"/>
<limit effort="30" lower="0" upper="1.06465082555556" velocity="0" />
<mimic joint="RFinger11" multiplier="1" offset="0"/>
<limit effort="30" lower="-1.06465082555556" upper="0" velocity="0" />
<mimic joint="RFinger11" multiplier="-1" offset="0"/>
</joint>

<joint name="RThumb2" type="revolute">
Expand Down

0 comments on commit 20e3845

Please sign in to comment.