-
Notifications
You must be signed in to change notification settings - Fork 84
/
mypalletizer_260_m5.urdf
154 lines (135 loc) · 4.66 KB
/
mypalletizer_260_m5.urdf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<?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/mypalletizer_260_m5/base.dae"/>
</geometry>
<origin xyz = " 0 -0.28 0.051 " rpy = " 1.5707963 0 -1.5707963"/>
</visual>
<collision>
<geometry>
<!--- 0.0 0 -0.04 1.5708 3.14159-->
<mesh filename="package://mycobot_description/urdf/mypalletizer_260_m5/base.dae"/>
</geometry>
<origin xyz = " 0 -0.28 0.051 " rpy = " 1.5707963 0 -1.5707963"/>
</collision>
</link>
<link name="link1">
<visual>
<geometry>
<mesh filename="package://mycobot_description/urdf/mypalletizer_260_m5/link1.dae"/>
</geometry>
<origin xyz = "0 -0.282 -0.115 " rpy = " 1.5707963 0 -1.5707963"/>
</visual>
<collision>
<geometry>
<mesh filename="package://mycobot_description/urdf/mypalletizer_260_m5/link1.dae"/>
</geometry>
<origin xyz = "0 -0.282 -0.115 " rpy = " 1.5707963 0 -1.5707963"/>
</collision>
</link>
<link name="link2">
<visual>
<geometry>
<mesh filename="package://mycobot_description/urdf/mypalletizer_260_m5/link2.dae"/>
</geometry>
<origin xyz = "0 0.105 -0.414 " rpy = " 0 1.5707963 3.1415926"/>
</visual>
<collision>
<geometry>
<mesh filename="package://mycobot_description/urdf/mypalletizer_260_m5/link2.dae"/>
</geometry>
<origin xyz = "0 0.105 -0.414 " rpy = " 0 1.5707963 3.1415926"/>
</collision>
</link>
<link name="link3">
<visual>
<geometry>
<!--- 0.0 0 -0.04 -->
<mesh filename="package://mycobot_description/urdf/mypalletizer_260_m5/link3.dae"/>
</geometry>
<origin xyz = "0 0.235 -0.325 " rpy = "0 1.5707963 3.1419626"/>
</visual>
<collision>
<geometry>
<!--- 0.0 0 -0.04 -->
<mesh filename="package://mycobot_description/urdf/mypalletizer_260_m5/link3.dae"/>
</geometry>
<origin xyz = "0 0.235 -0.325 " rpy = "0 1.5707963 3.1419626"/>
</collision>
</link>
<link name="link4">
<visual>
<geometry>
<!--- 0.0 0 -0.04 -->
<mesh filename="package://mycobot_description/urdf/mypalletizer_260_m5/link4.dae"/>
</geometry>
<origin xyz = "-0.12 -0.235 0.252" rpy = " 0 -1.5707963 0"/>
</visual>
<collision>
<geometry>
<!--- 0.0 0 -0.04 -->
<mesh filename="package://mycobot_description/urdf/mypalletizer_260_m5/link4.dae"/>
</geometry>
<origin xyz = "-0.12 -0.235 0.252" rpy = " 0 -1.5707963 0"/>
</collision>
</link>
<link name="link5">
<visual>
<geometry>
<!--- 0.0 0 -0.04 -->
<cylinder length="0.015" radius="0.0152"/>
</geometry>
<material name = "grey">
<color rgba = "0.5 0.5 0.5 1"/>
</material>
<origin xyz = "0 -0.001 0.01 " rpy = " 0 0 0"/>
</visual>
<collision>
<geometry>
<!--- 0.0 0 -0.04 -->
<cylinder length="0.015" radius="0.0152"/>
</geometry>
<origin xyz = "0 -0.001 0.01 " rpy = " 0 0 0"/>
</collision>
</link>
<joint name="joint1_to_base" type="revolute">
<axis xyz="0 0 1"/>
<limit effort = "1000.0" lower = "-2.824" upper = "2.824" velocity = "0"/>
<parent link="base"/>
<child link="link1"/>
<origin xyz= "0 0 0.12" rpy = "0 0 0"/>
</joint>
<joint name="joint2_to_joint1" type="revolute">
<axis xyz="0 0 1"/>
<limit effort = "1000.0" lower = "-0.014" upper = "1.49" velocity = "0"/>
<parent link="link1"/>
<child link="link2"/>
<origin xyz= "0 0 0.0" rpy = " -1.5707963 0 0 "/>
</joint>
<joint name="joint3_to_joint2" type="revolute">
<axis xyz=" 0 0 1"/>
<limit effort = "1000.0" lower = "-0.213" upper = "1.106" velocity = "0"/>
<parent link="link2"/>
<child link="link3"/>
<origin xyz= "0.0 -0.14 0 " rpy = "0 0 0 "/>
</joint>
<joint name="joint4_to_joint3" type="revolute">
<axis xyz=" 0 0 1"/>
<limit effort = "1000.0" lower = "0" upper = "1.5707963" velocity = "0"/>
<parent link="link3"/>
<child link="link4"/>
<origin xyz= "0.134 -0.005 0.0" rpy = "3.1415926 0 0 "/>
</joint>
<joint name="joint5_to_joint4" type="revolute">
<axis xyz="0 0 1"/>
<limit effort = "1000.0" lower = "-3.14" upper = "3.14" velocity = "0"/>
<parent link="link4"/>
<child link="link5"/>
<origin xyz= " 0.044 0 0" rpy = " 1.5707963 0 0 "/>
<!-- <origin xyz= " 0.178 0 -0.005" rpy = " -1.5707963 0 0 "/> -->
</joint>
</robot>