We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6186595 commit 709de43Copy full SHA for 709de43
1 file changed
urdf/crane_x7_wide_two_finger_gripper.xacro
@@ -78,15 +78,6 @@
78
</inertial>
79
</link>
80
81
- <!--Dummy joint/link to prevent error with mimic joint
82
- See https://github.com/ros-controls/gazebo_ros2_control/issues/173
83
- -->
84
- <joint name="${name_joint_gripper_finger_b}_mimic" type="fixed">
85
- <parent link="world" />
86
- <child link="dummy_mimic_fix" />
87
- </joint>
88
- <link name="dummy_mimic_fix"/>
89
-
90
<joint name="${name_joint_gripper_finger_b}" type="revolute">
91
<origin xyz="0.012 0.0 0.024" rpy="0 0 0"/>
92
<axis xyz="0 1 0"/>
0 commit comments