Skip to content

Commit

Permalink
Define finger_joint2 as mimic joint of finger_joint1
Browse files Browse the repository at this point in the history
Although, Gazebo doesn't support mimic joints natively,
FrankaHWSim does and MoveIt - for planning - should know
that the fingers will move in sync.
  • Loading branch information
rhaschke committed Nov 7, 2021
1 parent 8dc80d1 commit 4ead405
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions franka_description/robots/panda_gazebo.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@
<origin xyz="0 0 0.0584" rpy="0 0 0"/>
<axis xyz="0 -1 0"/>
<limit effort="20" lower="0.0" upper="0.04" velocity="0.2"/>
<mimic joint="${ns}_finger_joint1" />
<dynamics damping="0.3"/>
</joint>
</xacro:macro>
Expand Down

0 comments on commit 4ead405

Please sign in to comment.