mirror of
https://github.com/elephantrobotics/mycobot_ros.git
synced 2026-07-05 19:47:04 +00:00
improve 280_gripper
This commit is contained in:
parent
cf7ea4c991
commit
d027d267f4
1 changed files with 3 additions and 1 deletions
|
|
@ -315,7 +315,6 @@
|
|||
<limit effort = "1000.0" lower = "-3.14" upper = "3.14159" velocity = "0"/> -->
|
||||
<parent link="joint6_flange"/>
|
||||
<child link="gripper_base"/>
|
||||
<!-- <origin xyz= "0 0.0 0" rpy = "-1.5708 0 0"/> -->
|
||||
<origin xyz= "0 0 0.034" rpy = "1.579 0 0"/>
|
||||
</joint>
|
||||
|
||||
|
|
@ -328,6 +327,7 @@
|
|||
<origin xyz= "-0.012 0.005 0" rpy = "0 0 0"/>
|
||||
</joint>
|
||||
|
||||
|
||||
<joint name="gripper_base_to_gripper_left2" type="revolute">
|
||||
<axis xyz="0 0 1"/>
|
||||
<limit effort = "1000.0" lower = "-0.8" upper = "0.5" velocity = "0"/>
|
||||
|
|
@ -337,6 +337,7 @@
|
|||
<mimic joint="gripper_controller" multiplier="1.0" offset="0" />
|
||||
</joint>
|
||||
|
||||
|
||||
<joint name="gripper_left3_to_gripper_left1" type="revolute">
|
||||
<axis xyz="0 0 1"/>
|
||||
<limit effort = "1000.0" lower = "-0.5" upper = "0.5" velocity = "0"/>
|
||||
|
|
@ -346,6 +347,7 @@
|
|||
<mimic joint="gripper_controller" multiplier="-1.0" offset="0" />
|
||||
</joint>
|
||||
|
||||
|
||||
<joint name="gripper_base_to_gripper_right3" type="revolute">
|
||||
<axis xyz="0 0 1"/>
|
||||
<limit effort = "1000.0" lower = "-0.15" upper = "0.7" velocity = "0"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue