mirror of
https://github.com/elephantrobotics/mycobot_ros.git
synced 2026-07-05 19:47:04 +00:00
add new_mycobot_320 urdf
This commit is contained in:
parent
73d334ebcd
commit
ba3ca728c7
9 changed files with 189303 additions and 0 deletions
184098
mycobot_description/urdf/new_320_urdf/base.dae
Normal file
184098
mycobot_description/urdf/new_320_urdf/base.dae
Normal file
File diff suppressed because one or more lines are too long
264
mycobot_description/urdf/new_320_urdf/link1.dae
Normal file
264
mycobot_description/urdf/new_320_urdf/link1.dae
Normal file
File diff suppressed because one or more lines are too long
978
mycobot_description/urdf/new_320_urdf/link2.dae
Normal file
978
mycobot_description/urdf/new_320_urdf/link2.dae
Normal file
File diff suppressed because one or more lines are too long
1437
mycobot_description/urdf/new_320_urdf/link3.dae
Normal file
1437
mycobot_description/urdf/new_320_urdf/link3.dae
Normal file
File diff suppressed because one or more lines are too long
310
mycobot_description/urdf/new_320_urdf/link4.dae
Normal file
310
mycobot_description/urdf/new_320_urdf/link4.dae
Normal file
File diff suppressed because one or more lines are too long
463
mycobot_description/urdf/new_320_urdf/link5.dae
Normal file
463
mycobot_description/urdf/new_320_urdf/link5.dae
Normal file
File diff suppressed because one or more lines are too long
254
mycobot_description/urdf/new_320_urdf/link6.dae
Normal file
254
mycobot_description/urdf/new_320_urdf/link6.dae
Normal file
File diff suppressed because one or more lines are too long
184
mycobot_description/urdf/new_320_urdf/new_mycobot_pro_320.urdf
Normal file
184
mycobot_description/urdf/new_320_urdf/new_mycobot_pro_320.urdf
Normal file
|
|
@ -0,0 +1,184 @@
|
|||
<?xml version="1.0"?>
|
||||
<robot xmlns:xacro="http://www.ros.org/wiki/xacro" name="firefighter" >
|
||||
|
||||
<xacro:property name="width" value=".2" />
|
||||
|
||||
|
||||
<link name="base">
|
||||
<visual>
|
||||
<geometry>
|
||||
<!--- 0.0 0 -0.04 1.5708 3.14159-->
|
||||
<mesh filename="package://mycobot_description/urdf/new_320_urdf/base.dae"/>
|
||||
</geometry>
|
||||
<origin xyz = "0.0 0 0 " rpy = " 0 0 3.1415926"/>
|
||||
</visual>
|
||||
<collision>
|
||||
<geometry>
|
||||
<!--- 0.0 0 -0.04 1.5708 3.14159-->
|
||||
<mesh filename="package://mycobot_description/urdf/new_320_urdf/base.dae"/>
|
||||
</geometry>
|
||||
<origin xyz = "0.0 0 0 " rpy = " 0 0 3.1415926"/>
|
||||
</collision>
|
||||
</link>
|
||||
|
||||
<link name="link1">
|
||||
<visual>
|
||||
<geometry>
|
||||
<mesh filename="package://mycobot_description/urdf/new_320_urdf/link1.dae"/>
|
||||
</geometry>
|
||||
|
||||
<origin xyz = "-0.29156 -0.220 -0.085 " rpy = " 0 0 1.5708"/>
|
||||
</visual>
|
||||
<collision>
|
||||
<geometry>
|
||||
<mesh filename="package://mycobot_description/urdf/new_320_urdf/link1.dae"/>
|
||||
</geometry>
|
||||
<origin xyz = "-0.29156 -0.220 -0.085 " rpy = " 0 0 1.5708"/>
|
||||
</collision>
|
||||
</link>
|
||||
|
||||
|
||||
<link name="link2">
|
||||
<visual>
|
||||
<geometry>
|
||||
|
||||
<mesh filename="package://mycobot_description/urdf/new_320_urdf/link2.dae"/>
|
||||
</geometry>
|
||||
<origin xyz = "-0.090 0.0 -0.138 " rpy = " 0 1.5708 0"/>
|
||||
</visual>
|
||||
<collision>
|
||||
<geometry>
|
||||
<mesh filename="package://mycobot_description/urdf/new_320_urdf/link2.dae"/>
|
||||
</geometry>
|
||||
<origin xyz = "-0.090 0.0 -0.138 " rpy = " 0 1.5708 0"/>
|
||||
</collision>
|
||||
</link>
|
||||
|
||||
|
||||
<link name="link3">
|
||||
<visual>
|
||||
<geometry>
|
||||
<!--- 0.0 0 -0.04 -->
|
||||
<mesh filename="package://mycobot_description/urdf/new_320_urdf/link3.dae"/>
|
||||
</geometry>
|
||||
<origin xyz = "-0.22 0 0.093 " rpy = " 0 1.5708 0"/>
|
||||
</visual>
|
||||
<collision>
|
||||
<geometry>
|
||||
<!--- 0.0 0 -0.04 -->
|
||||
<mesh filename="package://mycobot_description/urdf/new_320_urdf/link3.dae"/>
|
||||
</geometry>
|
||||
<origin xyz = "-0.22 0 0.093 " rpy = " 0 1.5708 0"/>
|
||||
</collision>
|
||||
</link>
|
||||
|
||||
|
||||
<link name="link4">
|
||||
<visual>
|
||||
<geometry>
|
||||
<!--- 0.0 0 -0.04 -->
|
||||
<mesh filename="package://mycobot_description/urdf/new_320_urdf/link4.dae"/>
|
||||
</geometry>
|
||||
<origin xyz = "0 0.275 -0.096 " rpy = " 1.5708 1.5708 0"/>
|
||||
</visual>
|
||||
<collision>
|
||||
<geometry>
|
||||
<!--- 0.0 0 -0.04 -->
|
||||
<mesh filename="package://mycobot_description/urdf/new_320_urdf/link4.dae"/>
|
||||
</geometry>
|
||||
<origin xyz = "0 0.275 -0.096 " rpy = " 1.5708 1.5708 0"/>
|
||||
</collision>
|
||||
</link>
|
||||
|
||||
|
||||
<link name="link5">
|
||||
<visual>
|
||||
<geometry>
|
||||
<!--- 0.0 0 -0.04 -->
|
||||
<mesh filename="package://mycobot_description/urdf/new_320_urdf/link5.dae"/>
|
||||
</geometry>
|
||||
<origin xyz = "0.0012 -0.044 -0.456 " rpy = " 0 0 -1.5708"/>
|
||||
</visual>
|
||||
<collision>
|
||||
<geometry>
|
||||
<!--- 0.0 0 -0.04 -->
|
||||
<mesh filename="package://mycobot_description/urdf/new_320_urdf/link5.dae"/>
|
||||
</geometry>
|
||||
<origin xyz = "0.0012 -0.044 -0.456 " rpy = " 0 0 -1.5708"/>
|
||||
</collision>
|
||||
</link>
|
||||
|
||||
|
||||
<link name="link6">
|
||||
<visual>
|
||||
<geometry>
|
||||
<!--- 0.0 0 -0.04 -->
|
||||
<mesh filename="package://mycobot_description/urdf/new_320_urdf/link6.dae"/>
|
||||
</geometry>
|
||||
<origin xyz = "-0.431 0.0009 -0.16536 " rpy = " 0 1.5708 0"/>
|
||||
</visual>
|
||||
<collision>
|
||||
<geometry>
|
||||
<!--- 0.0 0 -0.04 -->
|
||||
<mesh filename="package://mycobot_description/urdf/new_320_urdf/link6.dae"/>
|
||||
</geometry>
|
||||
<origin xyz = "-0.431 0.0009 -0.16536 " rpy = " 0 1.5708 0"/>
|
||||
</collision>
|
||||
</link>
|
||||
|
||||
|
||||
<joint name="joint2_to_joint1" type="revolute">
|
||||
<axis xyz="0 0 1"/>
|
||||
<limit effort = "1000.0" lower = "-3.14" upper = "3.14159" velocity = "0"/>
|
||||
<parent link="base"/>
|
||||
<child link="link1"/>
|
||||
<origin xyz= "0 0 0.16846" rpy = "0 0 0"/>
|
||||
</joint>
|
||||
|
||||
|
||||
<joint name="joint3_to_joint2" type="revolute">
|
||||
<axis xyz="0 0 1"/>
|
||||
<limit effort = "1000.0" lower = "-3.14" upper = "3.14159" velocity = "0"/>
|
||||
<parent link="link1"/>
|
||||
<child link="link2"/>
|
||||
<origin xyz= "0 0 0" rpy = "0 -1.5708 1.5708"/>
|
||||
</joint>
|
||||
|
||||
|
||||
<joint name="joint4_to_joint3" type="revolute">
|
||||
<axis xyz=" 0 0 1"/>
|
||||
<limit effort = "1000.0" lower = "-3.14" upper = "3.14159" velocity = "0"/>
|
||||
<parent link="link2"/>
|
||||
<child link="link3"/>
|
||||
<origin xyz= "0.13635 0 0 " rpy = "0 0 0"/>
|
||||
</joint>
|
||||
|
||||
|
||||
<joint name="joint5_to_joint4" type="revolute">
|
||||
<axis xyz=" 0 0 1"/>
|
||||
<limit effort = "1000.0" lower = "-3.14" upper = "3.14159" velocity = "0"/>
|
||||
<parent link="link3"/>
|
||||
<child link="link4"/>
|
||||
<origin xyz = "0.12 0 0.09 " rpy = " 0 0 1.57080"/>
|
||||
</joint>
|
||||
|
||||
|
||||
<joint name="joint6_to_joint5" type="revolute">
|
||||
<axis xyz="0 0 1"/>
|
||||
<limit effort = "1000.0" lower = "-3.14" upper = "3.14159" velocity = "0"/>
|
||||
<parent link="link4"/>
|
||||
<child link="link5"/>
|
||||
<origin xyz= "0 -0.080 0" rpy = "1.5708 0 0"/>
|
||||
</joint>
|
||||
|
||||
|
||||
<joint name="joint6output_to_joint6" type="revolute">
|
||||
<axis xyz="0 0 1"/>
|
||||
<limit effort = "1000.0" lower = "-3.14" upper = "3.14159" velocity = "0"/>
|
||||
<parent link="link5"/>
|
||||
<child link="link6"/>
|
||||
<origin xyz= "0 0.0760 0" rpy = "-1.5708 0 0"/>
|
||||
</joint>
|
||||
|
||||
|
||||
</robot>
|
||||
1315
mycobot_description/urdf/new_320_urdf/底座-Pi.dae
Normal file
1315
mycobot_description/urdf/new_320_urdf/底座-Pi.dae
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue