|
188 | 188 | </collision> |
189 | 189 | </link> |
190 | 190 |
|
191 | | -<link name="left_gripper"> |
| 191 | +<link name="right_gripper"> |
192 | 192 | <visual> |
193 | 193 | <origin rpy="0 0 0" xyz="0 0 0"/> |
194 | 194 | <geometry> |
|
203 | 203 | </collision> |
204 | 204 |
|
205 | 205 | </link> |
206 | | -<link name="right_gripper"> |
| 206 | +<link name="left_gripper"> |
207 | 207 | <visual> |
208 | 208 | <origin rpy="0 0 0" xyz="0 0 0"/> |
209 | 209 | <geometry> |
|
220 | 220 | </link> |
221 | 221 |
|
222 | 222 | <!--Disable_Collisions --> |
223 | | - <disable_collision joint1="right_gripper" joint2="gripper_base"> |
| 223 | + <disable_collision link1="right_gripper" link2="gripper_base"> |
224 | 224 | </disable_collision> |
225 | | - <disable_collision joint1="left_gripper" joint2="gripper_base"> |
| 225 | + <disable_collision link1="left_gripper" link2="gripper_base"> |
226 | 226 | </disable_collision> |
227 | 227 |
|
228 | 228 | <!--Joints --> |
|
290 | 290 | <child link="servo_head"/> |
291 | 291 | <origin rpy="0 0 0" xyz="0 0 0"/> |
292 | 292 | </joint> |
293 | | - <joint name="control_rod_right" type="fixed"> |
| 293 | + <joint name="control_rod_left" type="fixed"> |
294 | 294 | <parent link="servo_head"/> |
295 | | - <child link="control_rod_right"/> |
| 295 | + <child link="control_rod_left"/> |
296 | 296 | <origin rpy="0 0 0" xyz="0 0 0"/> |
297 | 297 | </joint> |
298 | | -<joint name="control_rod_left" type="fixed"> |
| 298 | +<joint name="control_rod_right" type="fixed"> |
299 | 299 | <parent link="servo_head"/> |
300 | | - <child link="control_rod_left"/> |
301 | | - <origin rpy="0 3.141 0" xyz="0 0 0"/> |
302 | | - </joint> |
303 | | - <joint name="gripper_joint_left" type="prismatic"> |
304 | | - <parent link="control_rod_left"/> |
305 | | - <child link="left_gripper"/> |
| 300 | + <child link="control_rod_right"/> |
306 | 301 | <origin rpy="0 3.141 0" xyz="0 0 0"/> |
307 | | - <limit effort="1" lower="-2.57436" upper="2.57436" velocity="1.0"/> |
308 | 302 | </joint> |
309 | | -<joint name="gripper_joint_right" type="prismatic"> |
| 303 | + <joint name="gripper_joint_right" type="prismatic"> |
310 | 304 | <parent link="control_rod_right"/> |
311 | 305 | <child link="right_gripper"/> |
312 | | - <origin rpy="0 0 0" xyz="0 0 0"/> |
313 | | - <limit effort="1" lower="-2.57436" upper="2.57436" velocity="1.0"/> |
| 306 | + <origin rpy="0 3.141 0" xyz="0 0 0"/> |
| 307 | + <limit effort="1" lower="-0.0257436" upper="0.0257436" velocity="1.0"/> |
314 | 308 | <mimic joint = "gripper_joint_left" multiplier = "-1"/> |
315 | 309 | </joint> |
| 310 | +<joint name="gripper_joint_left" type="prismatic"> |
| 311 | + <parent link="control_rod_left"/> |
| 312 | + <child link="left_gripper"/> |
| 313 | + <origin rpy="0 0 0" xyz="0 0 0"/> |
| 314 | + <limit effort="1" lower="-0.0257436" upper="0.0257436" velocity="1.0"/> |
| 315 | + </joint> |
316 | 316 | </robot> |
317 | 317 |
|
0 commit comments