|
| 1 | +<?xml version="1.0" ?> |
| 2 | +<!-- =================================================================================== --> |
| 3 | +<!-- | This document was autogenerated by xacro from al5d_robot.urdf.xacro | --> |
| 4 | +<!-- | EDITING THIS FILE BY HAND IS NOT RECOMMENDED | --> |
| 5 | +<!-- =================================================================================== --> |
| 6 | +<robot name="AL5D" xmlns:xacro="http://www.ros.org/wiki/xacro"> |
| 7 | + <material name="gray"> |
| 8 | + <color rgba="0.8 0.8 0.8 0.9"/> |
| 9 | + </material> |
| 10 | + <material name="black"> |
| 11 | + <color rgba="0.3 0.3 0.3 0.9"/> |
| 12 | + </material> |
| 13 | + |
| 14 | + <link name="base"> |
| 15 | + <visual> |
| 16 | + <geometry> |
| 17 | + <mesh filename="package://al5d_description/meshes/base.stl" scale="0.001 0.001 0.001"/> |
| 18 | + </geometry> |
| 19 | + <origin rpy="0 0 0"/> |
| 20 | + <material name="black"/> |
| 21 | + </visual> |
| 22 | + <inertial> |
| 23 | + <mass value="0.092"/> |
| 24 | + <inertia ixx="0.0" ixy="0.0" ixz="0.0" iyy="0.0" iyz="0.0" izz="0.0"/> |
| 25 | + </inertial> |
| 26 | + </link> |
| 27 | + |
| 28 | + <link name="link1"> |
| 29 | + <visual> |
| 30 | + <geometry> |
| 31 | + <mesh filename="package://al5d_description/meshes/link1.stl" scale="0.001 0.001 0.001"/> |
| 32 | + </geometry> |
| 33 | + <origin rpy="0 0 0" xyz="0 0 0"/> |
| 34 | + <material name="black"/> |
| 35 | + </visual> |
| 36 | + <inertial> |
| 37 | + <mass value="0.187"/> |
| 38 | + <inertia ixx="0.0" ixy="0.0" ixz="0.0" iyy="0.0" iyz="0.0" izz="0.0"/> |
| 39 | + </inertial> |
| 40 | + </link> |
| 41 | + |
| 42 | + <link name="link2"> |
| 43 | + <visual> |
| 44 | + <geometry> |
| 45 | + <mesh filename="package://al5d_description/meshes/link2.stl" scale="0.001 0.001 0.001"/> |
| 46 | + </geometry> |
| 47 | + <origin xyz="0 0 0"/> |
| 48 | + <material name="gray"/> |
| 49 | + </visual> |
| 50 | + <inertial> |
| 51 | + <mass value="0.044"/> |
| 52 | + <inertia ixx="0.0" ixy="0.0" ixz="0.0" iyy="0.0" iyz="0.0" izz="0.0"/> |
| 53 | + </inertial> |
| 54 | + </link> |
| 55 | + |
| 56 | + <link name="link3"> |
| 57 | + <visual> |
| 58 | + <geometry> |
| 59 | + <mesh filename="package://al5d_description/meshes/link3.stl" scale="0.001 0.001 0.001"/> |
| 60 | + </geometry> |
| 61 | + <origin rpy="0 0 -0.0427" xyz="0 0 0"/> |
| 62 | + <material name="gray"/> |
| 63 | + </visual> |
| 64 | + <inertial> |
| 65 | + <mass value="0.207"/> |
| 66 | + <inertia ixx="0.0" ixy="0.0" ixz="0.0" iyy="0.0" iyz="0.0" izz="0.0"/> |
| 67 | + </inertial> |
| 68 | + </link> |
| 69 | + |
| 70 | + <link name="link4"> |
| 71 | + <visual> |
| 72 | + <geometry> |
| 73 | + <mesh filename="package://al5d_description/meshes/link4.stl" scale="0.001 0.001 0.001"/> |
| 74 | + </geometry> |
| 75 | + <origin rpy="0 0 1.528096327" xyz="0 0 0"/> |
| 76 | + <material name="black"/> |
| 77 | + </visual> |
| 78 | + <inertial> |
| 79 | + <mass value="0.081"/> |
| 80 | + <inertia ixx="0.0" ixy="0.0" ixz="0.0" iyy="0.0" iyz="0.0" izz="0.0"/> |
| 81 | + </inertial> |
| 82 | + </link> |
| 83 | + |
| 84 | + <joint name="j1" type="revolute"> |
| 85 | + <parent link="base"/> |
| 86 | + <child link="link1"/> |
| 87 | + <origin rpy="0 3.141592653 0" xyz="0 0 0.06858"/> |
| 88 | + <axis xyz="0 0 1"/> |
| 89 | + <!-- This is descibed in child frame --> |
| 90 | + <limit effort="1000.0" lower="-1.570796325" upper="1.570796325" velocity="0"/> |
| 91 | + </joint> |
| 92 | + |
| 93 | + <joint name="j2" type="revolute"> |
| 94 | + <parent link="link1"/> |
| 95 | + <child link="link2"/> |
| 96 | + <origin rpy="0 1.570796325 -1.570796325" xyz="0.002 0 0"/> |
| 97 | + <axis xyz="0 0 1"/> |
| 98 | + <!-- This is descibed in child frame --> |
| 99 | + <limit effort="1000.0" lower="-1.570796325" upper="1.570796325" velocity="0"/> |
| 100 | + </joint> |
| 101 | + |
| 102 | + <joint name="j3" type="revolute"> |
| 103 | + <parent link="link2"/> |
| 104 | + <child link="link3"/> |
| 105 | + <origin rpy="0 3.141592653 1.570796325" xyz="0.14679 0 0"/> |
| 106 | + <axis xyz="0 0 1"/> |
| 107 | + <!-- This is descibed in child frame --> |
| 108 | + <limit effort="1000.0" lower="-1.570796325" upper="1.570796325" velocity="0"/> |
| 109 | + </joint> |
| 110 | + |
| 111 | + <joint name="j4" type="revolute"> |
| 112 | + <parent link="link3"/> |
| 113 | + <child link="link4"/> |
| 114 | + <origin rpy="3.141592653 0 1.570796325" xyz="0.17751 0 0"/> |
| 115 | + <axis xyz="0 0 1"/> |
| 116 | + <limit effort="1000.0" lower="-1.570796325" upper="1.570796325" velocity="0"/> |
| 117 | + </joint> |
| 118 | +</robot> |
| 119 | + |
0 commit comments