Skip to content
This repository has been archived by the owner on Oct 9, 2019. It is now read-only.

Commit

Permalink
Fixing joint type
Browse files Browse the repository at this point in the history
  • Loading branch information
ahcorde committed Feb 5, 2019
1 parent 43bccc8 commit 8836ca9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions mara_description/urdf/mara_robot_gripper_hande.urdf
Original file line number Diff line number Diff line change
Expand Up @@ -568,15 +568,19 @@
<right_joint>finger2_joint</right_joint>
</plugin>
</gazebo>
<joint name="finger1_joint" type="fixed">
<joint name="finger1_joint" type="prismatic">
<origin rpy="0 0 0" xyz="0 0 0.0"/>
<parent link="robotiq_hande_base_link"/>
<child link="finger1"/>
<axis xyz="0 0 -1"/>
<limit effort="1000" lower="0" upper="0.024858" velocity="2.0"/>
</joint>
<joint name="finger2_joint" type="fixed">
<joint name="finger2_joint" type="prismatic">
<origin rpy="0 0 0" xyz="0 0 0.0"/>
<parent link="robotiq_hande_base_link"/>
<child link="finger2"/>
<axis xyz="0 0 1"/>
<limit effort="1000" lower="0" upper="0.024858" velocity="2.0"/>
</joint>
<link name="table">
<contact>
Expand Down

0 comments on commit 8836ca9

Please # to comment.