Skip to content

Commit 5c30ecc

Browse files
authored
Fix missing prefix for mimic joints. (#1)
1 parent a16508e commit 5c30ecc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

robotiq_description/urdf/robotiq_gripper_macro.urdf.xacro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,31 +203,31 @@
203203
<child link="${prefix}robotiq_85_left_inner_knuckle_link" />
204204
<axis xyz="0 -1 0" />
205205
<origin xyz="0.0127 0.0 0.06142" rpy="0 0 0" />
206-
<mimic joint="robotiq_85_left_knuckle_joint" />
206+
<mimic joint="${prefix}robotiq_85_left_knuckle_joint" />
207207
</joint>
208208

209209
<joint name="${prefix}robotiq_85_right_inner_knuckle_joint" type="continuous">
210210
<parent link="${prefix}robotiq_85_base_link" />
211211
<child link="${prefix}robotiq_85_right_inner_knuckle_link" />
212212
<axis xyz="0 -1 0" />
213213
<origin xyz="-0.0127 0.0 0.06142" rpy="0 0 0" />
214-
<mimic joint="robotiq_85_left_knuckle_joint" multiplier="-1" />
214+
<mimic joint="${prefix}robotiq_85_left_knuckle_joint" multiplier="-1" />
215215
</joint>
216216

217217
<joint name="${prefix}robotiq_85_left_finger_tip_joint" type="continuous">
218218
<parent link="${prefix}robotiq_85_left_finger_link" />
219219
<child link="${prefix}robotiq_85_left_finger_tip_link" />
220220
<axis xyz="0 -1 0" />
221221
<origin xyz="0.00563134 0.0 0.04718515" rpy="0 0 0" />
222-
<mimic joint="robotiq_85_left_knuckle_joint" multiplier="-1" />
222+
<mimic joint="${prefix}robotiq_85_left_knuckle_joint" multiplier="-1" />
223223
</joint>
224224

225225
<joint name="${prefix}robotiq_85_right_finger_tip_joint" type="continuous">
226226
<parent link="${prefix}robotiq_85_right_finger_link" />
227227
<child link="${prefix}robotiq_85_right_finger_tip_link" />
228228
<axis xyz="0 -1 0" />
229229
<origin xyz="-0.00563134 0.0 0.04718515" rpy="0 0 0" />
230-
<mimic joint="robotiq_85_left_knuckle_joint" />
230+
<mimic joint="${prefix}robotiq_85_left_knuckle_joint" />
231231
</joint>
232232
</xacro:macro>
233233
</robot>

0 commit comments

Comments
 (0)