Skip to content

Commit 709de43

Browse files
committed
エラー回避用のdummyジョイントの定義を削除
1 parent 6186595 commit 709de43

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

urdf/crane_x7_wide_two_finger_gripper.xacro

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,6 @@
7878
</inertial>
7979
</link>
8080

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-
9081
<joint name="${name_joint_gripper_finger_b}" type="revolute">
9182
<origin xyz="0.012 0.0 0.024" rpy="0 0 0"/>
9283
<axis xyz="0 1 0"/>

0 commit comments

Comments
 (0)