mirror of
https://github.com/elephantrobotics/mycobot_ros.git
synced 2026-07-05 19:47:04 +00:00
136 lines
3.5 KiB
XML
136 lines
3.5 KiB
XML
<?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/320_urdf/base.dae"/>
|
|
</geometry>
|
|
<origin xyz = "0 0 0 " rpy = " 0 0 3.1415926"/>
|
|
</visual>
|
|
</link>
|
|
|
|
<link name="link1">
|
|
<visual>
|
|
<geometry>
|
|
<mesh filename="package://mycobot_description/urdf/320_urdf/link1.dae"/>
|
|
</geometry>
|
|
<origin xyz = "0 0 0 " rpy = " 0 0 0"/>
|
|
</visual>
|
|
</link>
|
|
|
|
|
|
<link name="link2">
|
|
<visual>
|
|
<geometry>
|
|
|
|
<mesh filename="package://mycobot_description/urdf/320_urdf/link2.dae"/>
|
|
</geometry>
|
|
<origin xyz = "0 0 0.0587 " rpy = " 0 0 3.1415926"/>
|
|
</visual>
|
|
</link>
|
|
|
|
|
|
<link name="link3">
|
|
<visual>
|
|
<geometry>
|
|
<!--- 0.0 0 -0.04 -->
|
|
<mesh filename="package://mycobot_description/urdf/320_urdf/link3.dae"/>
|
|
</geometry>
|
|
<origin xyz = "0 0 0.038 " rpy = " 0 0 3.1415926"/>
|
|
</visual>
|
|
</link>
|
|
|
|
|
|
|
|
<link name="link4">
|
|
<visual>
|
|
<geometry>
|
|
<!--- 0.0 0 -0.04 -->
|
|
<mesh filename="package://mycobot_description/urdf/320_urdf/link4.dae"/>
|
|
</geometry>
|
|
<origin xyz = "0 -0.001 0 " rpy = " 0 0 0"/>
|
|
</visual>
|
|
</link>
|
|
|
|
|
|
<link name="link5">
|
|
<visual>
|
|
<geometry>
|
|
<!--- 0.0 0 -0.04 -->
|
|
<mesh filename="package://mycobot_description/urdf/320_urdf/link5.dae"/>
|
|
</geometry>
|
|
<origin xyz = "0 0.002 0 " rpy = " 0 0 3.1415926"/>
|
|
</visual>
|
|
</link>
|
|
|
|
<link name="link6">
|
|
<visual>
|
|
<geometry>
|
|
<mesh filename="package://mycobot_description/urdf/320_urdf/link6.dae"/>
|
|
</geometry>
|
|
<origin xyz = "-0.03 0.001 0.5" rpy = " -3.04159 0.0157 3.1415926"/>
|
|
|
|
</visual>
|
|
</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.17846" 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.57080 1.57080"/>
|
|
</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.1 0 0.090" 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.08515 0" rpy = "1.57080 -1.57080 0"/>
|
|
</joint>
|
|
|
|
<joint name="joint6output_to_joint6" type="revolute">
|
|
<axis xyz="1 0 0"/>
|
|
<limit effort = "1000.0" lower = "-3.14" upper = "3.14159" velocity = "0"/>
|
|
<parent link="link5"/>
|
|
<child link="link6"/>
|
|
<origin xyz= "0.02155 -0.01 -0.034" rpy = "1.57080 0 1.57080 "/>
|
|
</joint>
|
|
|
|
|
|
|
|
</robot>
|
|
|