Skip to content

Commit

Permalink
minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
macmacal committed Jan 29, 2025
1 parent 32d789f commit 4d6999f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion urdf/robotiq_hande_gripper.ros2_control.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</hardware>

<!-- The right finger joint uses the mimic feature -->
<joint name="${prefix}hande_left_finger_joint">
<joint name="${prefix}robotiq_hande_left_finger_joint">
<command_interface name="position">
<param name="min">0</param>
<param name="max">0.025</param>
Expand Down
4 changes: 2 additions & 2 deletions urdf/robotiq_hande_gripper.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<xacro:robotiq_hande_ros2_control name="${name}" prefix="${prefix}" tty="${tty}" use_fake_hardware="${use_fake_hardware}"/>

<!-- Robotiq Coupler -->
<!-- + Height added by the coupler: 13.9mm -->
<!-- + Reference frame: at the middle (6.95mm) -->
<!-- + Height added by the coupler (13.9mm) -->
<!-- + Reference frame at the middle (6.95mm) -->

<joint name="robotiq_hande_coupler_joint" type="fixed">
<origin xyz="0 0 0.00695" rpy="0 0 ${-pi/2.0}"/>
Expand Down

0 comments on commit 4d6999f

Please sign in to comment.