mirror of
https://github.com/elephantrobotics/mycobot_ros.git
synced 2026-07-05 19:47:04 +00:00
feat: added gripper model of pro 320.
This commit is contained in:
parent
5ef34d2f72
commit
46aa243dc0
2 changed files with 26008 additions and 0 deletions
25990
urdf/320_urdf/gripper_ag.dae
Normal file
25990
urdf/320_urdf/gripper_ag.dae
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -117,6 +117,16 @@
|
|||
</collision>
|
||||
</link>
|
||||
|
||||
<link name="gripper">
|
||||
<visual>
|
||||
<geometry>
|
||||
<mesh filename="package://mycobot_ros/urdf/320_urdf/gripper_ag.dae"/>
|
||||
</geometry>
|
||||
<origin xyz = "0 0 0 " rpy = " 0 0 0"/>
|
||||
</visual>
|
||||
</link>
|
||||
|
||||
|
||||
|
||||
|
||||
<joint name="joint2_to_joint1" type="revolute">
|
||||
|
|
@ -170,6 +180,14 @@
|
|||
</joint>
|
||||
|
||||
|
||||
<joint name="gitpper_to_joint6output" type="fixed">
|
||||
<axis xyz="0 0 1"/>
|
||||
<limit effort = "1000.0" lower = "-3.14" upper = "3.14159" velocity = "0"/>
|
||||
<parent link="link6"/>
|
||||
<child link="gripper"/>
|
||||
<origin xyz= "0 0 0" rpy = "0 0 0 "/>
|
||||
</joint>
|
||||
|
||||
|
||||
</robot>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue