Skip to content

Commit

Permalink
Remove mimic tags from ros2_control URDF in Panda descriptions (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass authored Jul 17, 2024
1 parent 55d3ce0 commit 6d3084a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
</state_interface>
</joint>
<joint name="${prefix}panda_finger_joint2">
<param name="mimic">${prefix}panda_finger_joint1</param>
<param name="multiplier">1</param>
<command_interface name="position" />
<state_interface name="position">
<param name="initial_value">0.0</param>
</state_interface>
Expand Down
3 changes: 0 additions & 3 deletions panda_moveit_config/config/panda_hand.ros2_control.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
</state_interface>
</joint>
<joint name="panda_finger_joint2">
<param name="mimic">panda_finger_joint1</param>
<param name="multiplier">1</param>
<command_interface name="position" />
<state_interface name="position">
<param name="initial_value">0.0</param>
</state_interface>
Expand Down

0 comments on commit 6d3084a

Please sign in to comment.