JiantongChen commited on
Commit
6efa313
·
verified ·
1 Parent(s): f016506

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +14 -0
  2. genmanip_benchmark/curobo_cfg/piper100/piper100.urdf +339 -0
  3. genmanip_benchmark/curobo_cfg/piper100/piper100.usd +3 -0
  4. genmanip_benchmark/curobo_cfg/piper100/piper100/configuration/piper100_base.usd +3 -0
  5. genmanip_benchmark/curobo_cfg/piper100/piper100/configuration/piper100_physics.usd +0 -0
  6. genmanip_benchmark/curobo_cfg/piper100/piper100/configuration/piper100_sensor.usd +0 -0
  7. genmanip_benchmark/curobo_cfg/piper100/piper100/piper100.usd +0 -0
  8. genmanip_benchmark/curobo_cfg/piper100/piper100_left_arm.yml +134 -0
  9. genmanip_benchmark/curobo_cfg/piper100/piper100_right_arm.yml +134 -0
  10. genmanip_benchmark/curobo_cfg/piper100/piper_description/CMakeLists.txt +14 -0
  11. genmanip_benchmark/curobo_cfg/piper100/piper_description/launch/piper_no_gripper/display_no_gripper_urdf.launch +20 -0
  12. genmanip_benchmark/curobo_cfg/piper100/piper_description/launch/piper_no_gripper/display_no_gripper_xacro.launch +20 -0
  13. genmanip_benchmark/curobo_cfg/piper100/piper_description/launch/piper_with_gripper/display_urdf.launch +26 -0
  14. genmanip_benchmark/curobo_cfg/piper100/piper_description/launch/piper_with_gripper/display_urdf_new.launch +26 -0
  15. genmanip_benchmark/curobo_cfg/piper100/piper_description/launch/piper_with_gripper/display_xacro.launch +25 -0
  16. genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/base_link.STL +3 -0
  17. genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/dae/base_link.dae +0 -0
  18. genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/dae/camera.dae +0 -0
  19. genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/dae/camera_v2.dae +0 -0
  20. genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/dae/camera_v3.dae +0 -0
  21. genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/dae/gripper_base_100_v2.dae +0 -0
  22. genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/dae/link1.dae +0 -0
  23. genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/dae/link2.dae +0 -0
  24. genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/dae/link3.dae +0 -0
  25. genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/dae/link4.dae +0 -0
  26. genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/dae/link5.dae +0 -0
  27. genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/dae/link6.dae +0 -0
  28. genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/dae/link7.dae +0 -0
  29. genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/dae/link8.dae +0 -0
  30. genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/gripper_base.STL +3 -0
  31. genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/gripper_base.dae +0 -0
  32. genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/gripper_base_100.dae +0 -0
  33. genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/gripper_base_100_v2.dae +0 -0
  34. genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/link1.STL +3 -0
  35. genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/link2.STL +3 -0
  36. genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/link3.STL +3 -0
  37. genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/link4.STL +3 -0
  38. genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/link5.STL +3 -0
  39. genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/link6.STL +0 -0
  40. genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/link7.STL +3 -0
  41. genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/link8.STL +3 -0
  42. genmanip_benchmark/curobo_cfg/piper100/piper_description/mujoco_model/piper_description.xml +70 -0
  43. genmanip_benchmark/curobo_cfg/piper100/piper_description/mujoco_model/piper_no_gripper_description.xml +54 -0
  44. genmanip_benchmark/curobo_cfg/piper100/piper_description/package.xml +21 -0
  45. genmanip_benchmark/curobo_cfg/piper100/piper_description/rviz/piper_ctrl.rviz +181 -0
  46. genmanip_benchmark/curobo_cfg/piper100/piper_description/rviz/piper_no_gripper.rviz +186 -0
  47. genmanip_benchmark/curobo_cfg/piper100/piper_description/urdf/compile +0 -0
  48. genmanip_benchmark/curobo_cfg/piper100/piper_description/urdf/piper_description.csv +10 -0
  49. genmanip_benchmark/curobo_cfg/piper100/piper_description/urdf/piper_description.urdf +572 -0
  50. genmanip_benchmark/curobo_cfg/piper100/piper_description/urdf/piper_description.xacro +635 -0
.gitattributes CHANGED
@@ -57,3 +57,17 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
60
+ genmanip_benchmark/curobo_cfg/piper100/piper100/configuration/piper100_base.usd filter=lfs diff=lfs merge=lfs -text
61
+ genmanip_benchmark/curobo_cfg/piper100/piper100.usd filter=lfs diff=lfs merge=lfs -text
62
+ genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/base_link.STL filter=lfs diff=lfs merge=lfs -text
63
+ genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/gripper_base.STL filter=lfs diff=lfs merge=lfs -text
64
+ genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/link1.STL filter=lfs diff=lfs merge=lfs -text
65
+ genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/link2.STL filter=lfs diff=lfs merge=lfs -text
66
+ genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/link3.STL filter=lfs diff=lfs merge=lfs -text
67
+ genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/link4.STL filter=lfs diff=lfs merge=lfs -text
68
+ genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/link5.STL filter=lfs diff=lfs merge=lfs -text
69
+ genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/link7.STL filter=lfs diff=lfs merge=lfs -text
70
+ genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/link8.STL filter=lfs diff=lfs merge=lfs -text
71
+ genmanip_benchmark/robot_usd/aloha_split/robot.usd filter=lfs diff=lfs merge=lfs -text
72
+ genmanip_benchmark/robot_usd/franka/franka_panda_with_camera.usd filter=lfs diff=lfs merge=lfs -text
73
+ genmanip_benchmark/robot_usd/franka/franka_robotiq_with_camera.usd filter=lfs diff=lfs merge=lfs -text
genmanip_benchmark/curobo_cfg/piper100/piper100.urdf ADDED
@@ -0,0 +1,339 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <robot xmlns:xacro="http://www.ros.org/wiki/xacro" name="piper_camera">
3
+ <link name="arm_base">
4
+ <inertial>
5
+ <origin
6
+ xyz="-0.00979274765955341 1.82905827587138E-06 0.0410100126360189"
7
+ rpy="0 0 0" />
8
+ <mass value="0.162548567403693" />
9
+ <inertia
10
+ ixx="0.000226596924525071"
11
+ ixy="-7.33972270153965E-08"
12
+ ixz="2.13249977802622E-06"
13
+ iyy="0.000269444772561524"
14
+ iyz="8.15169009611054E-09"
15
+ izz="0.000222318258878636" />
16
+ </inertial>
17
+ <visual>
18
+ <origin xyz="0 0 0" rpy="0 0 0" />
19
+ <geometry>
20
+ <mesh filename="piper_description/meshes/dae/base_link.dae" />
21
+ </geometry>
22
+ <material name="">
23
+ <color rgba="0.792156862745098 0.819607843137255 0.933333333333333 1" />
24
+ </material>
25
+ </visual>
26
+ <collision>
27
+ <origin xyz="0 0 0" rpy="0 0 0" />
28
+ <geometry>
29
+ <mesh filename="piper_description/meshes/base_link.STL" />
30
+ </geometry>
31
+ </collision>
32
+ </link>
33
+
34
+ <link name="link1">
35
+ <inertial>
36
+ <origin
37
+ xyz="0.00131676031927024 0.000310288842008612 -0.00922874512303437"
38
+ rpy="0 0 0" />
39
+ <mass value="0.0978679932242825" />
40
+ <inertia
41
+ ixx="7.76684558296782E-05"
42
+ ixy="1.09084650459924E-07"
43
+ ixz="-1.9748053243241E-06"
44
+ iyy="9.24967780161547E-05"
45
+ iyz="9.91284646834582E-07"
46
+ izz="8.24589062407807E-05" />
47
+ </inertial>
48
+ <visual>
49
+ <origin xyz="0 0 0" rpy="0 0 0" />
50
+ <geometry>
51
+ <mesh filename="piper_description/meshes/dae/link1.dae" />
52
+ </geometry>
53
+ <material name="">
54
+ <color rgba="0.792156862745098 0.819607843137255 0.933333333333333 1" />
55
+ </material>
56
+ </visual>
57
+ <collision>
58
+ <origin xyz="0 0 0" rpy="0 0 1.5708" />
59
+ <geometry>
60
+ <mesh filename="piper_description/meshes/link1.STL" />
61
+ </geometry>
62
+ </collision>
63
+ </link>
64
+ <joint name="joint1" type="revolute">
65
+ <origin xyz="0 0 0.123" rpy="0 0 -1.5708" />
66
+ <parent link="arm_base" />
67
+ <child link="link1" />
68
+ <axis xyz="0 0 1" />
69
+ <limit lower="-2.618" upper="2.618" effort="100" velocity="3" />
70
+ </joint>
71
+
72
+ <link name="link2">
73
+ <inertial>
74
+ <origin
75
+ xyz="0.148793602378802 -0.00242026983944119 0.00175154638467948"
76
+ rpy="0 0 0" />
77
+ <mass value="0.290888938633388" />
78
+ <inertia
79
+ ixx="0.000148959640166183"
80
+ ixy="-7.37750384371657E-05"
81
+ ixz="-9.68688405196236E-07"
82
+ iyy="0.00172800946632652"
83
+ iyz="-1.09692225564224E-06"
84
+ izz="0.0017754628344594" />
85
+ </inertial>
86
+ <visual>
87
+ <origin xyz="0 0 0" rpy="0 0 0" />
88
+ <geometry>
89
+ <mesh filename="piper_description/meshes/dae/link2.dae" />
90
+ </geometry>
91
+ <material name="">
92
+ <color rgba="0.792156862745098 0.819607843137255 0.933333333333333 1" />
93
+ </material>
94
+ </visual>
95
+ <collision>
96
+ <origin xyz="0 0 0" rpy="0 0 0.1" />
97
+ <geometry>
98
+ <mesh filename="piper_description/meshes/link2.STL" />
99
+ </geometry>
100
+ </collision>
101
+ </link>
102
+ <joint name="joint2" type="revolute">
103
+ <origin xyz="0 0 0" rpy="1.5708 -0.034907 -1.5708" />
104
+ <parent link="link1" />
105
+ <child link="link2" />
106
+ <axis xyz="0 0 1" />
107
+ <limit lower="-0.1" upper="3.14" effort="100" velocity="3" />
108
+ </joint>
109
+
110
+ <link name="link3">
111
+ <inertial>
112
+ <origin
113
+ xyz="-0.0996835215213704 0.0349477226691318 0.000508025815507312"
114
+ rpy="0 0 0" />
115
+ <mass value="0.290847697793211" />
116
+ <inertia
117
+ ixx="0.000107879011637167"
118
+ ixy="2.92669521203626E-05"
119
+ ixz="6.825922326238E-07"
120
+ iyy="0.000214751671792086"
121
+ iyz="-7.78469047878196E-07"
122
+ izz="0.000241923439340319" />
123
+ </inertial>
124
+ <visual>
125
+ <origin xyz="0 0 0" rpy="0 0 0" />
126
+ <geometry>
127
+ <mesh filename="piper_description/meshes/dae/link3.dae" />
128
+ </geometry>
129
+ <material name="">
130
+ <color rgba="0.792156862745098 0.819607843137255 0.933333333333333 1" />
131
+ </material>
132
+ </visual>
133
+ <collision>
134
+ <origin xyz="0 0 0" rpy="0 0 -1.75" />
135
+ <geometry>
136
+ <mesh filename="piper_description/meshes/link3.STL" />
137
+ </geometry>
138
+ </collision>
139
+ </link>
140
+ <joint name="joint3" type="revolute">
141
+ <origin xyz="0.28358 0.028726 0" rpy="0 0 0.06604341" />
142
+ <parent link="link2" />
143
+ <child link="link3" />
144
+ <axis xyz="0 0 1" />
145
+ <limit lower="-2.697" upper="0.1" effort="100" velocity="3" />
146
+ </joint>
147
+
148
+ <link name="link4">
149
+ <inertial>
150
+ <origin
151
+ xyz="0.000276464622387979 -0.00102803669324875 -0.00472830700561663"
152
+ rpy="0 0 0" />
153
+ <mass value="0.127087348341362" />
154
+ <inertia
155
+ ixx="3.82011730423416E-05"
156
+ ixy="-4.92358350897513E-08"
157
+ ixz="4.89589432973119E-08"
158
+ iyy="4.87048555222578E-05"
159
+ iyz="6.70802942500512E-08"
160
+ izz="4.10592077565559E-05" />
161
+ </inertial>
162
+ <visual>
163
+ <origin xyz="0 0 0" rpy="0 0 0" />
164
+ <geometry>
165
+ <mesh filename="piper_description/meshes/dae/link4.dae" />
166
+ </geometry>
167
+ <material name="">
168
+ <color rgba="0.792156862745098 0.819607843137255 0.933333333333333 1" />
169
+ </material>
170
+ </visual>
171
+ <collision>
172
+ <origin xyz="0 0 0" rpy="0 0 0" />
173
+ <geometry>
174
+ <mesh filename="piper_description/meshes/link4.STL" />
175
+ </geometry>
176
+ </collision>
177
+ </link>
178
+ <joint name="joint4" type="revolute">
179
+ <origin xyz="-0.24221 0.068514 0" rpy="-1.5708 0 1.3826" />
180
+ <parent link="link3" />
181
+ <child link="link4" />
182
+ <axis xyz="0 0 1" />
183
+ <limit lower="-1.832" upper="1.832" effort="100" velocity="3" />
184
+ </joint>
185
+
186
+ <link name="link5">
187
+ <inertial>
188
+ <origin
189
+ xyz="8.82262433516967E-05 0.0566829014808256 -0.00196119720482461"
190
+ rpy="0 0 0" />
191
+ <mass value="0.144711242639457" />
192
+ <inertia
193
+ ixx="4.39644313662493E-05"
194
+ ixy="-3.59259686444846E-08"
195
+ ixz="-1.89747741386183E-08"
196
+ iyy="5.63173920951307E-05"
197
+ iyz="-2.1540716689785E-07"
198
+ izz="4.88713664675268E-05" />
199
+ </inertial>
200
+ <visual>
201
+ <origin xyz="0 0 0" rpy="0 0 0" />
202
+ <geometry>
203
+ <mesh filename="piper_description/meshes/dae/link5.dae" />
204
+ </geometry>
205
+ <material name="">
206
+ <color rgba="0.792156862745098 0.819607843137255 0.933333333333333 1" />
207
+ </material>
208
+ </visual>
209
+ <collision>
210
+ <origin xyz="0 0 0" rpy="0 0 -3.14" />
211
+ <geometry>
212
+ <mesh filename="piper_description/meshes/link5.STL" />
213
+ </geometry>
214
+ </collision>
215
+ </link>
216
+ <joint name="joint5" type="revolute">
217
+ <origin xyz="0 0 0" rpy="1.5708 0 0" />
218
+ <parent link="link4" />
219
+ <child link="link5" />
220
+ <axis xyz="0 0 1" />
221
+ <limit lower="-1.22" upper="1.22" effort="100" velocity="3" />
222
+ </joint>
223
+
224
+ <link name="link6">
225
+ <inertial>
226
+ <origin
227
+ xyz="0.00103120214523473 0.0121761387587524 0.0315480874960164"
228
+ rpy="0 0 0" />
229
+ <mass value="0.195187143240719" />
230
+ <inertia
231
+ ixx="6.43790256535539E-05"
232
+ ixy="-1.2366166157046E-06"
233
+ ixz="1.97664606328472E-07"
234
+ iyy="0.000126146396374301"
235
+ iyz="2.41157078516408E-06"
236
+ izz="0.000154087076816444" />
237
+ </inertial>
238
+ <visual>
239
+ <origin xyz="-0.002 -0.008 0" rpy="-1.57 0 0" />
240
+ <geometry>
241
+ <mesh filename="piper_description/meshes/dae/camera_v3.dae"/>
242
+ </geometry>
243
+ <material name="">
244
+ <color rgba="0.792156862745098 0.819607843137255 0.933333333333333 1" />
245
+ </material>
246
+ </visual>
247
+ <collision>
248
+ <origin xyz="-0.002 -0.008 0" rpy="-1.57 0 0" />
249
+ <geometry>
250
+ <mesh filename="piper_description/meshes/dae/camera_v3.dae"/>
251
+ </geometry>
252
+ </collision>
253
+ </link>
254
+ <joint name="joint6" type="revolute">
255
+ <origin xyz="0 0.091 0.0014165" rpy="-1.5708 -1.5708 0" />
256
+ <parent link="link5" />
257
+ <child link="link6" />
258
+ <axis xyz="0 0 1" />
259
+ <limit lower="-3.14" upper="3.14" effort="100" velocity="3" />
260
+ </joint>
261
+
262
+ <link name="link7">
263
+ <inertial>
264
+ <origin
265
+ xyz="-0.000277778383727112 -0.0467673043650824 -0.00921029491873201"
266
+ rpy="0 0 0" />
267
+ <mass value="0.02648229234527" />
268
+ <inertia
269
+ ixx="9.99787479924589E-06"
270
+ ixy="-1.57548495096104E-07"
271
+ ixz="-2.71342775003487E-08"
272
+ iyy="6.1795212293655E-06"
273
+ iyz="-1.58939803580081E-06"
274
+ izz="1.42102717246564E-05" />
275
+ </inertial>
276
+ <visual>
277
+ <origin xyz="0 0 0" rpy="0 0 0" />
278
+ <geometry>
279
+ <mesh filename="piper_description/meshes/dae/link7.dae" />
280
+ </geometry>
281
+ <material name="">
282
+ <color rgba="0.792156862745098 0.819607843137255 0.933333333333333 1" />
283
+ </material>
284
+ </visual>
285
+ <collision>
286
+ <origin xyz="-0.001 0 0.0003" rpy="0 3.14 0" />
287
+ <geometry>
288
+ <mesh filename="piper_description/meshes/link7.STL" />
289
+ </geometry>
290
+ </collision>
291
+ </link>
292
+ <joint name="joint7" type="prismatic">
293
+ <origin xyz="0 0 0.13503" rpy="1.5708 0 1.5708" />
294
+ <parent link="link6" />
295
+ <child link="link7" />
296
+ <axis xyz="0 0 -1" />
297
+ <limit lower="0" upper="0.05" effort="10" velocity="1" />
298
+ </joint>
299
+
300
+ <link name="link8">
301
+ <inertial>
302
+ <origin
303
+ xyz="0.000277816920932317 0.0467673824063769 -0.00921030054508036"
304
+ rpy="0 0 0" />
305
+ <mass value="0.0264822021416248" />
306
+ <inertia
307
+ ixx="9.99779119357223E-06"
308
+ ixy="-1.57542283433504E-07"
309
+ ixz="2.71367446701359E-08"
310
+ iyy="6.17952441557932E-06"
311
+ iyz="1.58939319453383E-06"
312
+ izz="1.4210192754512E-05" />
313
+ </inertial>
314
+ <visual>
315
+ <origin xyz="0 0 0" rpy="0 0 0" />
316
+ <geometry>
317
+ <mesh filename="piper_description/meshes/dae/link8.dae" />
318
+ </geometry>
319
+ <material name="">
320
+ <color rgba="0.792156862745098 0.819607843137255 0.933333333333333 1" />
321
+ </material>
322
+ </visual>
323
+ <collision>
324
+ <origin xyz="-0.001 0 0.0003" rpy="3.14 0 0" />
325
+ <geometry>
326
+ <mesh filename="piper_description/meshes/link8.STL" />
327
+ </geometry>
328
+ </collision>
329
+ </link>
330
+ <joint name="joint8" type="prismatic">
331
+ <origin xyz="0 0 0.13503" rpy="-1.5708 0 1.5708" />
332
+ <parent link="link6" />
333
+ <child link="link8" />
334
+ <axis xyz="0 0 1" />
335
+ <limit lower="-0.05" upper="0" effort="10" velocity="1" />
336
+ </joint>
337
+
338
+
339
+ </robot>
genmanip_benchmark/curobo_cfg/piper100/piper100.usd ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d15612c9f2aaaea315b336111c6a68ff5006a07cb7d6f25a86f8ca7b436daf3d
3
+ size 24328128
genmanip_benchmark/curobo_cfg/piper100/piper100/configuration/piper100_base.usd ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b965147e0458dab769196c2e07f788180dafb90c0ec0b27ea472d6df2590132
3
+ size 31262849
genmanip_benchmark/curobo_cfg/piper100/piper100/configuration/piper100_physics.usd ADDED
Binary file (5.74 kB). View file
 
genmanip_benchmark/curobo_cfg/piper100/piper100/configuration/piper100_sensor.usd ADDED
Binary file (652 Bytes). View file
 
genmanip_benchmark/curobo_cfg/piper100/piper100/piper100.usd ADDED
Binary file (1.6 kB). View file
 
genmanip_benchmark/curobo_cfg/piper100/piper100_left_arm.yml ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ##
2
+ ## Copyright (c) 2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3
+ ##
4
+ ## NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
5
+ ## property and proprietary rights in and to this material, related
6
+ ## documentation and any modifications thereto. Any use, reproduction,
7
+ ## disclosure or distribution of this material and related documentation
8
+ ## without an express license agreement from NVIDIA CORPORATION or
9
+ ## its affiliates is strictly prohibited.
10
+ ##
11
+
12
+ robot_cfg:
13
+ kinematics:
14
+ usd_path: "${ASSETS_DIR}/piper100.usd"
15
+ usd_robot_root: "/robot"
16
+ isaac_usd_path: ""
17
+ usd_flip_joints: {}
18
+ usd_flip_joint_limits: []
19
+
20
+ urdf_path: "${ASSETS_DIR}/piper100.urdf"
21
+ asset_root_path: "robot"
22
+
23
+ base_link: "arm_base"
24
+ ee_link: "link6"
25
+
26
+ # lock_joints: {"joint7": 0.0, "joint8": 0.0}
27
+ extra_links: {"attached_object":{"parent_link_name": "link6" ,
28
+ "link_name": "attached_object", "fixed_transform": [0,0,0,1,0,0,0], "joint_type":"FIXED",
29
+ "joint_name": "attach_joint" }}
30
+
31
+
32
+ collision_link_names:
33
+ [
34
+ "arm_base",
35
+ "link1",
36
+ "link2",
37
+ "link3",
38
+ "link4",
39
+ "link5",
40
+ "link6",
41
+ "link7",
42
+ "link8",
43
+ "attached_object",
44
+ ]
45
+ collision_spheres:
46
+ arm_base:
47
+ - "center": [-0.016, -0.02, 0.028]
48
+ "radius": 0.01497
49
+ link1:
50
+ - "center": [-0.005, -0.01, -0.007]
51
+ "radius": 0.03343
52
+ link2:
53
+ - "center": [0.258, -0.005, -0.009]
54
+ "radius": 0.03
55
+ - "center": [0.058, 0.0, 0.013]
56
+ "radius": 0.03
57
+ - "center": [0.163, -0.014, -0.004]
58
+ "radius": 0.03
59
+ link3:
60
+ - "center": [-0.186, 0.051, -0.003]
61
+ "radius": 0.03
62
+ - "center": [-0.04, 0.02, -0.007]
63
+ "radius": 0.03
64
+ - "center": [-0.107, 0.036, -0.004]
65
+ "radius": 0.03
66
+ link4:
67
+ - "center": [-0.005, -0.0, -0.001]
68
+ "radius": 0.03
69
+ link5:
70
+ - "center": [-0.004, 0.053, -0.001]
71
+ "radius": 0.03
72
+ link6:
73
+ - "center": [-0.001, -0.002, 0.011]
74
+ "radius": 0.03
75
+ link7:
76
+ - "center": [0.017, -0.055, -0.015]
77
+ "radius": 0.0155
78
+ - "center": [-0.017, -0.057, -0.008]
79
+ "radius": 0.0155
80
+ link8:
81
+ - "center": [0.018, 0.055, -0.011]
82
+ "radius": 0.01601
83
+ - "center": [-0.019, 0.061, -0.007]
84
+ "radius": 0.0149
85
+ collision_sphere_buffer: 0.004
86
+ extra_collision_spheres: {"attached_object": 4}
87
+ self_collision_ignore:
88
+ {
89
+ "arm_base": ["link1", "link2", "link3", "link4", "link5", "link6", "link7", "link8", "attached_object"],
90
+ "link1": ["link2", "link3", "link4", "link5", "link6", "link7", "link8", "attached_object"],
91
+ "link2": ["link3", "link4", "link5", "link6", "link7", "link8", "attached_object"],
92
+ "link3": ["link4", "link5", "link6", "link7", "link8", "attached_object"],
93
+ "link4": ["link5", "link6", "link7", "link8", "attached_object"],
94
+ "link5": ["link6", "link7", "link8", "attached_object"],
95
+ "link6": ["link7", "link8", "attached_object"],
96
+ "link7": ["link8", "attached_object"]
97
+ }
98
+ self_collision_buffer:
99
+ {
100
+ "arm_base": 0.1,
101
+ "link1": 0.05,
102
+ "link2": 0.05,
103
+ "link3": 0.05,
104
+ "link4": 0.05,
105
+ "link5": 0.05,
106
+ "link6": 0.05,
107
+ "link7": 0.02,
108
+ "link8": 0.02,
109
+ "attached_object": 0.0,
110
+ }
111
+ use_global_cumul: True
112
+ mesh_link_names:
113
+ [
114
+ "arm_base",
115
+ "link1",
116
+ "link2",
117
+ "link3",
118
+ "link4",
119
+ "link5",
120
+ "link6",
121
+ "link7",
122
+ "link8"
123
+ ]
124
+ external_asset_path: null # Use this to add path for externally located assets/robot folder.
125
+ lock_joints: {"joint7": 0.05, "joint8": -0.05}
126
+
127
+ cspace:
128
+ joint_names: ["joint1","joint2","joint3","joint4", "joint5", "joint6","joint7","joint8"]
129
+ # retract_config: [0.0, 0.35, -0.35, 0.0, 0.0, 0.0, 0.0, 0.0]
130
+ retract_config: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
131
+ null_space_weight: [1,1,1,1,1,1,1,1]
132
+ cspace_distance_weight: [1,1,1,1,1,1,1,1]
133
+ max_acceleration: 15.0
134
+ max_jerk: 500.0
genmanip_benchmark/curobo_cfg/piper100/piper100_right_arm.yml ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ##
2
+ ## Copyright (c) 2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3
+ ##
4
+ ## NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
5
+ ## property and proprietary rights in and to this material, related
6
+ ## documentation and any modifications thereto. Any use, reproduction,
7
+ ## disclosure or distribution of this material and related documentation
8
+ ## without an express license agreement from NVIDIA CORPORATION or
9
+ ## its affiliates is strictly prohibited.
10
+ ##
11
+
12
+ robot_cfg:
13
+ kinematics:
14
+ usd_path: "${ASSETS_DIR}/piper100.usd"
15
+ usd_robot_root: "/robot"
16
+ isaac_usd_path: ""
17
+ usd_flip_joints: {}
18
+ usd_flip_joint_limits: []
19
+
20
+ urdf_path: "${ASSETS_DIR}/piper100.urdf"
21
+ asset_root_path: "robot"
22
+
23
+ base_link: "arm_base"
24
+ ee_link: "link6"
25
+
26
+ # lock_joints: {"joint7": 0.0, "joint8": 0.0}
27
+ extra_links: {"attached_object":{"parent_link_name": "link6" ,
28
+ "link_name": "attached_object", "fixed_transform": [0,0,0,1,0,0,0], "joint_type":"FIXED",
29
+ "joint_name": "attach_joint" }}
30
+
31
+
32
+ collision_link_names:
33
+ [
34
+ "arm_base",
35
+ "link1",
36
+ "link2",
37
+ "link3",
38
+ "link4",
39
+ "link5",
40
+ "link6",
41
+ "link7",
42
+ "link8",
43
+ "attached_object",
44
+ ]
45
+ collision_spheres:
46
+ arm_base:
47
+ - "center": [-0.016, -0.02, 0.028]
48
+ "radius": 0.01497
49
+ link1:
50
+ - "center": [-0.005, -0.01, -0.007]
51
+ "radius": 0.03343
52
+ link2:
53
+ - "center": [0.258, -0.005, -0.009]
54
+ "radius": 0.03
55
+ - "center": [0.058, 0.0, 0.013]
56
+ "radius": 0.03
57
+ - "center": [0.163, -0.014, -0.004]
58
+ "radius": 0.03
59
+ link3:
60
+ - "center": [-0.186, 0.051, -0.003]
61
+ "radius": 0.03
62
+ - "center": [-0.04, 0.02, -0.007]
63
+ "radius": 0.03
64
+ - "center": [-0.107, 0.036, -0.004]
65
+ "radius": 0.03
66
+ link4:
67
+ - "center": [-0.005, -0.0, -0.001]
68
+ "radius": 0.03
69
+ link5:
70
+ - "center": [-0.004, 0.053, -0.001]
71
+ "radius": 0.03
72
+ link6:
73
+ - "center": [-0.001, -0.002, 0.011]
74
+ "radius": 0.03
75
+ link7:
76
+ - "center": [0.017, -0.055, -0.015]
77
+ "radius": 0.0155
78
+ - "center": [-0.017, -0.057, -0.008]
79
+ "radius": 0.0155
80
+ link8:
81
+ - "center": [0.018, 0.055, -0.011]
82
+ "radius": 0.01601
83
+ - "center": [-0.019, 0.061, -0.007]
84
+ "radius": 0.0149
85
+ collision_sphere_buffer: 0.004
86
+ extra_collision_spheres: {"attached_object": 4}
87
+ self_collision_ignore:
88
+ {
89
+ "arm_base": ["link1", "link2", "link3", "link4", "link5", "link6", "link7", "link8", "attached_object"],
90
+ "link1": ["link2", "link3", "link4", "link5", "link6", "link7", "link8", "attached_object"],
91
+ "link2": ["link3", "link4", "link5", "link6", "link7", "link8", "attached_object"],
92
+ "link3": ["link4", "link5", "link6", "link7", "link8", "attached_object"],
93
+ "link4": ["link5", "link6", "link7", "link8", "attached_object"],
94
+ "link5": ["link6", "link7", "link8", "attached_object"],
95
+ "link6": ["link7", "link8", "attached_object"],
96
+ "link7": ["link8", "attached_object"]
97
+ }
98
+ self_collision_buffer:
99
+ {
100
+ "arm_base": 0.1,
101
+ "link1": 0.05,
102
+ "link2": 0.05,
103
+ "link3": 0.05,
104
+ "link4": 0.05,
105
+ "link5": 0.05,
106
+ "link6": 0.05,
107
+ "link7": 0.02,
108
+ "link8": 0.02,
109
+ "attached_object": 0.0,
110
+ }
111
+ use_global_cumul: True
112
+ mesh_link_names:
113
+ [
114
+ "arm_base",
115
+ "link1",
116
+ "link2",
117
+ "link3",
118
+ "link4",
119
+ "link5",
120
+ "link6",
121
+ "link7",
122
+ "link8"
123
+ ]
124
+ external_asset_path: null # Use this to add path for externally located assets/robot folder.
125
+ lock_joints: {"joint7": 0.05, "joint8": -0.05}
126
+
127
+ cspace:
128
+ joint_names: ["joint1","joint2","joint3","joint4", "joint5", "joint6","joint7","joint8"]
129
+ # retract_config: [0.0, 0.35, -0.35, 0.0, 0.0, 0.0, 0.0, 0.0]
130
+ retract_config: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
131
+ null_space_weight: [1,1,1,1,1,1,1,1]
132
+ cspace_distance_weight: [1,1,1,1,1,1,1,1]
133
+ max_acceleration: 15.0
134
+ max_jerk: 500.0
genmanip_benchmark/curobo_cfg/piper100/piper_description/CMakeLists.txt ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ cmake_minimum_required(VERSION 2.8.3)
2
+
3
+ project(piper_description)
4
+
5
+ find_package(catkin REQUIRED)
6
+
7
+ catkin_package()
8
+
9
+ find_package(roslaunch)
10
+
11
+ foreach(dir config launch meshes urdf)
12
+ install(DIRECTORY ${dir}/
13
+ DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/${dir})
14
+ endforeach(dir)
genmanip_benchmark/curobo_cfg/piper100/piper_description/launch/piper_no_gripper/display_no_gripper_urdf.launch ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <launch>
2
+ <arg name="model" />
3
+ <arg name="rviz_config" default="$(find piper_description)/rviz/piper_no_gripper.rviz" />
4
+ <param
5
+ name="robot_description"
6
+ textfile="$(find piper_description)/urdf/piper_no_gripper_description.urdf" />
7
+ <node
8
+ name="joint_state_publisher_gui"
9
+ pkg="joint_state_publisher_gui"
10
+ type="joint_state_publisher_gui" />
11
+ <node
12
+ name="$(anon robot_state_publisher)"
13
+ pkg="robot_state_publisher"
14
+ type="robot_state_publisher" />
15
+ <node
16
+ name="rviz"
17
+ pkg="rviz"
18
+ type="rviz"
19
+ args="-d $(arg rviz_config)" />
20
+ </launch>
genmanip_benchmark/curobo_cfg/piper100/piper_description/launch/piper_no_gripper/display_no_gripper_xacro.launch ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <launch>
2
+ <arg name="model" />
3
+ <arg name="rviz_config" default="$(find piper_description)/rviz/piper_no_gripper.rviz" />
4
+ <param
5
+ name="robot_description"
6
+ textfile="$(find piper_description)/urdf/piper_no_gripper_description.xacro" />
7
+ <node
8
+ name="joint_state_publisher_gui"
9
+ pkg="joint_state_publisher_gui"
10
+ type="joint_state_publisher_gui" />
11
+ <node
12
+ name="$(anon robot_state_publisher)"
13
+ pkg="robot_state_publisher"
14
+ type="robot_state_publisher" />
15
+ <node
16
+ name="rviz"
17
+ pkg="rviz"
18
+ type="rviz"
19
+ args="-d $(arg rviz_config)" />
20
+ </launch>
genmanip_benchmark/curobo_cfg/piper100/piper_description/launch/piper_with_gripper/display_urdf.launch ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <launch>
2
+ <arg name="model" />
3
+ <arg name="rviz_config" default="$(find piper_description)/rviz/piper_ctrl.rviz" />
4
+ <param
5
+ name="robot_description"
6
+ textfile="$(find piper_description)/urdf/piper_description_v100_camera.urdf" />
7
+
8
+ <!-- <arg name="jnt_stat_source" default="[/joint_states_origin]" />
9
+ <node name="joint_state_publisher" pkg="joint_state_publisher" type="joint_state_publisher">
10
+ <rosparam param="/source_list" subst_value="True">$(arg jnt_stat_source)</rosparam>
11
+ </node> -->
12
+
13
+ <node
14
+ name="joint_state_publisher_gui"
15
+ pkg="joint_state_publisher_gui"
16
+ type="joint_state_publisher_gui" />
17
+ <node
18
+ name="robot_state_publisher"
19
+ pkg="robot_state_publisher"
20
+ type="robot_state_publisher" />
21
+ <node
22
+ name="rviz"
23
+ pkg="rviz"
24
+ type="rviz"
25
+ args="-d $(arg rviz_config)" />
26
+ </launch>
genmanip_benchmark/curobo_cfg/piper100/piper_description/launch/piper_with_gripper/display_urdf_new.launch ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <launch>
2
+ <arg name="model" />
3
+ <arg name="rviz_config" default="$(find piper_description)/rviz/piper_ctrl.rviz" />
4
+ <param
5
+ name="robot_description"
6
+ textfile="$(find piper_description)/urdf/piper_description_new.urdf" />
7
+
8
+ <!-- <arg name="jnt_stat_source" default="[/joint_states_origin]" />
9
+ <node name="joint_state_publisher" pkg="joint_state_publisher" type="joint_state_publisher">
10
+ <rosparam param="/source_list" subst_value="True">$(arg jnt_stat_source)</rosparam>
11
+ </node> -->
12
+
13
+ <node
14
+ name="joint_state_publisher_gui"
15
+ pkg="joint_state_publisher_gui"
16
+ type="joint_state_publisher_gui" />
17
+ <node
18
+ name="robot_state_publisher"
19
+ pkg="robot_state_publisher"
20
+ type="robot_state_publisher" />
21
+ <node
22
+ name="rviz"
23
+ pkg="rviz"
24
+ type="rviz"
25
+ args="-d $(arg rviz_config)" />
26
+ </launch>
genmanip_benchmark/curobo_cfg/piper100/piper_description/launch/piper_with_gripper/display_xacro.launch ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <launch>
2
+ <arg
3
+ name="model" />
4
+ <arg name="rviz_config" default="$(find piper_description)/rviz/piper_ctrl.rviz" />
5
+ <param
6
+ name="robot_description"
7
+ textfile="$(find piper_description)/urdf/piper_description.xacro" />
8
+ <node
9
+ name="joint_state_publisher_gui"
10
+ pkg="joint_state_publisher_gui"
11
+ type="joint_state_publisher_gui">
12
+ <param name="rate" value="100" />
13
+ </node>
14
+ <node
15
+ name="$(anon robot_state_publisher)"
16
+ pkg="robot_state_publisher"
17
+ type="robot_state_publisher" >
18
+ <param name="rate" value="100" />
19
+ </node>
20
+ <node
21
+ name="rviz"
22
+ pkg="rviz"
23
+ type="rviz"
24
+ args="-d $(arg rviz_config)" />
25
+ </launch>
genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/base_link.STL ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd4a3d6d0266205fe3f725f048645be66592c23564db22e08b0807d5569b2c64
3
+ size 607384
genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/dae/base_link.dae ADDED
The diff for this file is too large to render. See raw diff
 
genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/dae/camera.dae ADDED
The diff for this file is too large to render. See raw diff
 
genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/dae/camera_v2.dae ADDED
The diff for this file is too large to render. See raw diff
 
genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/dae/camera_v3.dae ADDED
The diff for this file is too large to render. See raw diff
 
genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/dae/gripper_base_100_v2.dae ADDED
The diff for this file is too large to render. See raw diff
 
genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/dae/link1.dae ADDED
The diff for this file is too large to render. See raw diff
 
genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/dae/link2.dae ADDED
The diff for this file is too large to render. See raw diff
 
genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/dae/link3.dae ADDED
The diff for this file is too large to render. See raw diff
 
genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/dae/link4.dae ADDED
The diff for this file is too large to render. See raw diff
 
genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/dae/link5.dae ADDED
The diff for this file is too large to render. See raw diff
 
genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/dae/link6.dae ADDED
The diff for this file is too large to render. See raw diff
 
genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/dae/link7.dae ADDED
The diff for this file is too large to render. See raw diff
 
genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/dae/link8.dae ADDED
The diff for this file is too large to render. See raw diff
 
genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/gripper_base.STL ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2895bfa6f1eef2d0ad2cb9dfdedd5f6c760ec07388bcde2b4d1e412e1189c9cb
3
+ size 649484
genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/gripper_base.dae ADDED
The diff for this file is too large to render. See raw diff
 
genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/gripper_base_100.dae ADDED
The diff for this file is too large to render. See raw diff
 
genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/gripper_base_100_v2.dae ADDED
The diff for this file is too large to render. See raw diff
 
genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/link1.STL ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ee6e1d67c0241f42a0dbaf5c676d19230375ed078ee1943bb8c4c37ab303d14
3
+ size 447784
genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/link2.STL ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d37675b699b643f2e15348de99aed535fac10dc5f09a79b8e4b0acfaf4e0378
3
+ size 3658384
genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/link3.STL ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8ae51f17c0c7f6d67b753922e2cc269f5e8372a65734f859231639a64fe8fad
3
+ size 1845784
genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/link4.STL ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efa33022976218f246f736a6133494b5d0e5486e8b50b52900c42f285ae85558
3
+ size 877984
genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/link5.STL ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1c69d1c7f6f8c60e2c82331c0f444725200ed4053d3e5ec23aa82cb5db5b29f
3
+ size 833684
genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/link6.STL ADDED
Binary file (58.9 kB). View file
 
genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/link7.STL ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:475a7d8db056524d7659fadf5a2c307d62791047b6214d733dfc7846ed1c613d
3
+ size 104384
genmanip_benchmark/curobo_cfg/piper100/piper_description/meshes/link8.STL ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f88d534a85e28a33ef7d2061adacbd1d25214aa9325f9e464aad0f9e4b74606
3
+ size 104384
genmanip_benchmark/curobo_cfg/piper100/piper_description/mujoco_model/piper_description.xml ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <mujoco model="piper">
2
+ <compiler angle="radian" />
3
+ <size njmax="500" nconmax="100" />
4
+ <asset>
5
+ <mesh name="base_link" file="../meshes/base_link.STL" />
6
+ <mesh name="link1" file="../meshes/link1.STL" />
7
+ <mesh name="link2" file="../meshes/link2.STL" />
8
+ <mesh name="link3" file="../meshes/link3.STL" />
9
+ <mesh name="link4" file="../meshes/link4.STL" />
10
+ <mesh name="link5" file="../meshes/link5.STL" />
11
+ <mesh name="link6" file="../meshes/link6.STL" />
12
+ <mesh name="gripper_base" file="../meshes/gripper_base.STL" />
13
+ <mesh name="link7" file="../meshes/link7.STL" />
14
+ <mesh name="link8" file="../meshes/link8.STL" />
15
+ </asset>
16
+ <worldbody>
17
+ <geom type="mesh" rgba="0.792157 0.819608 0.933333 1" mesh="base_link" />
18
+ <body name="link1" pos="0 0 0.123">
19
+ <inertial pos="0.000121505 0.000104632 -0.00438597" quat="0.682111 0.730899 0.0143111 -0.0175062" mass="0.71" diaginertia="0.000489262 0.000439887 0.000404551" />
20
+ <joint name="joint1" pos="0 0 0" axis="0 0 1" limited="true" range="-2.618 2.168" damping="500"/>
21
+ <geom type="mesh" rgba="0.792157 0.819608 0.933333 1" mesh="link1" />
22
+ <body name="link2" pos="0 0 0" quat="0.0356735 -0.0356786 -0.706207 -0.706205">
23
+ <inertial pos="0.198666 -0.0109269 0.00142122" quat="0.510131 0.475585 0.525075 0.48773" mass="1.17" diaginertia="0.0679032 0.067745 0.00111966" />
24
+ <joint name="joint2" pos="0 0 0" axis="0 0 1" limited="true" range="0 3.14" damping="5"/>
25
+ <geom type="mesh" rgba="0.792157 0.819608 0.933333 1" mesh="link2" />
26
+ <body name="link3" pos="0.28503 0 0" quat="0.637536 0 0 -0.77042">
27
+ <inertial pos="-0.0202738 -0.133915 -0.000458683" quat="0.706282 0.705111 0.0532202 0.0339395" mass="0.5" diaginertia="0.0138227 0.0138032 0.000244685" />
28
+ <joint name="joint3" pos="0 0 0" axis="0 0 1" limited="true" range="-2.967 0" damping="20"/>
29
+ <geom type="mesh" rgba="0.792157 0.819608 0.933333 1" mesh="link3" />
30
+ <body name="link4" pos="-0.021984 -0.25075 0" quat="0.707105 0.707108 0 0">
31
+ <inertial pos="-9.66636e-05 0.000876064 -0.00496881" quat="0.714689 -0.0948484 0.0635223 0.690064" mass="0.38" diaginertia="0.000191586 0.000185052 0.000152863" />
32
+ <joint name="joint4" pos="0 0 0" axis="0 0 1" limited="true" range="-1.745 1.745" damping="5"/>
33
+ <geom type="mesh" rgba="0.792157 0.819608 0.933333 1" mesh="link4" />
34
+ <body name="link5" pos="0 0 0" quat="0.707105 -0.707108 0 0">
35
+ <inertial pos="-4.10554e-05 -0.0566487 -0.00372058" quat="0.709589 0.704614 0.00134613 -0.00132656" mass="0.383" diaginertia="0.00166169 0.00164328 0.000185028" />
36
+ <joint name="joint5" pos="0 0 0" axis="0 0 1" limited="true" range="-1.22 1.22" damping="5"/>
37
+ <geom type="mesh" rgba="0.792157 0.819608 0.933333 1" mesh="link5" />
38
+ <body name="link6" pos="8.8259e-05 -0.091 0" quat="0.707105 0.707108 0 0">
39
+ <inertial pos="-0.000182345 7.94104e-05 0.0316214" quat="0.999977 6.30554e-05 0.00678017 0.000789386" mass="0.456991" diaginertia="0.000938039 0.000723068 0.000395388" />
40
+ <joint name="joint6" pos="0 0 0" axis="0 0 1" limited="true" range="-2.0944 2.0944" damping="5"/>
41
+ <geom type="mesh" rgba="0.898039 0.917647 0.929412 1" mesh="link6" />
42
+ <geom type="mesh" rgba="0.792157 0.819608 0.933333 1" mesh="gripper_base" />
43
+ <body name="link7" pos="0 0 0.1358" quat="0.707105 0.707108 0 0">
44
+ <inertial pos="0.000651232 -0.049193 0.00972259" quat="0.477798 0.572974 -0.518028 0.418398" mass="0.025" diaginertia="7.74531e-05 7.36783e-05 5.0886e-06" />
45
+ <joint name="joint7" pos="0 0 0" axis="0 0 1" type="slide" limited="true" range="0 0.035" damping="100"/>
46
+ <geom type="mesh" rgba="0.792157 0.819608 0.933333 1" mesh="link7" />
47
+ </body>
48
+ <body name="link8" pos="0 0 0.1358" quat="-2.59734e-06 -2.59735e-06 -0.707108 -0.707105">
49
+ <inertial pos="0.000651232 -0.049193 0.00972259" quat="0.477798 0.572974 -0.518028 0.418398" mass="0.025" diaginertia="7.74531e-05 7.36783e-05 5.0886e-06" />
50
+ <joint name="joint8" pos="0 0 0" axis="0 0 -1" type="slide" limited="true" range="-0.035 0" damping="100"/>
51
+ <geom type="mesh" rgba="0.792157 0.819608 0.933333 1" mesh="link8" />
52
+ </body>
53
+ </body>
54
+ </body>
55
+ </body>
56
+ </body>
57
+ </body>
58
+ </body>
59
+ </worldbody>
60
+ <actuator>
61
+ <position name="joint1" ctrllimited="true" ctrlrange="-2.618 2.618" joint="joint1" kp="10000" user="1" forcelimited="false"/>
62
+ <position name="joint2" ctrllimited="true" ctrlrange="0 3.14158" joint="joint2" kp="2000" user="1" forcelimited="false"/>
63
+ <position name="joint3" ctrllimited="true" ctrlrange="-2.697 0" joint="joint3" kp="2000" user="1" forcelimited="false"/>
64
+ <position name="joint4" ctrllimited="true" ctrlrange="-1.832 1.832" joint="joint4" kp="500" user="1" forcelimited="false"/>
65
+ <position name="joint5" ctrllimited="true" ctrlrange="-1.22 1.22" joint="joint5" kp="200" user="1" forcelimited="false"/>
66
+ <position name="joint6" ctrllimited="true" ctrlrange="-3.14158 3.14158" joint="joint6" kp="200" user="1" forcelimited="false"/>
67
+ <position name="joint7" ctrllimited="true" ctrlrange="0 0.0475" joint="joint7" kp="10000" user="1" forcelimited="false" forcerange="-100 100"/>
68
+ <position name="joint8" ctrllimited="true" ctrlrange="-0.0475 0" joint="joint8" kp="10000" user="1" forcelimited="false" forcerange="-100 100"/>
69
+ </actuator>
70
+ </mujoco>
genmanip_benchmark/curobo_cfg/piper100/piper_description/mujoco_model/piper_no_gripper_description.xml ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <mujoco model="piper">
2
+ <compiler angle="radian" />
3
+ <size njmax="500" nconmax="100" />
4
+ <asset>
5
+ <mesh name="base_link" file="../meshes/base_link.STL" />
6
+ <mesh name="link1" file="../meshes/link1.STL" />
7
+ <mesh name="link2" file="../meshes/link2.STL" />
8
+ <mesh name="link3" file="../meshes/link3.STL" />
9
+ <mesh name="link4" file="../meshes/link4.STL" />
10
+ <mesh name="link5" file="../meshes/link5.STL" />
11
+ <mesh name="link6" file="../meshes/link6.STL" />
12
+ </asset>
13
+ <worldbody>
14
+ <geom type="mesh" rgba="0.792157 0.819608 0.933333 1" mesh="base_link" />
15
+ <body name="link1" pos="0 0 0.123">
16
+ <inertial pos="0.000121505 0.000104632 -0.00438597" quat="0.682111 0.730899 0.0143111 -0.0175062" mass="0.71" diaginertia="0.000489262 0.000439887 0.000404551" />
17
+ <joint name="joint1" pos="0 0 0" axis="0 0 1" limited="true" range="-2.618 2.168" damping="500"/>
18
+ <geom type="mesh" rgba="0.792157 0.819608 0.933333 1" mesh="link1" />
19
+ <body name="link2" pos="0 0 0" quat="0.0356735 -0.0356786 -0.706207 -0.706205">
20
+ <inertial pos="0.198666 -0.0109269 0.00142122" quat="0.510131 0.475585 0.525075 0.48773" mass="1.17" diaginertia="0.0679032 0.067745 0.00111966" />
21
+ <joint name="joint2" pos="0 0 0" axis="0 0 1" limited="true" range="0 3.14" damping="5"/>
22
+ <geom type="mesh" rgba="0.792157 0.819608 0.933333 1" mesh="link2" />
23
+ <body name="link3" pos="0.28503 0 0" quat="0.637536 0 0 -0.77042">
24
+ <inertial pos="-0.0202738 -0.133915 -0.000458683" quat="0.706282 0.705111 0.0532202 0.0339395" mass="0.5" diaginertia="0.0138227 0.0138032 0.000244685" />
25
+ <joint name="joint3" pos="0 0 0" axis="0 0 1" limited="true" range="-2.967 0" damping="20"/>
26
+ <geom type="mesh" rgba="0.792157 0.819608 0.933333 1" mesh="link3" />
27
+ <body name="link4" pos="-0.021984 -0.25075 0" quat="0.707105 0.707108 0 0">
28
+ <inertial pos="-9.66636e-05 0.000876064 -0.00496881" quat="0.714689 -0.0948484 0.0635223 0.690064" mass="0.38" diaginertia="0.000191586 0.000185052 0.000152863" />
29
+ <joint name="joint4" pos="0 0 0" axis="0 0 1" limited="true" range="-1.745 1.745" damping="5"/>
30
+ <geom type="mesh" rgba="0.792157 0.819608 0.933333 1" mesh="link4" />
31
+ <body name="link5" pos="0 0 0" quat="0.707105 -0.707108 0 0">
32
+ <inertial pos="-4.10554e-05 -0.0566487 -0.00372058" quat="0.709589 0.704614 0.00134613 -0.00132656" mass="0.383" diaginertia="0.00166169 0.00164328 0.000185028" />
33
+ <joint name="joint5" pos="0 0 0" axis="0 0 1" limited="true" range="-1.22 1.22" damping="5"/>
34
+ <geom type="mesh" rgba="0.792157 0.819608 0.933333 1" mesh="link5" />
35
+ <body name="link6" pos="8.8259e-05 -0.091 0" quat="0.707105 0.707108 0 0">
36
+ <inertial pos="-0.000182345 7.94104e-05 0.0316214" quat="0.999977 6.30554e-05 0.00678017 0.000789386" mass="0.456991" diaginertia="0.000938039 0.000723068 0.000395388" />
37
+ <joint name="joint6" pos="0 0 0" axis="0 0 1" limited="true" range="-2.0944 2.0944" damping="5"/>
38
+ <geom type="mesh" rgba="0.898039 0.917647 0.929412 1" mesh="link6" />
39
+ </body>
40
+ </body>
41
+ </body>
42
+ </body>
43
+ </body>
44
+ </body>
45
+ </worldbody>
46
+ <actuator>
47
+ <position name="joint1" ctrllimited="true" ctrlrange="-2.618 2.618" joint="joint1" kp="10000" user="1" forcelimited="false"/>
48
+ <position name="joint2" ctrllimited="true" ctrlrange="0 3.14158" joint="joint2" kp="2000" user="1" forcelimited="false"/>
49
+ <position name="joint3" ctrllimited="true" ctrlrange="-2.697 0" joint="joint3" kp="2000" user="1" forcelimited="false"/>
50
+ <position name="joint4" ctrllimited="true" ctrlrange="-1.832 1.832" joint="joint4" kp="500" user="1" forcelimited="false"/>
51
+ <position name="joint5" ctrllimited="true" ctrlrange="-1.22 1.22" joint="joint5" kp="200" user="1" forcelimited="false"/>
52
+ <position name="joint6" ctrllimited="true" ctrlrange="-3.14158 3.14158" joint="joint6" kp="200" user="1" forcelimited="false"/>
53
+ </actuator>
54
+ </mujoco>
genmanip_benchmark/curobo_cfg/piper100/piper_description/package.xml ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <package format="2">
2
+ <name>piper_description</name>
3
+ <version>1.0.0</version>
4
+ <description>
5
+ <p>URDF Description package for piper_description</p>
6
+ <p>This package contains configuration data, 3D models and launch files
7
+ for piper_description robot</p>
8
+ </description>
9
+ <author>TODO</author>
10
+ <maintainer email="[email protected]" />
11
+ <license>BSD</license>
12
+ <buildtool_depend>catkin</buildtool_depend>
13
+ <depend>roslaunch</depend>
14
+ <depend>robot_state_publisher</depend>
15
+ <depend>rviz</depend>
16
+ <depend>joint_state_publisher_gui</depend>
17
+ <depend>gazebo</depend>
18
+ <export>
19
+ <architecture_independent />
20
+ </export>
21
+ </package>
genmanip_benchmark/curobo_cfg/piper100/piper_description/rviz/piper_ctrl.rviz ADDED
@@ -0,0 +1,181 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Panels:
2
+ - Class: rviz/Displays
3
+ Help Height: 78
4
+ Name: Displays
5
+ Property Tree Widget:
6
+ Expanded:
7
+ - /Global Options1
8
+ - /Status1
9
+ - /RobotModel1
10
+ Splitter Ratio: 0.5
11
+ Tree Height: 549
12
+ - Class: rviz/Selection
13
+ Name: Selection
14
+ - Class: rviz/Tool Properties
15
+ Expanded:
16
+ - /2D Pose Estimate1
17
+ - /2D Nav Goal1
18
+ - /Publish Point1
19
+ Name: Tool Properties
20
+ Splitter Ratio: 0.5886790156364441
21
+ - Class: rviz/Views
22
+ Expanded:
23
+ - /Current View1
24
+ Name: Views
25
+ Splitter Ratio: 0.5
26
+ - Class: rviz/Time
27
+ Name: Time
28
+ SyncMode: 0
29
+ SyncSource: ""
30
+ Preferences:
31
+ PromptSaveOnExit: true
32
+ Toolbars:
33
+ toolButtonStyle: 2
34
+ Visualization Manager:
35
+ Class: ""
36
+ Displays:
37
+ - Alpha: 0.5
38
+ Cell Size: 1
39
+ Class: rviz/Grid
40
+ Color: 160; 160; 164
41
+ Enabled: true
42
+ Line Style:
43
+ Line Width: 0.029999999329447746
44
+ Value: Lines
45
+ Name: Grid
46
+ Normal Cell Count: 0
47
+ Offset:
48
+ X: 0
49
+ Y: 0
50
+ Z: 0
51
+ Plane: XY
52
+ Plane Cell Count: 10
53
+ Reference Frame: <Fixed Frame>
54
+ Value: true
55
+ - Alpha: 1
56
+ Class: rviz/RobotModel
57
+ Collision Enabled: true
58
+ Enabled: true
59
+ Links:
60
+ All Links Enabled: true
61
+ Expand Joint Details: false
62
+ Expand Link Details: false
63
+ Expand Tree: false
64
+ Link Tree Style: Links in Alphabetic Order
65
+ arm_base:
66
+ Alpha: 1
67
+ Show Axes: false
68
+ Show Trail: false
69
+ Value: true
70
+ link1:
71
+ Alpha: 1
72
+ Show Axes: false
73
+ Show Trail: false
74
+ Value: true
75
+ link2:
76
+ Alpha: 1
77
+ Show Axes: false
78
+ Show Trail: false
79
+ Value: true
80
+ link3:
81
+ Alpha: 1
82
+ Show Axes: false
83
+ Show Trail: false
84
+ Value: true
85
+ link4:
86
+ Alpha: 1
87
+ Show Axes: false
88
+ Show Trail: false
89
+ Value: true
90
+ link5:
91
+ Alpha: 1
92
+ Show Axes: false
93
+ Show Trail: false
94
+ Value: true
95
+ link6:
96
+ Alpha: 1
97
+ Show Axes: false
98
+ Show Trail: false
99
+ Value: true
100
+ link7:
101
+ Alpha: 1
102
+ Show Axes: false
103
+ Show Trail: false
104
+ Value: true
105
+ link8:
106
+ Alpha: 1
107
+ Show Axes: false
108
+ Show Trail: false
109
+ Value: true
110
+ Name: RobotModel
111
+ Robot Description: robot_description
112
+ TF Prefix: ""
113
+ Update Interval: 0
114
+ Value: true
115
+ Visual Enabled: false
116
+ Enabled: true
117
+ Global Options:
118
+ Background Color: 48; 48; 48
119
+ Default Light: true
120
+ Fixed Frame: arm_base
121
+ Frame Rate: 30
122
+ Name: root
123
+ Tools:
124
+ - Class: rviz/Interact
125
+ Hide Inactive Objects: true
126
+ - Class: rviz/MoveCamera
127
+ - Class: rviz/Select
128
+ - Class: rviz/FocusCamera
129
+ - Class: rviz/Measure
130
+ - Class: rviz/SetInitialPose
131
+ Theta std deviation: 0.2617993950843811
132
+ Topic: /initialpose
133
+ X std deviation: 0.5
134
+ Y std deviation: 0.5
135
+ - Class: rviz/SetGoal
136
+ Topic: /move_base_simple/goal
137
+ - Class: rviz/PublishPoint
138
+ Single click: true
139
+ Topic: /clicked_point
140
+ Value: true
141
+ Views:
142
+ Current:
143
+ Class: rviz/Orbit
144
+ Distance: 1.985201120376587
145
+ Enable Stereo Rendering:
146
+ Stereo Eye Separation: 0.05999999865889549
147
+ Stereo Focal Distance: 1
148
+ Swap Stereo Eyes: false
149
+ Value: false
150
+ Field of View: 0.7853981852531433
151
+ Focal Point:
152
+ X: 0
153
+ Y: 0
154
+ Z: 0
155
+ Focal Shape Fixed Size: true
156
+ Focal Shape Size: 0.05000000074505806
157
+ Invert Z Axis: false
158
+ Name: Current View
159
+ Near Clip Distance: 0.009999999776482582
160
+ Pitch: 0.4603983163833618
161
+ Target Frame: <Fixed Frame>
162
+ Yaw: 1.340397596359253
163
+ Saved: ~
164
+ Window Geometry:
165
+ Displays:
166
+ collapsed: false
167
+ Height: 846
168
+ Hide Left Dock: false
169
+ Hide Right Dock: false
170
+ QMainWindow State: 000000ff00000000fd000000040000000000000156000002b0fc0200000008fb0000001200530065006c0065006300740069006f006e00000001e10000009b0000005c00fffffffb0000001e0054006f006f006c002000500072006f007000650072007400690065007302000001ed000001df00000185000000a3fb000000120056006900650077007300200054006f006f02000001df000002110000018500000122fb000000200054006f006f006c002000500072006f0070006500720074006900650073003203000002880000011d000002210000017afb000000100044006900730070006c006100790073010000003d000002b0000000c900fffffffb0000002000730065006c0065006300740069006f006e00200062007500660066006500720200000138000000aa0000023a00000294fb00000014005700690064006500530074006500720065006f02000000e6000000d2000003ee0000030bfb0000000c004b0069006e0065006300740200000186000001060000030c00000261000000010000010f000002b0fc0200000003fb0000001e0054006f006f006c002000500072006f00700065007200740069006500730100000041000000780000000000000000fb0000000a00560069006500770073010000003d000002b0000000a400fffffffb0000001200530065006c0065006300740069006f006e010000025a000000b200000000000000000000000200000490000000a9fc0100000001fb0000000a00560069006500770073030000004e00000080000002e10000019700000003000004b00000003efc0100000002fb0000000800540069006d00650100000000000004b0000003bc00fffffffb0000000800540069006d006501000000000000045000000000000000000000023f000002b000000004000000040000000800000008fc0000000100000002000000010000000a0054006f006f006c00730100000000ffffffff0000000000000000
171
+ Selection:
172
+ collapsed: false
173
+ Time:
174
+ collapsed: false
175
+ Tool Properties:
176
+ collapsed: false
177
+ Views:
178
+ collapsed: false
179
+ Width: 1200
180
+ X: 72
181
+ Y: 27
genmanip_benchmark/curobo_cfg/piper100/piper_description/rviz/piper_no_gripper.rviz ADDED
@@ -0,0 +1,186 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Panels:
2
+ - Class: rviz/Displays
3
+ Help Height: 78
4
+ Name: Displays
5
+ Property Tree Widget:
6
+ Expanded:
7
+ - /Global Options1
8
+ - /Status1
9
+ Splitter Ratio: 0.5
10
+ Tree Height: 549
11
+ - Class: rviz/Selection
12
+ Name: Selection
13
+ - Class: rviz/Tool Properties
14
+ Expanded:
15
+ - /2D Pose Estimate1
16
+ - /2D Nav Goal1
17
+ - /Publish Point1
18
+ Name: Tool Properties
19
+ Splitter Ratio: 0.5886790156364441
20
+ - Class: rviz/Views
21
+ Expanded:
22
+ - /Current View1
23
+ Name: Views
24
+ Splitter Ratio: 0.5
25
+ - Class: rviz/Time
26
+ Name: Time
27
+ SyncMode: 0
28
+ SyncSource: ""
29
+ Preferences:
30
+ PromptSaveOnExit: true
31
+ Toolbars:
32
+ toolButtonStyle: 2
33
+ Visualization Manager:
34
+ Class: ""
35
+ Displays:
36
+ - Alpha: 0.5
37
+ Cell Size: 1
38
+ Class: rviz/Grid
39
+ Color: 160; 160; 164
40
+ Enabled: true
41
+ Line Style:
42
+ Line Width: 0.029999999329447746
43
+ Value: Lines
44
+ Name: Grid
45
+ Normal Cell Count: 0
46
+ Offset:
47
+ X: 0
48
+ Y: 0
49
+ Z: 0
50
+ Plane: XY
51
+ Plane Cell Count: 10
52
+ Reference Frame: <Fixed Frame>
53
+ Value: true
54
+ - Alpha: 1
55
+ Class: rviz/RobotModel
56
+ Collision Enabled: false
57
+ Enabled: true
58
+ Links:
59
+ All Links Enabled: true
60
+ Expand Joint Details: false
61
+ Expand Link Details: false
62
+ Expand Tree: false
63
+ Link Tree Style: Links in Alphabetic Order
64
+ base_link:
65
+ Alpha: 1
66
+ Show Axes: false
67
+ Show Trail: false
68
+ Value: true
69
+ link1:
70
+ Alpha: 1
71
+ Show Axes: false
72
+ Show Trail: false
73
+ Value: true
74
+ link2:
75
+ Alpha: 1
76
+ Show Axes: false
77
+ Show Trail: false
78
+ Value: true
79
+ link3:
80
+ Alpha: 1
81
+ Show Axes: false
82
+ Show Trail: false
83
+ Value: true
84
+ link4:
85
+ Alpha: 1
86
+ Show Axes: false
87
+ Show Trail: false
88
+ Value: true
89
+ link5:
90
+ Alpha: 1
91
+ Show Axes: false
92
+ Show Trail: false
93
+ Value: true
94
+ world:
95
+ Alpha: 1
96
+ Show Axes: false
97
+ Show Trail: false
98
+ Name: RobotModel
99
+ Robot Description: robot_description
100
+ TF Prefix: ""
101
+ Update Interval: 0
102
+ Value: true
103
+ Visual Enabled: true
104
+ - Class: rviz/TF
105
+ Enabled: false
106
+ Filter (blacklist): ""
107
+ Filter (whitelist): ""
108
+ Frame Timeout: 15
109
+ Frames:
110
+ All Enabled: true
111
+ Marker Alpha: 1
112
+ Marker Scale: 1
113
+ Name: TF
114
+ Show Arrows: true
115
+ Show Axes: true
116
+ Show Names: true
117
+ Tree:
118
+ {}
119
+ Update Interval: 0
120
+ Value: false
121
+ Enabled: true
122
+ Global Options:
123
+ Background Color: 48; 48; 48
124
+ Default Light: true
125
+ Fixed Frame: base_link
126
+ Frame Rate: 30
127
+ Name: root
128
+ Tools:
129
+ - Class: rviz/Interact
130
+ Hide Inactive Objects: true
131
+ - Class: rviz/MoveCamera
132
+ - Class: rviz/Select
133
+ - Class: rviz/FocusCamera
134
+ - Class: rviz/Measure
135
+ - Class: rviz/SetInitialPose
136
+ Theta std deviation: 0.2617993950843811
137
+ Topic: /initialpose
138
+ X std deviation: 0.5
139
+ Y std deviation: 0.5
140
+ - Class: rviz/SetGoal
141
+ Topic: /move_base_simple/goal
142
+ - Class: rviz/PublishPoint
143
+ Single click: true
144
+ Topic: /clicked_point
145
+ Value: true
146
+ Views:
147
+ Current:
148
+ Class: rviz/Orbit
149
+ Distance: 2.1567115783691406
150
+ Enable Stereo Rendering:
151
+ Stereo Eye Separation: 0.05999999865889549
152
+ Stereo Focal Distance: 1
153
+ Swap Stereo Eyes: false
154
+ Value: false
155
+ Field of View: 0.7853981852531433
156
+ Focal Point:
157
+ X: 0
158
+ Y: 0
159
+ Z: 0
160
+ Focal Shape Fixed Size: true
161
+ Focal Shape Size: 0.05000000074505806
162
+ Invert Z Axis: false
163
+ Name: Current View
164
+ Near Clip Distance: 0.009999999776482582
165
+ Pitch: 0.785398006439209
166
+ Target Frame: <Fixed Frame>
167
+ Yaw: 0.785398006439209
168
+ Saved: ~
169
+ Window Geometry:
170
+ Displays:
171
+ collapsed: false
172
+ Height: 846
173
+ Hide Left Dock: false
174
+ Hide Right Dock: false
175
+ QMainWindow State: 000000ff00000000fd000000040000000000000156000002b0fc0200000008fb0000001200530065006c0065006300740069006f006e00000001e10000009b0000005c00fffffffb0000001e0054006f006f006c002000500072006f007000650072007400690065007302000001ed000001df00000185000000a3fb000000120056006900650077007300200054006f006f02000001df000002110000018500000122fb000000200054006f006f006c002000500072006f0070006500720074006900650073003203000002880000011d000002210000017afb000000100044006900730070006c006100790073010000003d000002b0000000c900fffffffb0000002000730065006c0065006300740069006f006e00200062007500660066006500720200000138000000aa0000023a00000294fb00000014005700690064006500530074006500720065006f02000000e6000000d2000003ee0000030bfb0000000c004b0069006e0065006300740200000186000001060000030c00000261000000010000010f000002b0fc0200000003fb0000001e0054006f006f006c002000500072006f00700065007200740069006500730100000041000000780000000000000000fb0000000a00560069006500770073010000003d000002b0000000a400fffffffb0000001200530065006c0065006300740069006f006e010000025a000000b200000000000000000000000200000490000000a9fc0100000001fb0000000a00560069006500770073030000004e00000080000002e10000019700000003000004b00000003efc0100000002fb0000000800540069006d00650100000000000004b0000003bc00fffffffb0000000800540069006d006501000000000000045000000000000000000000023f000002b000000004000000040000000800000008fc0000000100000002000000010000000a0054006f006f006c00730100000000ffffffff0000000000000000
176
+ Selection:
177
+ collapsed: false
178
+ Time:
179
+ collapsed: false
180
+ Tool Properties:
181
+ collapsed: false
182
+ Views:
183
+ collapsed: false
184
+ Width: 1200
185
+ X: 60
186
+ Y: 27
genmanip_benchmark/curobo_cfg/piper100/piper_description/urdf/compile ADDED
Binary file (13.4 kB). View file
 
genmanip_benchmark/curobo_cfg/piper100/piper_description/urdf/piper_description.csv ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ Link Name,Center of Mass X,Center of Mass Y,Center of Mass Z,Center of Mass Roll,Center of Mass Pitch,Center of Mass Yaw,Mass,Moment Ixx,Moment Ixy,Moment Ixz,Moment Iyy,Moment Iyz,Moment Izz,Visual X,Visual Y,Visual Z,Visual Roll,Visual Pitch,Visual Yaw,Mesh Filename,Color Red,Color Green,Color Blue,Color Alpha,Collision X,Collision Y,Collision Z,Collision Roll,Collision Pitch,Collision Yaw,Collision Mesh Filename,Material Name,SW Components,Coordinate System,Axis Name,Joint Name,Joint Type,Joint Origin X,Joint Origin Y,Joint Origin Z,Joint Origin Roll,Joint Origin Pitch,Joint Origin Yaw,Parent,Joint Axis X,Joint Axis Y,Joint Axis Z,Limit Effort,Limit Velocity,Limit Lower,Limit Upper,Calibration rising,Calibration falling,Dynamics Damping,Dynamics Friction,Safety Soft Upper,Safety Soft Lower,Safety K Position,Safety K Velocity
2
+ base_link,-0.00473641164191482,2.56829134630247E-05,0.041451518036016,0,0,0,0.333893486740112,0.000254953479570424,2.06931238580746E-07,7.30912474718368E-06,0.00027202099920186,2.65131745382267E-07,0.000276534627629623,0,0,0,0,0,0,package://piper_description/meshes/base_link.STL,0.792156862745098,0.819607843137255,0.933333333333333,1,0,0,0,0,0,0,package://piper_description/meshes/base_link.STL,,base_link-1,base_link_axis,,,,0,0,0,0,0,0,,0,0,0,,,,,,,,,,,,
3
+ link1,0.000121504734057468,0.000104632162460536,-0.00438597309559853,0,0,0,0.215052383265765,0.000109639007860341,2.50631260865109E-07,-1.89352789149844E-07,9.95612262461418E-05,1.00634716976093E-08,0.000116363910317385,0,0,0,0,0,0,package://piper_description/meshes/link1.STL,0.792156862745098,0.819607843137255,0.933333333333333,1,0,0,0,0,0,0,package://piper_description/meshes/link1.STL,,link1-1,axis1,基准轴1,joint1,revolute,0,0,0.123,0,0,0,base_link,0,0,1,100,5,-2.618,2.168,,,,,,,,
4
+ link2,0.198666145229743,-0.010926924140076,0.00142121714502687,0,0,0,0.463914239236335,0.000214137415059993,7.26120579340088E-05,-9.88224861011274E-07,0.00100030277518254,-1.32818212212246E-06,0.00104417184176783,0,0,0,0,0,0,package://piper_description/meshes/link2.STL,0.792156862745098,0.819607843137255,0.933333333333333,1,0,0,0,0,0,0,package://piper_description/meshes/link2.STL,,link2-1,axis2,基准轴2,joint2,revolute,0,0,0,1.5708,-0.10095,-3.1416,link1,0,0,1,100,5,0,3.14,,,,,,,,
5
+ link3,-0.0202737662122021,-0.133914995944595,-0.000458682652737356,0,0,0,0.219942452993132,0.00018953849076141,-8.05719205057736E-06,5.10255053956334E-07,7.1424497082494E-05,8.89044974368937E-07,0.000201212938725775,0,0,0,0,0,0,package://piper_description/meshes/link3.STL,0.792156862745098,0.819607843137255,0.933333333333333,1,0,0,0,0,0,0,package://piper_description/meshes/link3.STL,,link3-1,axis3,基准轴3,joint3,revolute,0.28503,0,0,0,0,-1.759,link2,0,0,1,100,5,-2.697,0,,,,,,,,
6
+ link4,-9.66635791618542E-05,0.000876064475651083,-0.00496880904640868,0,0,0,0.131814339939458,3.96965423235175E-05,-2.32268338444837E-08,-1.14702090783249E-07,5.13319789853892E-05,9.92852686264567E-08,4.14768131680711E-05,0,0,0,0,0,0,package://piper_description/meshes/link4.STL,0.792156862745098,0.819607843137255,0.933333333333333,1,0,0,0,0,0,0,package://piper_description/meshes/link4.STL,,link4-1,axis4,基准轴4,joint4,revolute,-0.021984,-0.25075,0,1.5708,0,0,link3,0,0,1,100,5,-1.832,1.832,,,,,,,,
7
+ link5,-4.10554118924211E-05,-0.0566486692356075,-0.0037205791677906,0,0,0,0.134101341225523,4.10994130543451E-05,-2.06433983793957E-08,1.29591347668502E-10,5.27723004189144E-05,1.9140716904272E-07,4.60418752810541E-05,0,0,0,0,0,0,package://piper_description/meshes/link5.STL,0.792156862745098,0.819607843137255,0.933333333333333,1,0,0,0,0,0,0,package://piper_description/meshes/link5.STL,,link5-1,axis5,基准轴5,joint5,revolute,0,0,0,-1.5708,0,0,link4,0,0,1,100,5,-1.22,1.22,,,,,,,,
8
+ link6,-8.82590762930069E-05,9.0598378529832E-06,-0.002,0,0,0,0.007,5.43015540542155E-07,-1.98305403089247E-22,-7.2791893904596E-23,5.43015540542155E-07,-3.4146026640245E-24,1.06738869138926E-06,0,0,0,0,0,0,package://piper_description/meshes/link6.STL,0.898039215686275,0.917647058823529,0.929411764705882,1,0,0,0,0,0,0,package://piper_description/meshes/link6.STL,,link6-1,axis6,基准轴6,joint6,revolute,8.8259E-05,-0.091,0,1.5708,0,0,link5,0,0,1,100,5,-2.0944,2.0944,,,,,,,,
9
+ link7,0.000651231850428001,0.0491929869132543,-0.00972258769184212,0,0,0,0.0303534920715453,1.13870358990681E-05,-4.28534109923149E-07,6.45170690452229E-08,6.26108891787295E-06,1.57290362128572E-06,1.57822030592225E-05,0,0,0,0,0,0,package://gripper_description/meshes/link7.STL,0.792156862745098,0.819607843137255,0.933333333333333,1,0,0,0,0,0,0,package://gripper_description/meshes/link7.STL,,爪夹-夹子-1,坐标系2,基准轴2,joint7,prismatic,0,-0.035,0.1358,-1.5708,0,0,base_link,0,0,1,10,1,0,0.035,,,,,,,,
10
+ link8,0.000651231850427983,0.0491929869132549,-0.00972258769184214,0,0,0,0.0303534920715448,1.13870358990674E-05,-4.28534109923206E-07,6.45170690452328E-08,6.26108891787295E-06,1.5729036212857E-06,1.57822030592218E-05,0,0,0,0,0,0,package://gripper_description/meshes/link8.STL,0.792156862745098,0.819607843137255,0.933333333333333,1,0,0,0,0,0,0,package://gripper_description/meshes/link8.STL,,爪夹-夹子-2,坐标系3,基准轴2,joint8,prismatic,0,0.035,0.1358,-1.5708,0,-3.1416,base_link,0,0,-1,10,1,-0.035,0,,,,,,,,
genmanip_benchmark/curobo_cfg/piper100/piper_description/urdf/piper_description.urdf ADDED
@@ -0,0 +1,572 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- This URDF was automatically created by SolidWorks to URDF Exporter! Originally created by Stephen Brawner ([email protected])
3
+ Commit Version: 1.6.0-4-g7f85cfe Build Version: 1.6.7995.38578
4
+ For more information, please see http://wiki.ros.org/sw_urdf_exporter -->
5
+ <robot
6
+ name="piper">
7
+ <link name="dummy_link"/>
8
+ <joint name="base_to_dummy" type="fixed">
9
+ <parent link="dummy_link"/>
10
+ <child link="base_link"/>
11
+ <origin xyz="0 0 0" rpy="0 0 0"/>
12
+ </joint>
13
+
14
+ <link
15
+ name="base_link">
16
+ <inertial>
17
+ <origin
18
+ xyz="-0.00473641164191482 2.56829134630247E-05 0.041451518036016"
19
+ rpy="0 0 0" />
20
+ <mass
21
+ value="1.02" />
22
+ <inertia
23
+ ixx="0.00267433"
24
+ ixy="-0.00000073"
25
+ ixz="-0.00017389"
26
+ iyy="0.00282612"
27
+ iyz="0.0000004"
28
+ izz="0.00089624" />
29
+ </inertial>
30
+ <visual>
31
+ <origin
32
+ xyz="0 0 0"
33
+ rpy="0 0 0" />
34
+ <geometry>
35
+ <mesh
36
+ filename="package://piper_description/meshes/base_link.STL" />
37
+ </geometry>
38
+ <material
39
+ name="">
40
+ <color
41
+ rgba="0.792156862745098 0.819607843137255 0.933333333333333 1" />
42
+ </material>
43
+ </visual>
44
+ <collision>
45
+ <origin
46
+ xyz="0 0 0"
47
+ rpy="0 0 0" />
48
+ <geometry>
49
+ <mesh
50
+ filename="package://piper_description/meshes/base_link.STL" />
51
+ </geometry>
52
+ </collision>
53
+ </link>
54
+
55
+ <link
56
+ name="link1">
57
+ <inertial>
58
+ <origin
59
+ xyz="0.000121504734057468 0.000104632162460536 -0.00438597309559853"
60
+ rpy="0 0 0" />
61
+ <mass
62
+ value="0.71" />
63
+ <inertia
64
+ ixx="0.00048916"
65
+ ixy="-0.00000036"
66
+ ixz="-0.00000224"
67
+ iyy="0.00040472"
68
+ iyz="-0.00000242"
69
+ izz="0.00043982" />
70
+ </inertial>
71
+ <visual>
72
+ <origin
73
+ xyz="0 0 0"
74
+ rpy="0 0 0" />
75
+ <geometry>
76
+ <mesh
77
+ filename="package://piper_description/meshes/link1.STL" />
78
+ </geometry>
79
+ <material
80
+ name="">
81
+ <color
82
+ rgba="0.792156862745098 0.819607843137255 0.933333333333333 1" />
83
+ </material>
84
+ </visual>
85
+ <collision>
86
+ <origin
87
+ xyz="0 0 0"
88
+ rpy="0 0 0" />
89
+ <geometry>
90
+ <mesh
91
+ filename="package://piper_description/meshes/link1.STL" />
92
+ </geometry>
93
+ </collision>
94
+ </link>
95
+ <joint
96
+ name="joint1"
97
+ type="revolute">
98
+ <origin
99
+ xyz="0 0 0.123"
100
+ rpy="0 0 0" />
101
+ <parent
102
+ link="base_link" />
103
+ <child
104
+ link="link1" />
105
+ <axis
106
+ xyz="0 0 1" />
107
+ <limit
108
+ lower="-2.618"
109
+ upper="2.168"
110
+ effort="100"
111
+ velocity="5" />
112
+ </joint>
113
+ <link
114
+ name="link2">
115
+ <inertial>
116
+ <origin
117
+ xyz="0.198666145229743 -0.010926924140076 0.00142121714502687"
118
+ rpy="0 0 0" />
119
+ <mass
120
+ value="1.17" />
121
+ <inertia
122
+ ixx="0.00116918"
123
+ ixy="-0.00180037"
124
+ ixz="0.00025146"
125
+ iyy="0.06785384"
126
+ iyz="-0.00000455"
127
+ izz="0.06774489" />
128
+ </inertial>
129
+ <visual>
130
+ <origin
131
+ xyz="0 0 0"
132
+ rpy="0 0 0" />
133
+ <geometry>
134
+ <mesh
135
+ filename="package://piper_description/meshes/link2.STL" />
136
+ </geometry>
137
+ <material
138
+ name="">
139
+ <color
140
+ rgba="0.792156862745098 0.819607843137255 0.933333333333333 1" />
141
+ </material>
142
+ </visual>
143
+ <collision>
144
+ <origin
145
+ xyz="0 0 0"
146
+ rpy="0 0 0" />
147
+ <geometry>
148
+ <mesh
149
+ filename="package://piper_description/meshes/link2.STL" />
150
+ </geometry>
151
+ </collision>
152
+ </link>
153
+ <joint
154
+ name="joint2"
155
+ type="revolute">
156
+ <origin
157
+ xyz="0 0 0"
158
+ rpy="1.5708 -0.1359 -3.1416" />
159
+ <!-- rpy="1.5708 -0.10095-0.03490659 -3.1416" /> -->
160
+ <parent
161
+ link="link1" />
162
+ <child
163
+ link="link2" />
164
+ <axis
165
+ xyz="0 0 1" />
166
+ <limit
167
+ lower="0"
168
+ upper="3.14"
169
+ effort="100"
170
+ velocity="5" />
171
+ </joint>
172
+ <link
173
+ name="link3">
174
+ <inertial>
175
+ <origin
176
+ xyz="-0.0202737662122021 -0.133914995944595 -0.000458682652737356"
177
+ rpy="0 0 0" />
178
+ <mass
179
+ value="0.5" />
180
+ <inertia
181
+ ixx="0.01361711"
182
+ ixy="0.00165794"
183
+ ixz="-0.00000048"
184
+ iyy="0.00045024"
185
+ iyz="-0.00000045"
186
+ izz="0.01380322" />
187
+ </inertial>
188
+ <visual>
189
+ <origin
190
+ xyz="0 0 0"
191
+ rpy="0 0 0" />
192
+ <geometry>
193
+ <mesh
194
+ filename="package://piper_description/meshes/link3.STL" />
195
+ </geometry>
196
+ <material
197
+ name="">
198
+ <color
199
+ rgba="0.792156862745098 0.819607843137255 0.933333333333333 1" />
200
+ </material>
201
+ </visual>
202
+ <collision>
203
+ <origin
204
+ xyz="0 0 0"
205
+ rpy="0 0 0" />
206
+ <geometry>
207
+ <mesh
208
+ filename="package://piper_description/meshes/link3.STL" />
209
+ </geometry>
210
+ </collision>
211
+ </link>
212
+ <joint
213
+ name="joint3"
214
+ type="revolute">
215
+ <origin
216
+ xyz="0.28503 0 0"
217
+ rpy="0 0 -1.7939" />
218
+ <!-- rpy="0 0 -1.759-0.03490659" /> -->
219
+ <parent
220
+ link="link2" />
221
+ <child
222
+ link="link3" />
223
+ <axis
224
+ xyz="0 0 1" />
225
+ <limit
226
+ lower="-2.967"
227
+ upper="0"
228
+ effort="100"
229
+ velocity="5" />
230
+ </joint>
231
+ <link
232
+ name="link4">
233
+ <inertial>
234
+ <origin
235
+ xyz="-9.66635791618542E-05 0.000876064475651083 -0.00496880904640868"
236
+ rpy="0 0 0" />
237
+ <mass
238
+ value="0.38" />
239
+ <inertia
240
+ ixx="0.00018501"
241
+ ixy="0.00000054"
242
+ ixz="0.00000120"
243
+ iyy="0.00018965"
244
+ iyz="-0.00000841"
245
+ izz="0.00015484" />
246
+ </inertial>
247
+ <visual>
248
+ <origin
249
+ xyz="0 0 0"
250
+ rpy="0 0 0" />
251
+ <geometry>
252
+ <mesh
253
+ filename="package://piper_description/meshes/link4.STL" />
254
+ </geometry>
255
+ <material
256
+ name="">
257
+ <color
258
+ rgba="0.792156862745098 0.819607843137255 0.933333333333333 1" />
259
+ </material>
260
+ </visual>
261
+ <collision>
262
+ <origin
263
+ xyz="0 0 0"
264
+ rpy="0 0 0" />
265
+ <geometry>
266
+ <mesh
267
+ filename="package://piper_description/meshes/link4.STL" />
268
+ </geometry>
269
+ </collision>
270
+ </link>
271
+ <joint
272
+ name="joint4"
273
+ type="revolute">
274
+ <origin
275
+ xyz="-0.021984 -0.25075 0"
276
+ rpy="1.5708 0 0" />
277
+ <parent
278
+ link="link3" />
279
+ <child
280
+ link="link4" />
281
+ <axis
282
+ xyz="0 0 1" />
283
+ <limit
284
+ lower="-1.745"
285
+ upper="1.745"
286
+ effort="100"
287
+ velocity="5" />
288
+ </joint>
289
+ <link
290
+ name="link5">
291
+ <inertial>
292
+ <origin
293
+ xyz="-4.10554118924211E-05 -0.0566486692356075 -0.0037205791677906"
294
+ rpy="0 0 0" />
295
+ <mass
296
+ value="0.383" />
297
+ <inertia
298
+ ixx="0.00166169"
299
+ ixy="0.00000006"
300
+ ixz="-0.00000007"
301
+ iyy="0.00018510"
302
+ iyz="0.00001026"
303
+ izz="0.00164321" />
304
+ </inertial>
305
+ <visual>
306
+ <origin
307
+ xyz="0 0 0"
308
+ rpy="0 0 0" />
309
+ <geometry>
310
+ <mesh
311
+ filename="package://piper_description/meshes/link5.STL" />
312
+ </geometry>
313
+ <material
314
+ name="">
315
+ <color
316
+ rgba="0.792156862745098 0.819607843137255 0.933333333333333 1" />
317
+ </material>
318
+ </visual>
319
+ <collision>
320
+ <origin
321
+ xyz="0 0 0"
322
+ rpy="0 0 0" />
323
+ <geometry>
324
+ <mesh
325
+ filename="package://piper_description/meshes/link5.STL" />
326
+ </geometry>
327
+ </collision>
328
+ </link>
329
+ <joint
330
+ name="joint5"
331
+ type="revolute">
332
+ <origin
333
+ xyz="0 0 0"
334
+ rpy="-1.5708 0 0" />
335
+ <parent
336
+ link="link4" />
337
+ <child
338
+ link="link5" />
339
+ <axis
340
+ xyz="0 0 1" />
341
+ <limit
342
+ lower="-1.22"
343
+ upper="1.22"
344
+ effort="100"
345
+ velocity="5" />
346
+ </joint>
347
+ <link
348
+ name="link6">
349
+ <inertial>
350
+ <origin
351
+ xyz="-8.82590762930069E-05 9.0598378529832E-06 -0.002"
352
+ rpy="0 0 0" />
353
+ <mass
354
+ value="0.007" />
355
+ <inertia
356
+ ixx="5.73015540542155E-07"
357
+ ixy="-1.98305403089247E-22"
358
+ ixz="-7.2791893904596E-23"
359
+ iyy="5.73015540542155E-07"
360
+ iyz="-3.4146026640245E-24"
361
+ izz="1.06738869138926E-06" />
362
+ </inertial>
363
+ <visual>
364
+ <origin
365
+ xyz="0 0 0"
366
+ rpy="0 0 0" />
367
+ <geometry>
368
+ <mesh
369
+ filename="package://piper_description/meshes/link6.STL" />
370
+ </geometry>
371
+ <material
372
+ name="">
373
+ <color
374
+ rgba="0.898039215686275 0.917647058823529 0.929411764705882 1" />
375
+ </material>
376
+ </visual>
377
+ <collision>
378
+ <origin
379
+ xyz="0 0 0"
380
+ rpy="0 0 0" />
381
+ <geometry>
382
+ <mesh
383
+ filename="package://piper_description/meshes/link6.STL" />
384
+ </geometry>
385
+ </collision>
386
+ </link>
387
+ <joint
388
+ name="joint6"
389
+ type="revolute">
390
+ <origin
391
+ xyz="8.8259E-05 -0.091 0"
392
+ rpy="1.5708 0 0" />
393
+ <parent
394
+ link="link5" />
395
+ <child
396
+ link="link6" />
397
+ <axis
398
+ xyz="0 0 1" />
399
+ <limit
400
+ lower="-2.0944"
401
+ upper="2.0944"
402
+ effort="100"
403
+ velocity="3" />
404
+ </joint>
405
+ <link
406
+ name="gripper_base">
407
+ <inertial>
408
+ <origin
409
+ xyz="-0.000183807162235591 8.05033155577911E-05 0.0321436689908876"
410
+ rpy="0 0 0" />
411
+ <mass
412
+ value="0.45" />
413
+ <inertia
414
+ ixx="0.00092934"
415
+ ixy="0.00000034"
416
+ ixz="-0.00000738"
417
+ iyy="0.00071447"
418
+ iyz="0.00000005"
419
+ izz="0.00039442" />
420
+ </inertial>
421
+ <visual>
422
+ <origin
423
+ xyz="0 0 0"
424
+ rpy="0 0 0" />
425
+ <geometry>
426
+ <mesh
427
+ filename="package://piper_description/meshes/gripper_base.STL" />
428
+ </geometry>
429
+ <material
430
+ name="">
431
+ <color
432
+ rgba="0.792156862745098 0.819607843137255 0.933333333333333 1" />
433
+ </material>
434
+ </visual>
435
+ <collision>
436
+ <origin
437
+ xyz="0 0 0"
438
+ rpy="0 0 0" />
439
+ <geometry>
440
+ <mesh
441
+ filename="package://piper_description/meshes/gripper_base.STL" />
442
+ </geometry>
443
+ </collision>
444
+ </link>
445
+ <joint
446
+ name="joint6_to_gripper_base"
447
+ type="fixed">
448
+ <origin
449
+ xyz="0 0 0"
450
+ rpy="0 0 0" />
451
+ <parent
452
+ link="link6" />
453
+ <child
454
+ link="gripper_base" />
455
+ </joint>
456
+ <link
457
+ name="link7">
458
+ <inertial>
459
+ <origin
460
+ xyz="0.00065123185041968 -0.0491929869131989 0.00972258769184025"
461
+ rpy="0 0 0" />
462
+ <mass
463
+ value="0.025" />
464
+ <inertia
465
+ ixx="0.00007371"
466
+ ixy="-0.00000113"
467
+ ixz="0.00000021"
468
+ iyy="0.00000781"
469
+ iyz="-0.00001372"
470
+ izz="0.0000747" />
471
+ </inertial>
472
+ <visual>
473
+ <origin
474
+ xyz="0 0 0"
475
+ rpy="0 0 0" />
476
+ <geometry>
477
+ <mesh
478
+ filename="package://piper_description/meshes/link7.STL" />
479
+ </geometry>
480
+ <material
481
+ name="">
482
+ <color
483
+ rgba="0.792156862745098 0.819607843137255 0.933333333333333 1" />
484
+ </material>
485
+ </visual>
486
+ <collision>
487
+ <origin
488
+ xyz="0 0 0"
489
+ rpy="0 0 0" />
490
+ <geometry>
491
+ <mesh
492
+ filename="package://piper_description/meshes/link7.STL" />
493
+ </geometry>
494
+ </collision>
495
+ </link>
496
+ <joint
497
+ name="joint7"
498
+ type="prismatic">
499
+ <origin
500
+ xyz="0 0 0.1358"
501
+ rpy="1.5708 0 0" />
502
+ <parent
503
+ link="gripper_base" />
504
+ <child
505
+ link="link7" />
506
+ <axis
507
+ xyz="0 0 1" />
508
+ <limit
509
+ lower="0"
510
+ upper="0.035"
511
+ effort="10"
512
+ velocity="1" />
513
+ </joint>
514
+ <link
515
+ name="link8">
516
+ <inertial>
517
+ <origin
518
+ xyz="0.000651231850419722 -0.0491929869131991 0.00972258769184024"
519
+ rpy="0 0 0" />
520
+ <mass
521
+ value="0.025" />
522
+ <inertia
523
+ ixx="0.00007371"
524
+ ixy="-0.00000113"
525
+ ixz="0.00000021"
526
+ iyy="0.00000781"
527
+ iyz="-0.00001372"
528
+ izz="0.0000747" />
529
+ </inertial>
530
+ <visual>
531
+ <origin
532
+ xyz="0 0 0"
533
+ rpy="0 0 0" />
534
+ <geometry>
535
+ <mesh
536
+ filename="package://piper_description/meshes/link8.STL" />
537
+ </geometry>
538
+ <material
539
+ name="">
540
+ <color
541
+ rgba="0.792156862745098 0.819607843137255 0.933333333333333 1" />
542
+ </material>
543
+ </visual>
544
+ <collision>
545
+ <origin
546
+ xyz="0 0 0"
547
+ rpy="0 0 0" />
548
+ <geometry>
549
+ <mesh
550
+ filename="package://piper_description/meshes/link8.STL" />
551
+ </geometry>
552
+ </collision>
553
+ </link>
554
+ <joint
555
+ name="joint8"
556
+ type="prismatic">
557
+ <origin
558
+ xyz="0 0 0.1358"
559
+ rpy="1.5708 0 -3.1416" />
560
+ <parent
561
+ link="gripper_base" />
562
+ <child
563
+ link="link8" />
564
+ <axis
565
+ xyz="0 0 -1" />
566
+ <limit
567
+ lower="-0.035"
568
+ upper="0"
569
+ effort="10"
570
+ velocity="1" />
571
+ </joint>
572
+ </robot>
genmanip_benchmark/curobo_cfg/piper100/piper_description/urdf/piper_description.xacro ADDED
@@ -0,0 +1,635 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <robot
3
+ name="piper"
4
+ xmlns:xacro="http://ros.org/wiki/xacro">
5
+ <!-- world -->
6
+ <!-- <link name="world"/>
7
+ <joint name="fixed_base_joint" type="fixed">
8
+ <parent link="world"/>
9
+ <child link="base_link"/>
10
+ </joint> -->
11
+ <!-- piper -->
12
+ <link
13
+ name="arm_base">
14
+ <inertial>
15
+ <origin
16
+ xyz="-0.00473641164191482 2.56829134630247E-05 0.041451518036016"
17
+ rpy="0 0 0" />
18
+ <mass
19
+ value="1.02" />
20
+ <inertia
21
+ ixx="0.00267433"
22
+ ixy="-0.00000073"
23
+ ixz="-0.00017389"
24
+ iyy="0.00282612"
25
+ iyz="0.0000004"
26
+ izz="0.00089624" />
27
+ </inertial>
28
+ <visual>
29
+ <origin
30
+ xyz="0 0 0"
31
+ rpy="0 0 0" />
32
+ <geometry>
33
+ <mesh
34
+ filename="package://piper_description/meshes/base_link.STL" />
35
+ </geometry>
36
+ <material
37
+ name="">
38
+ <color
39
+ rgba="0.792156862745098 0.819607843137255 0.933333333333333 1" />
40
+ </material>
41
+ </visual>
42
+ <collision>
43
+ <origin
44
+ xyz="0 0 0"
45
+ rpy="0 0 0" />
46
+ <geometry>
47
+ <mesh
48
+ filename="package://piper_description/meshes/base_link.STL" />
49
+ </geometry>
50
+ </collision>
51
+ </link>
52
+ <link
53
+ name="link1">
54
+ <inertial>
55
+ <origin
56
+ xyz="0.000121504734057468 0.000104632162460536 -0.00438597309559853"
57
+ rpy="0 0 0" />
58
+ <mass
59
+ value="0.71" />
60
+ <inertia
61
+ ixx="0.00048916"
62
+ ixy="-0.00000036"
63
+ ixz="-0.00000224"
64
+ iyy="0.00040472"
65
+ iyz="-0.00000242"
66
+ izz="0.00043982" />
67
+ </inertial>
68
+ <visual>
69
+ <origin
70
+ xyz="0 0 0"
71
+ rpy="0 0 0" />
72
+ <geometry>
73
+ <mesh
74
+ filename="package://piper_description/meshes/link1.STL" />
75
+ </geometry>
76
+ <material
77
+ name="">
78
+ <color
79
+ rgba="0.792156862745098 0.819607843137255 0.933333333333333 1" />
80
+ </material>
81
+ </visual>
82
+ <collision>
83
+ <origin
84
+ xyz="0 0 0"
85
+ rpy="0 0 0" />
86
+ <geometry>
87
+ <mesh
88
+ filename="package://piper_description/meshes/link1.STL" />
89
+ </geometry>
90
+ </collision>
91
+ </link>
92
+ <joint
93
+ name="joint1"
94
+ type="revolute">
95
+ <origin
96
+ xyz="0 0 0.123"
97
+ rpy="0 0 0" />
98
+ <parent
99
+ link="arm_base" />
100
+ <child
101
+ link="link1" />
102
+ <axis
103
+ xyz="0 0 1" />
104
+ <limit
105
+ lower="-2.618"
106
+ upper="2.168"
107
+ effort="100"
108
+ velocity="5" />
109
+ </joint>
110
+ <link
111
+ name="link2">
112
+ <inertial>
113
+ <origin
114
+ xyz="0.198666145229743 -0.010926924140076 0.00142121714502687"
115
+ rpy="0 0 0" />
116
+ <mass
117
+ value="1.17" />
118
+ <inertia
119
+ ixx="0.00116918"
120
+ ixy="-0.00180037"
121
+ ixz="0.00025146"
122
+ iyy="0.06785384"
123
+ iyz="-0.00000455"
124
+ izz="0.06774489" />
125
+ </inertial>
126
+ <visual>
127
+ <origin
128
+ xyz="0 0 0"
129
+ rpy="0 0 0" />
130
+ <geometry>
131
+ <mesh
132
+ filename="package://piper_description/meshes/link2.STL" />
133
+ </geometry>
134
+ <material
135
+ name="">
136
+ <color
137
+ rgba="0.792156862745098 0.819607843137255 0.933333333333333 1" />
138
+ </material>
139
+ </visual>
140
+ <collision>
141
+ <origin
142
+ xyz="0 0 0"
143
+ rpy="0 0 0" />
144
+ <geometry>
145
+ <mesh
146
+ filename="package://piper_description/meshes/link2.STL" />
147
+ </geometry>
148
+ </collision>
149
+ </link>
150
+ <joint
151
+ name="joint2"
152
+ type="revolute">
153
+ <origin
154
+ xyz="0 0 0"
155
+ rpy="1.5708 -0.1359 -3.1416" />
156
+ <!-- rpy="1.5708 -0.10095-0.03490659 -3.1416" /> -->
157
+ <parent
158
+ link="link1" />
159
+ <child
160
+ link="link2" />
161
+ <axis
162
+ xyz="0 0 1" />
163
+ <limit
164
+ lower="0"
165
+ upper="3.14"
166
+ effort="100"
167
+ velocity="5" />
168
+ </joint>
169
+ <link
170
+ name="link3">
171
+ <inertial>
172
+ <origin
173
+ xyz="-0.0202737662122021 -0.133914995944595 -0.000458682652737356"
174
+ rpy="0 0 0" />
175
+ <mass
176
+ value="0.5" />
177
+ <inertia
178
+ ixx="0.01361711"
179
+ ixy="0.00165794"
180
+ ixz="-0.00000048"
181
+ iyy="0.00045024"
182
+ iyz="-0.00000045"
183
+ izz="0.01380322" />
184
+ </inertial>
185
+ <visual>
186
+ <origin
187
+ xyz="0 0 0"
188
+ rpy="0 0 0" />
189
+ <geometry>
190
+ <mesh
191
+ filename="package://piper_description/meshes/link3.STL" />
192
+ </geometry>
193
+ <material
194
+ name="">
195
+ <color
196
+ rgba="0.792156862745098 0.819607843137255 0.933333333333333 1" />
197
+ </material>
198
+ </visual>
199
+ <collision>
200
+ <origin
201
+ xyz="0 0 0"
202
+ rpy="0 0 0" />
203
+ <geometry>
204
+ <mesh
205
+ filename="package://piper_description/meshes/link3.STL" />
206
+ </geometry>
207
+ </collision>
208
+ </link>
209
+ <joint
210
+ name="joint3"
211
+ type="revolute">
212
+ <origin
213
+ xyz="0.28503 0 0"
214
+ rpy="0 0 -1.7939" />
215
+ <!-- rpy="0 0 -1.759-0.03490659" /> -->
216
+ <parent
217
+ link="link2" />
218
+ <child
219
+ link="link3" />
220
+ <axis
221
+ xyz="0 0 1" />
222
+ <limit
223
+ lower="-2.967"
224
+ upper="0"
225
+ effort="100"
226
+ velocity="5" />
227
+ </joint>
228
+ <link
229
+ name="link4">
230
+ <inertial>
231
+ <origin
232
+ xyz="-9.66635791618542E-05 0.000876064475651083 -0.00496880904640868"
233
+ rpy="0 0 0" />
234
+ <mass
235
+ value="0.38" />
236
+ <inertia
237
+ ixx="0.00018501"
238
+ ixy="0.00000054"
239
+ ixz="0.00000120"
240
+ iyy="0.00018965"
241
+ iyz="-0.00000841"
242
+ izz="0.00015484" />
243
+ </inertial>
244
+ <visual>
245
+ <origin
246
+ xyz="0 0 0"
247
+ rpy="0 0 0" />
248
+ <geometry>
249
+ <mesh
250
+ filename="package://piper_description/meshes/link4.STL" />
251
+ </geometry>
252
+ <material
253
+ name="">
254
+ <color
255
+ rgba="0.792156862745098 0.819607843137255 0.933333333333333 1" />
256
+ </material>
257
+ </visual>
258
+ <collision>
259
+ <origin
260
+ xyz="0 0 0"
261
+ rpy="0 0 0" />
262
+ <geometry>
263
+ <mesh
264
+ filename="package://piper_description/meshes/link4.STL" />
265
+ </geometry>
266
+ </collision>
267
+ </link>
268
+ <joint
269
+ name="joint4"
270
+ type="revolute">
271
+ <origin
272
+ xyz="-0.021984 -0.25075 0"
273
+ rpy="1.5708 0 0" />
274
+ <parent
275
+ link="link3" />
276
+ <child
277
+ link="link4" />
278
+ <axis
279
+ xyz="0 0 1" />
280
+ <limit
281
+ lower="-1.745"
282
+ upper="1.745"
283
+ effort="100"
284
+ velocity="5" />
285
+ </joint>
286
+ <link
287
+ name="link5">
288
+ <inertial>
289
+ <origin
290
+ xyz="-4.10554118924211E-05 -0.0566486692356075 -0.0037205791677906"
291
+ rpy="0 0 0" />
292
+ <mass
293
+ value="0.383" />
294
+ <inertia
295
+ ixx="0.00166169"
296
+ ixy="0.00000006"
297
+ ixz="-0.00000007"
298
+ iyy="0.00018510"
299
+ iyz="0.00001026"
300
+ izz="0.00164321" />
301
+ </inertial>
302
+ <visual>
303
+ <origin
304
+ xyz="0 0 0"
305
+ rpy="0 0 0" />
306
+ <geometry>
307
+ <mesh
308
+ filename="package://piper_description/meshes/link5.STL" />
309
+ </geometry>
310
+ <material
311
+ name="">
312
+ <color
313
+ rgba="0.792156862745098 0.819607843137255 0.933333333333333 1" />
314
+ </material>
315
+ </visual>
316
+ <collision>
317
+ <origin
318
+ xyz="0 0 0"
319
+ rpy="0 0 0" />
320
+ <geometry>
321
+ <mesh
322
+ filename="package://piper_description/meshes/link5.STL" />
323
+ </geometry>
324
+ </collision>
325
+ </link>
326
+ <joint
327
+ name="joint5"
328
+ type="revolute">
329
+ <origin
330
+ xyz="0 0 0"
331
+ rpy="-1.5708 0 0" />
332
+ <parent
333
+ link="link4" />
334
+ <child
335
+ link="link5" />
336
+ <axis
337
+ xyz="0 0 1" />
338
+ <limit
339
+ lower="-1.22"
340
+ upper="1.22"
341
+ effort="100"
342
+ velocity="5" />
343
+ </joint>
344
+ <link
345
+ name="link6">
346
+ <inertial>
347
+ <origin
348
+ xyz="-8.82590762930069E-05 9.0598378529832E-06 -0.002"
349
+ rpy="0 0 0" />
350
+ <mass
351
+ value="0.007" />
352
+ <inertia
353
+ ixx="5.73015540542155E-07"
354
+ ixy="-1.98305403089247E-22"
355
+ ixz="-7.2791893904596E-23"
356
+ iyy="5.73015540542155E-07"
357
+ iyz="-3.4146026640245E-24"
358
+ izz="1.06738869138926E-06" />
359
+ </inertial>
360
+ <visual>
361
+ <origin
362
+ xyz="0 0 0"
363
+ rpy="0 0 0" />
364
+ <geometry>
365
+ <mesh
366
+ filename="package://piper_description/meshes/link6.STL" />
367
+ </geometry>
368
+ <material
369
+ name="">
370
+ <color
371
+ rgba="0.898039215686275 0.917647058823529 0.929411764705882 1" />
372
+ </material>
373
+ </visual>
374
+ <collision>
375
+ <origin
376
+ xyz="0 0 0"
377
+ rpy="0 0 0" />
378
+ <geometry>
379
+ <mesh
380
+ filename="package://piper_description/meshes/link6.STL" />
381
+ </geometry>
382
+ </collision>
383
+ </link>
384
+ <joint
385
+ name="joint6"
386
+ type="revolute">
387
+ <origin
388
+ xyz="8.8259E-05 -0.091 0"
389
+ rpy="1.5708 0 0" />
390
+ <parent
391
+ link="link5" />
392
+ <child
393
+ link="link6" />
394
+ <axis
395
+ xyz="0 0 1" />
396
+ <limit
397
+ lower="-2.0944"
398
+ upper="2.0944"
399
+ effort="100"
400
+ velocity="3" />
401
+ </joint>
402
+ <link
403
+ name="gripper_base">
404
+ <inertial>
405
+ <origin
406
+ xyz="-0.000183807162235591 8.05033155577911E-05 0.0321436689908876"
407
+ rpy="0 0 0" />
408
+ <mass
409
+ value="0.45" />
410
+ <inertia
411
+ ixx="0.00092934"
412
+ ixy="0.00000034"
413
+ ixz="-0.00000738"
414
+ iyy="0.00071447"
415
+ iyz="0.00000005"
416
+ izz="0.00039442" />
417
+ </inertial>
418
+ <visual>
419
+ <origin
420
+ xyz="0 0 0"
421
+ rpy="0 0 0" />
422
+ <geometry>
423
+ <mesh
424
+ filename="package://piper_description/meshes/gripper_base.STL" />
425
+ </geometry>
426
+ <material
427
+ name="">
428
+ <color
429
+ rgba="0.792156862745098 0.819607843137255 0.933333333333333 1" />
430
+ </material>
431
+ </visual>
432
+ <collision>
433
+ <origin
434
+ xyz="0 0 0"
435
+ rpy="0 0 0" />
436
+ <geometry>
437
+ <mesh
438
+ filename="package://piper_description/meshes/gripper_base.STL" />
439
+ </geometry>
440
+ </collision>
441
+ </link>
442
+ <joint
443
+ name="joint6_to_gripper_base"
444
+ type="fixed">
445
+ <origin
446
+ xyz="0 0 0"
447
+ rpy="0 0 0" />
448
+ <parent
449
+ link="link6" />
450
+ <child
451
+ link="gripper_base" />
452
+ </joint>
453
+ <link
454
+ name="link7">
455
+ <inertial>
456
+ <origin
457
+ xyz="0.00065123185041968 -0.0491929869131989 0.00972258769184025"
458
+ rpy="0 0 0" />
459
+ <mass
460
+ value="0.025" />
461
+ <inertia
462
+ ixx="0.00007371"
463
+ ixy="-0.00000113"
464
+ ixz="0.00000021"
465
+ iyy="0.00000781"
466
+ iyz="-0.00001372"
467
+ izz="0.0000747" />
468
+ </inertial>
469
+ <visual>
470
+ <origin
471
+ xyz="0 0 0"
472
+ rpy="0 0 0" />
473
+ <geometry>
474
+ <mesh
475
+ filename="package://piper_description/meshes/link7.STL" />
476
+ </geometry>
477
+ <material
478
+ name="">
479
+ <color
480
+ rgba="0.792156862745098 0.819607843137255 0.933333333333333 1" />
481
+ </material>
482
+ </visual>
483
+ <collision>
484
+ <origin
485
+ xyz="0 0 0"
486
+ rpy="0 0 0" />
487
+ <geometry>
488
+ <mesh
489
+ filename="package://piper_description/meshes/link7.STL" />
490
+ </geometry>
491
+ </collision>
492
+ </link>
493
+ <joint
494
+ name="joint7"
495
+ type="prismatic">
496
+ <origin
497
+ xyz="0 0 0.1358"
498
+ rpy="1.5708 0 0" />
499
+ <parent
500
+ link="gripper_base" />
501
+ <child
502
+ link="link7" />
503
+ <axis
504
+ xyz="0 0 1" />
505
+ <limit
506
+ lower="0"
507
+ upper="0.035"
508
+ effort="10"
509
+ velocity="1" />
510
+ </joint>
511
+ <link
512
+ name="link8">
513
+ <inertial>
514
+ <origin
515
+ xyz="0.000651231850419722 -0.0491929869131991 0.00972258769184024"
516
+ rpy="0 0 0" />
517
+ <mass
518
+ value="0.025" />
519
+ <inertia
520
+ ixx="0.00007371"
521
+ ixy="-0.00000113"
522
+ ixz="0.00000021"
523
+ iyy="0.00000781"
524
+ iyz="-0.00001372"
525
+ izz="0.0000747" />
526
+ </inertial>
527
+ <visual>
528
+ <origin
529
+ xyz="0 0 0"
530
+ rpy="0 0 0" />
531
+ <geometry>
532
+ <mesh
533
+ filename="package://piper_description/meshes/link8.STL" />
534
+ </geometry>
535
+ <material
536
+ name="">
537
+ <color
538
+ rgba="0.792156862745098 0.819607843137255 0.933333333333333 1" />
539
+ </material>
540
+ </visual>
541
+ <collision>
542
+ <origin
543
+ xyz="0 0 0"
544
+ rpy="0 0 0" />
545
+ <geometry>
546
+ <mesh
547
+ filename="package://piper_description/meshes/link8.STL" />
548
+ </geometry>
549
+ </collision>
550
+ </link>
551
+ <joint
552
+ name="joint8"
553
+ type="prismatic">
554
+ <origin
555
+ xyz="0 0 0.1358"
556
+ rpy="1.5708 0 -3.1416" />
557
+ <parent
558
+ link="gripper_base" />
559
+ <child
560
+ link="link8" />
561
+ <axis
562
+ xyz="0 0 -1" />
563
+ <limit
564
+ lower="-0.035"
565
+ upper="0"
566
+ effort="10"
567
+ velocity="1" />
568
+ </joint>
569
+
570
+ <!-- controller -->
571
+ <xacro:macro name="transmission_block" params="tran_name joint_name motor_name">
572
+ <transmission name="${tran_name}">
573
+ <type>transmission_interface/SimpleTransmission</type>
574
+ <joint name="${joint_name}">
575
+ <hardwareInterface>hardware_interface/PositionJointInterface</hardwareInterface>
576
+ </joint>
577
+ <actuator name="$motor_name">
578
+ <hardwareInterface>hardware_interface/PositionJointInterface</hardwareInterface>
579
+ <mechanicalReduction>1</mechanicalReduction>
580
+ </actuator>
581
+ </transmission>
582
+ </xacro:macro>
583
+
584
+ <xacro:transmission_block tran_name="tran1" joint_name="joint1" motor_name="motor1"/>
585
+ <xacro:transmission_block tran_name="tran2" joint_name="joint2" motor_name="motor2"/>
586
+ <xacro:transmission_block tran_name="tran3" joint_name="joint3" motor_name="motor3"/>
587
+ <xacro:transmission_block tran_name="tran4" joint_name="joint4" motor_name="motor4"/>
588
+ <xacro:transmission_block tran_name="tran5" joint_name="joint5" motor_name="motor5"/>
589
+ <xacro:transmission_block tran_name="tran6" joint_name="joint6" motor_name="motor6"/>
590
+ <xacro:transmission_block tran_name="tran7" joint_name="joint7" motor_name="motor7"/>
591
+ <xacro:transmission_block tran_name="tran8" joint_name="joint8" motor_name="motor8"/>
592
+ <!-- gazebo -->
593
+ <gazebo>
594
+ <plugin name="gazebo_ros_control" filename="libgazebo_ros_control.so">
595
+ <robotNamespace>/piper</robotNamespace>
596
+ <legacyModeNS>true</legacyModeNS>
597
+ </plugin>
598
+ </gazebo>
599
+
600
+ <!-- <gazebo reference="base_link">
601
+ <material>Gazebo/Black</material>
602
+ </gazebo>
603
+
604
+ <gazebo reference="link1">
605
+ <material>Gazebo/White</material>
606
+ </gazebo>
607
+
608
+ <gazebo reference="link2">
609
+ <material>Gazebo/White</material>
610
+ </gazebo>
611
+
612
+ <gazebo reference="link3">
613
+ <material>Gazebo/White</material>
614
+ </gazebo>
615
+
616
+ <gazebo reference="link4">
617
+ <material>Gazebo/Black</material>
618
+ </gazebo>
619
+
620
+ <gazebo reference="link5">
621
+ <material>Gazebo/White</material>
622
+ </gazebo>
623
+
624
+ <gazebo reference="link6">
625
+ <material>Gazebo/White</material>
626
+ </gazebo>
627
+
628
+ <gazebo reference="link7">
629
+ <material>Gazebo/Orange</material>
630
+ </gazebo>
631
+
632
+ <gazebo reference="link8">
633
+ <material>Gazebo/Orange</material>
634
+ </gazebo> -->
635
+ </robot>