lhslhslhs commited on
Commit
ce56262
·
1 Parent(s): 5e7215b
Files changed (34) hide show
  1. README.md +1 -0
  2. hand_model/barrett_hand_description/Barrett.urdf +297 -0
  3. hand_model/barrett_hand_description/meshes/barrettmount.iv +525 -0
  4. hand_model/barrett_hand_description/meshes/barrettmount.stl +0 -0
  5. hand_model/barrett_hand_description/meshes/barrettmount.txt +3 -0
  6. hand_model/barrett_hand_description/meshes/barrettmount.wrl +340 -0
  7. hand_model/barrett_hand_description/meshes/barrettmount.xml +6 -0
  8. hand_model/barrett_hand_description/meshes/link1.iv +218 -0
  9. hand_model/barrett_hand_description/meshes/link1.stl +0 -0
  10. hand_model/barrett_hand_description/meshes/link1.txt +3 -0
  11. hand_model/barrett_hand_description/meshes/link1.wrl +152 -0
  12. hand_model/barrett_hand_description/meshes/link1.xml +8 -0
  13. hand_model/barrett_hand_description/meshes/link2.iv +255 -0
  14. hand_model/barrett_hand_description/meshes/link2.stl +0 -0
  15. hand_model/barrett_hand_description/meshes/link2.txt +3 -0
  16. hand_model/barrett_hand_description/meshes/link2.wrl +177 -0
  17. hand_model/barrett_hand_description/meshes/link2.xml +8 -0
  18. hand_model/barrett_hand_description/meshes/link3.iv +204 -0
  19. hand_model/barrett_hand_description/meshes/link3.stl +0 -0
  20. hand_model/barrett_hand_description/meshes/link3.txt +3 -0
  21. hand_model/barrett_hand_description/meshes/link3.wrl +152 -0
  22. hand_model/barrett_hand_description/meshes/link3.xml +8 -0
  23. hand_model/barrett_hand_description/meshes/palm.iv +862 -0
  24. hand_model/barrett_hand_description/meshes/palm.stl +0 -0
  25. hand_model/barrett_hand_description/meshes/palm.txt +3 -0
  26. hand_model/barrett_hand_description/meshes/palm.wrl +507 -0
  27. hand_model/barrett_hand_description/meshes/palm.xml +8 -0
  28. hand_model/barrett_hand_description/test_barrett.urdf +297 -0
  29. mid-level-data/barrett.pkl +3 -0
  30. utils/__pycache__/hand_model.cpython-39.pyc +0 -0
  31. utils/__pycache__/utils_math.cpython-39.pyc +0 -0
  32. utils/hand_model.py +27 -27
  33. utils/utils_math.py +6 -6
  34. vis_mid_dataset.ipynb +0 -0
README.md CHANGED
@@ -41,6 +41,7 @@ We introduce **Multi-GraspSet**, the first large-scale multi-hand grasp dataset
41
 
42
 
43
  ## Updates
 
44
  - **2024.12**: Released the Multi-GraspSet dataset with meshes of objects.
45
  - **2024.12**: Released the Multi-GraspSet dataset with contact annotations.
46
 
 
41
 
42
 
43
  ## Updates
44
+ - **2024.12**: We add the Barrett hand data.
45
  - **2024.12**: Released the Multi-GraspSet dataset with meshes of objects.
46
  - **2024.12**: Released the Multi-GraspSet dataset with contact annotations.
47
 
hand_model/barrett_hand_description/Barrett.urdf ADDED
@@ -0,0 +1,297 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version='1.0' ?>
2
+ <robot name="Barrett">
3
+ <link name="base_link"/>
4
+ <joint name="base_link_palm" type="fixed">
5
+ <origin rpy="0 0.00000000 0.00000000"/>
6
+ <parent link="base_link"/>
7
+ <child link="palm"/>
8
+ </joint>
9
+ <link name="palm">
10
+ <visual>
11
+ <geometry>
12
+ <mesh filename="./meshes/palm.stl" scale="0.00100000 0.00100000 0.00100000"/>
13
+ </geometry>
14
+ </visual>
15
+ <inertial>
16
+ <mass value="1.00000000"/>
17
+ <inertia ixx="4.9826e-07" ixy="-2.6086e-11" ixz="-3.5314e-11" iyy="4.2775e-07" iyz="5.4730e-08" izz="4.2955e-07"/>
18
+ <origin xyz="0.00000267 -0.00384810 -0.04619306"/>
19
+ </inertial>
20
+ </link>
21
+
22
+
23
+ <link name="a_link1">
24
+ <visual>
25
+ <geometry>
26
+ <mesh filename="./meshes/link1.stl" scale="0.00100000 0.00100000 0.00100000"/>
27
+ </geometry>
28
+ </visual>
29
+ <inertial>
30
+ <mass value="0.20000000"/>
31
+ <inertia ixx="1.0839e-08" ixy="-5.8433e-09" ixz="-2.6510e-12" iyy="2.8604e-08" iyz="-2.8865e-13" izz="3.3596e-08"/>
32
+ <origin xyz="-0.01770848 -0.01532542 -0.00000084"/>
33
+ </inertial>
34
+ </link>
35
+ <link name="a_link2">
36
+ <visual>
37
+ <geometry>
38
+ <mesh filename="./meshes/link2.stl" scale="0.00100000 0.00100000 0.00100000"/>
39
+ </geometry>
40
+ </visual>
41
+ <inertial>
42
+ <mass value="0.10000000"/>
43
+ <inertia ixx="1.0839e-08" ixy="-5.8433e-09" ixz="-2.6510e-12" iyy="2.8604e-08" iyz="-2.8865e-13" izz="3.3596e-08"/>
44
+ <origin xyz="-0.01770848 -0.01532542 -0.00000084"/>
45
+ </inertial>
46
+ </link>
47
+ <link name="a_link3">
48
+ <visual>
49
+ <geometry>
50
+ <mesh filename="./meshes/link3.stl" scale="0.00100000 0.00100000 0.00100000"/>
51
+ </geometry>
52
+ </visual>
53
+ <inertial>
54
+ <mass value="0.10000000"/>
55
+ <inertia ixx="1.5808e-09" ixy="-3.7926e-10" ixz="1.6162e-12" iyy="7.9936e-09" iyz="-1.4246e-11" izz="7.4485e-09"/>
56
+ <origin xyz="-0.02984130 0.00230978 0.00002310"/>
57
+ </inertial>
58
+ </link>
59
+ <link name="a_link1_joint"/>
60
+ <joint name="a_palm_link1_joint" type="revolute">
61
+ <origin rpy="0.00000000 3.14159265 0.00000000" xyz="0.02500000 0.00000000 -0.00100000"/>
62
+ <parent link="palm"/>
63
+ <child link="a_link1_joint"/>
64
+ <axis xyz="0.00000000 0.00000000 1.00000000"/>
65
+ <limit effort="50.00000000" lower="0.0" upper="3.14159265359" velocity="0.52333333"/>
66
+ </joint>
67
+ <link name="a_link1_dh"/>
68
+ <joint name="a_link1_joint_link1_dh" type="fixed">
69
+ <origin rpy="0.00000000 0.00000000 1.57079633"/>
70
+ <parent link="a_link1_joint"/>
71
+ <child link="a_link1_dh"/>
72
+ </joint>
73
+ <joint name="a_link1_dh_link1" type="fixed">
74
+ <origin rpy="-1.57079633 0.00000000 0.00000000" xyz="0.05000000 0.00000000 0.00000000"/>
75
+ <parent link="a_link1_dh"/>
76
+ <child link="a_link1"/>
77
+ </joint>
78
+ <link name="a_link2_joint"/>
79
+ <joint name="a_link1_link2_joint" type="revolute">
80
+ <origin rpy="0.00000000 0.00000000 0.00000000" xyz="0.00000000 0.00000000 0.00000000"/>
81
+ <parent link="a_link1"/>
82
+ <child link="a_link2_joint"/>
83
+ <axis xyz="0.00000000 0.00000000 1.00000000"/>
84
+ <limit effort="2.50000000" lower="0.0" upper="2.51327412287" velocity="0.52333333"/>
85
+ </joint>
86
+ <link name="a_link2_dh"/>
87
+ <joint name="a_link2_joint_link2_dh" type="fixed">
88
+ <origin rpy="0.00000000 0.00000000 0.08726646"/>
89
+ <parent link="a_link2_joint"/>
90
+ <child link="a_link2_dh"/>
91
+ </joint>
92
+ <joint name="a_link2_dh_link2" type="fixed">
93
+ <origin rpy="0.00000000 0.00000000 0.00000000" xyz="0.07000000 0.00000000 0.00000000"/>
94
+ <parent link="a_link2_dh"/>
95
+ <child link="a_link2"/>
96
+ </joint>
97
+ <link name="a_link3_joint"/>
98
+ <joint name="a_link2_link3_joint" type="revolute">
99
+ <origin rpy="0.00000000 0.00000000 0.00000000" xyz="0.00000000 0.00000000 0.00000000"/>
100
+ <parent link="a_link2"/>
101
+ <child link="a_link3_joint"/>
102
+ <axis xyz="0.00000000 0.00000000 0.33333333"/>
103
+ <limit effort="2.50000000" lower="0.0" upper="2.51327412287" velocity="0.52333333"/>
104
+ </joint>
105
+ <link name="a_link3_dh"/>
106
+ <joint name="a_link3_joint_link3_dh" type="fixed">
107
+ <origin rpy="0.00000000 0.00000000 0.69813170"/>
108
+ <parent link="a_link3_joint"/>
109
+ <child link="a_link3_dh"/>
110
+ </joint>
111
+ <joint name="a_link3_dh_link3" type="fixed">
112
+ <origin rpy="0.00000000 0.00000000 0.00000000" xyz="0.05500000 0.00000000 0.00000000"/>
113
+ <parent link="a_link3_dh"/>
114
+ <child link="a_link3"/>
115
+ </joint>
116
+
117
+
118
+
119
+ <link name="b_link1">
120
+ <visual>
121
+ <geometry>
122
+ <mesh filename="./meshes/link1.stl" scale="0.00100000 0.00100000 0.00100000"/>
123
+ </geometry>
124
+ </visual>
125
+ <inertial>
126
+ <mass value="0.20000000"/>
127
+ <inertia ixx="1.0839e-08" ixy="-5.8433e-09" ixz="-2.6510e-12" iyy="2.8604e-08" iyz="-2.8865e-13" izz="3.3596e-08"/>
128
+ <origin xyz="-0.01770848 -0.01532542 -0.00000084"/>
129
+ </inertial>
130
+ </link>
131
+ <link name="b_link2">
132
+ <visual>
133
+ <geometry>
134
+ <mesh filename="./meshes/link2.stl" scale="0.00100000 0.00100000 0.00100000"/>
135
+ </geometry>
136
+ </visual>
137
+ <inertial>
138
+ <mass value="0.10000000"/>
139
+ <inertia ixx="1.0839e-08" ixy="-5.8433e-09" ixz="-2.6510e-12" iyy="2.8604e-08" iyz="-2.8865e-13" izz="3.3596e-08"/>
140
+ <origin xyz="-0.01770848 -0.01532542 -0.00000084"/>
141
+ </inertial>
142
+ </link>
143
+ <link name="b_link3">
144
+ <visual>
145
+ <geometry>
146
+ <mesh filename="./meshes/link3.stl" scale="0.00100000 0.00100000 0.00100000"/>
147
+ </geometry>
148
+ </visual>
149
+ <inertial>
150
+ <mass value="0.10000000"/>
151
+ <inertia ixx="1.5808e-09" ixy="-3.7926e-10" ixz="1.6162e-12" iyy="7.9936e-09" iyz="-1.4246e-11" izz="7.4485e-09"/>
152
+ <origin xyz="-0.02984130 0.00230978 0.00002310"/>
153
+ </inertial>
154
+ </link>
155
+ <link name="b_link1_joint"/>
156
+ <joint name="b_palm_link1_joint" type="revolute">
157
+ <origin rpy="0.00000000 0.00000000 0.00000000" xyz="-0.02500000 0.00000000 -0.00100000"/>
158
+ <parent link="palm"/>
159
+ <child link="b_link1_joint"/>
160
+ <axis xyz="0.00000000 0.00000000 1.00000000"/>
161
+ <limit effort="50.00000000" lower="0.0" upper="3.14159265359" velocity="0.52333333"/>
162
+ </joint>
163
+ <link name="b_link1_dh"/>
164
+ <joint name="b_link1_joint_link1_dh" type="fixed">
165
+ <origin rpy="0.00000000 0.00000000 1.57079633"/>
166
+ <parent link="b_link1_joint"/>
167
+ <child link="b_link1_dh"/>
168
+ </joint>
169
+ <joint name="b_link1_dh_link1" type="fixed">
170
+ <origin rpy="1.57079633 0.00000000 0.00000000" xyz="0.05000000 0.00000000 0.00000000"/>
171
+ <parent link="b_link1_dh"/>
172
+ <child link="b_link1"/>
173
+ </joint>
174
+ <link name="b_link2_joint"/>
175
+ <joint name="b_link1_link2_joint" type="revolute">
176
+ <origin rpy="0.00000000 0.00000000 0.00000000" xyz="0.00000000 0.00000000 0.00000000"/>
177
+ <parent link="b_link1"/>
178
+ <child link="b_link2_joint"/>
179
+ <axis xyz="0.00000000 0.00000000 1.00000000"/>
180
+ <limit effort="2.50000000" lower="0.0" upper="2.51327412287" velocity="0.52333333"/>
181
+ </joint>
182
+ <link name="b_link2_dh"/>
183
+ <joint name="b_link2_joint_link2_dh" type="fixed">
184
+ <origin rpy="0.00000000 0.00000000 0.08726646"/>
185
+ <parent link="b_link2_joint"/>
186
+ <child link="b_link2_dh"/>
187
+ </joint>
188
+ <joint name="b_link2_dh_link2" type="fixed">
189
+ <origin rpy="0.00000000 0.00000000 0.00000000" xyz="0.07000000 0.00000000 0.00000000"/>
190
+ <parent link="b_link2_dh"/>
191
+ <child link="b_link2"/>
192
+ </joint>
193
+ <link name="b_link3_joint"/>
194
+ <joint name="b_link2_link3_joint" type="revolute">
195
+ <origin rpy="0.00000000 0.00000000 0.00000000" xyz="0.00000000 0.00000000 0.00000000"/>
196
+ <parent link="b_link2"/>
197
+ <child link="b_link3_joint"/>
198
+ <axis xyz="0.00000000 0.00000000 0.33333333"/>
199
+ <limit effort="2.50000000" lower="0.0" upper="2.51327412287" velocity="0.52333333"/>
200
+ </joint>
201
+ <link name="b_link3_dh"/>
202
+ <joint name="b_link3_joint_link3_dh" type="fixed">
203
+ <origin rpy="0.00000000 0.00000000 0.69813170"/>
204
+ <parent link="b_link3_joint"/>
205
+ <child link="b_link3_dh"/>
206
+ </joint>
207
+ <joint name="b_link3_dh_link3" type="fixed">
208
+ <origin rpy="0.00000000 0.00000000 0.00000000" xyz="0.05500000 0.00000000 0.00000000"/>
209
+ <parent link="b_link3_dh"/>
210
+ <child link="b_link3"/>
211
+ </joint>
212
+
213
+
214
+
215
+ <link name="c_link2">
216
+ <visual>
217
+ <geometry>
218
+ <mesh filename="./meshes/link2.stl" scale="0.00100000 0.00100000 0.00100000"/>
219
+ </geometry>
220
+ </visual>
221
+ <inertial>
222
+ <mass value="0.10000000"/>
223
+ <inertia ixx="1.0839e-08" ixy="-5.8433e-09" ixz="-2.6510e-12" iyy="2.8604e-08" iyz="-2.8865e-13" izz="3.3596e-08"/>
224
+ <origin xyz="-0.01770848 -0.01532542 -0.00000084"/>
225
+ </inertial>
226
+ </link>
227
+
228
+ <link name="c_link3">
229
+ <visual>
230
+ <geometry>
231
+ <mesh filename="./meshes/link3.stl" scale="0.00100000 0.00100000 0.00100000"/>
232
+ </geometry>
233
+ </visual>
234
+ <inertial>
235
+ <mass value="0.10000000"/>
236
+ <inertia ixx="1.5808e-09" ixy="-3.7926e-10" ixz="1.6162e-12" iyy="7.9936e-09" iyz="-1.4246e-11" izz="7.4485e-09"/>
237
+ <origin xyz="-0.02984130 0.00230978 0.00002310"/>
238
+ </inertial>
239
+ </link>
240
+
241
+ <link name="c_link2_joint"/>
242
+
243
+ <!-- DUMMY LINK FOR THE CONSECUTIVE Z ROTATION -->
244
+ <link name="c_link2_joint_0"/>
245
+
246
+ <joint name="c_palm_link2_joint_0" type="revolute">
247
+ <origin rpy="0.00000000 -1.57079633 0" xyz="0.00000000 -0.05000000 -0.00100000"/>
248
+ <parent link="palm"/>
249
+ <child link="c_link2_joint_0"/>
250
+ <axis xyz="0.00000000 0.00000000 1.00000000"/>
251
+ <limit effort="5.00000000" lower="0.0" upper="2.51327412287" velocity="0.52333333"/>
252
+ </joint>
253
+
254
+ <!-- DUMMY Fixed joint FOR THE CONSECUTIVE Z ROTATION -->
255
+ <joint name="c_link2_joint_0_link2_joint" type="fixed">
256
+ <origin rpy="0.00000000 0 -1.57079633" xyz="0.00000000 0.00000000 0.0000000"/>
257
+ <parent link="c_link2_joint_0"/>
258
+ <child link="c_link2_joint"/>
259
+ <axis xyz="0.00000000 0.00000000 1.00000000"/>
260
+ </joint>
261
+
262
+ <link name="c_link2_dh"/>
263
+ <joint name="c_link2_joint_link2_dh" type="fixed">
264
+ <origin rpy="0.00000000 0.00000000 0.08726646"/>
265
+ <parent link="c_link2_joint"/>
266
+ <child link="c_link2_dh"/>
267
+ </joint>
268
+
269
+ <joint name="c_link2_dh_link2" type="fixed">
270
+ <origin rpy="0.00000000 0.00000000 0.00000000" xyz="0.07000000 0.00000000 0.00000000"/>
271
+ <parent link="c_link2_dh"/>
272
+ <child link="c_link2"/>
273
+ </joint>
274
+
275
+ <link name="c_link3_joint"/>
276
+
277
+ <joint name="c_link2_link3_joint" type="revolute">
278
+ <origin rpy="0.00000000 0.00000000 0.00000000" xyz="0.00000000 0.00000000 0.00000000"/>
279
+ <parent link="c_link2"/>
280
+ <child link="c_link3_joint"/>
281
+ <axis xyz="0.00000000 0.00000000 0.33333333"/>
282
+ <limit effort="5.00000000" lower="0.0" upper="2.51327412287" velocity="0.52333333"/>
283
+ </joint>
284
+ <link name="c_link3_dh"/>
285
+
286
+ <joint name="c_link3_joint_link3_dh" type="fixed">
287
+ <origin rpy="0.00000000 0.00000000 0.69813170"/>
288
+ <parent link="c_link3_joint"/>
289
+ <child link="c_link3_dh"/>
290
+ </joint>
291
+ <joint name="c_link3_dh_link3" type="fixed">
292
+ <origin rpy="0.00000000 0.00000000 0.00000000" xyz="0.05500000 0.00000000 0.00000000"/>
293
+ <parent link="c_link3_dh"/>
294
+ <child link="c_link3"/>
295
+ </joint>
296
+
297
+ </robot>
hand_model/barrett_hand_description/meshes/barrettmount.iv ADDED
@@ -0,0 +1,525 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #Inventor V2.0 ascii
2
+ #material plastic
3
+ #mass 100
4
+
5
+ Separator {
6
+ Material {
7
+ ambientColor 0.047138 0.047138 0.047138
8
+ diffuseColor 0 0 0
9
+ specularColor 0.151515 0.151515 0.151515
10
+ shininess 0.104377
11
+ }
12
+ Separator {
13
+ Translation {
14
+ translation 0 0 -116.0
15
+ }
16
+ ShapeHints {
17
+ vertexOrdering COUNTERCLOCKWISE
18
+ shapeType SOLID
19
+ }
20
+ Coordinate3 {
21
+ point [
22
+ -35.355339 35.355339 3.000000,
23
+ -36.087572 33.587572 3.000000,
24
+ -36.087572 33.587572 9.500000,
25
+ -35.355339 35.355339 9.500000,
26
+ -36.087572 33.587572 9.500000,
27
+ -36.087572 33.587572 16.000000,
28
+ -35.355339 35.355339 16.000000,
29
+ -36.087572 33.587572 16.000000,
30
+ -36.087572 33.587572 22.500000,
31
+ -35.355339 35.355339 22.500000,
32
+ -36.087572 33.587572 22.500000,
33
+ -36.087572 33.587572 29.000000,
34
+ -35.355339 35.355339 29.000000,
35
+ -35.355339 35.355339 22.500000,
36
+ -36.087572 33.587572 29.000000,
37
+ -35.355339 35.355339 29.000000,
38
+ -33.587572 36.087572 22.500000,
39
+ -35.355339 35.355339 22.500000,
40
+ -35.355339 35.355339 29.000000,
41
+ -33.587572 36.087572 29.000000,
42
+ -33.587572 36.087572 22.500000,
43
+ -33.587572 36.087572 22.500000,
44
+ -33.587572 36.087572 29.000000,
45
+ -31.819805 35.355339 22.500000,
46
+ -31.819805 35.355339 16.000000,
47
+ -31.819805 35.355339 22.500000,
48
+ -31.087572 33.587572 16.000000,
49
+ -31.087572 33.587572 9.500000,
50
+ -31.087572 33.587572 16.000000,
51
+ -31.819805 31.819805 9.500000,
52
+ -31.819805 31.819805 3.000000,
53
+ -31.819805 31.819805 9.500000,
54
+ -33.587572 31.087572 3.000000,
55
+ -31.819805 31.819805 3.000000,
56
+ -31.087572 33.587572 9.500000,
57
+ -31.819805 31.819805 9.500000,
58
+ -31.819805 31.819805 3.000000,
59
+ -31.087572 33.587572 3.000000,
60
+ -31.087572 33.587572 9.500000,
61
+ -31.087572 33.587572 9.500000,
62
+ -31.087572 33.587572 3.000000,
63
+ -31.819805 35.355339 9.500000,
64
+ -31.819805 35.355339 16.000000,
65
+ -31.819805 35.355339 9.500000,
66
+ -33.587572 36.087572 16.000000,
67
+ -33.587572 36.087572 22.500000,
68
+ -33.587572 36.087572 16.000000,
69
+ -35.355339 35.355339 22.500000,
70
+ -33.587572 36.087572 22.500000,
71
+ -31.819805 35.355339 16.000000,
72
+ -33.587572 36.087572 16.000000,
73
+ -33.587572 36.087572 22.500000,
74
+ -31.819805 35.355339 22.500000,
75
+ -31.819805 35.355339 16.000000,
76
+ -36.087572 33.587572 3.000000,
77
+ -35.355339 31.819805 3.000000,
78
+ -35.355339 31.819805 9.500000,
79
+ -36.087572 33.587572 9.500000,
80
+ -35.355339 31.819805 9.500000,
81
+ -35.355339 31.819805 16.000000,
82
+ -36.087572 33.587572 16.000000,
83
+ -35.355339 31.819805 16.000000,
84
+ -35.355339 31.819805 22.500000,
85
+ -36.087572 33.587572 22.500000,
86
+ -35.355339 31.819805 22.500000,
87
+ -35.355339 31.819805 29.000000,
88
+ -36.087572 33.587572 29.000000,
89
+ -36.087572 33.587572 22.500000,
90
+ -35.355339 31.819805 29.000000,
91
+ -35.355339 31.819805 3.000000,
92
+ -33.587572 31.087572 3.000000,
93
+ -33.587572 31.087572 9.500000,
94
+ -35.355339 31.819805 9.500000,
95
+ -33.587572 31.087572 9.500000,
96
+ -33.587572 31.087572 16.000000,
97
+ -35.355339 31.819805 16.000000,
98
+ -33.587572 31.087572 16.000000,
99
+ -33.587572 31.087572 22.500000,
100
+ -35.355339 31.819805 22.500000,
101
+ -33.587572 31.087572 22.500000,
102
+ -33.587572 31.087572 29.000000,
103
+ -35.355339 31.819805 29.000000,
104
+ -35.355339 31.819805 22.500000,
105
+ -33.587572 31.087572 29.000000,
106
+ -31.087572 33.587572 3.000000,
107
+ -31.819805 35.355339 3.000000,
108
+ -31.819805 35.355339 9.500000,
109
+ -31.819805 35.355339 9.500000,
110
+ -31.819805 35.355339 3.000000,
111
+ -33.587572 36.087572 9.500000,
112
+ -33.587572 36.087572 16.000000,
113
+ -33.587572 36.087572 9.500000,
114
+ -35.355339 35.355339 16.000000,
115
+ -35.355339 35.355339 22.500000,
116
+ -35.355339 35.355339 16.000000,
117
+ -36.087572 33.587572 22.500000,
118
+ -35.355339 35.355339 22.500000,
119
+ -33.587572 36.087572 16.000000,
120
+ -35.355339 35.355339 16.000000,
121
+ -31.819805 35.355339 3.000000,
122
+ -33.587572 36.087572 3.000000,
123
+ -33.587572 36.087572 9.500000,
124
+ -33.587572 36.087572 9.500000,
125
+ -33.587572 36.087572 3.000000,
126
+ -35.355339 35.355339 9.500000,
127
+ -35.355339 35.355339 16.000000,
128
+ -35.355339 35.355339 9.500000,
129
+ -36.087572 33.587572 16.000000,
130
+ -35.355339 35.355339 16.000000,
131
+ -33.587572 36.087572 9.500000,
132
+ -35.355339 35.355339 9.500000,
133
+ -33.587572 36.087572 3.000000,
134
+ -35.355339 35.355339 3.000000,
135
+ -35.355339 35.355339 9.500000,
136
+ -35.355339 35.355339 9.500000,
137
+ -35.355339 35.355339 3.000000,
138
+ -36.087572 33.587572 9.500000,
139
+ -33.587572 36.087572 29.000000,
140
+ -31.819805 35.355339 29.000000,
141
+ -31.819805 35.355339 22.500000,
142
+ -31.819805 35.355339 22.500000,
143
+ -31.819805 35.355339 29.000000,
144
+ -31.087572 33.587572 22.500000,
145
+ -31.087572 33.587572 16.000000,
146
+ -31.087572 33.587572 22.500000,
147
+ -31.819805 31.819805 16.000000,
148
+ -31.819805 31.819805 9.500000,
149
+ -31.819805 31.819805 16.000000,
150
+ -33.587572 31.087572 9.500000,
151
+ -33.587572 31.087572 3.000000,
152
+ -31.819805 31.819805 9.500000,
153
+ -33.587572 31.087572 9.500000,
154
+ -31.819805 35.355339 29.000000,
155
+ -31.087572 33.587572 29.000000,
156
+ -31.087572 33.587572 22.500000,
157
+ -31.087572 33.587572 22.500000,
158
+ -31.087572 33.587572 29.000000,
159
+ -31.819805 31.819805 22.500000,
160
+ -31.819805 31.819805 16.000000,
161
+ -31.819805 31.819805 22.500000,
162
+ -33.587572 31.087572 16.000000,
163
+ -33.587572 31.087572 9.500000,
164
+ -31.819805 31.819805 16.000000,
165
+ -33.587572 31.087572 16.000000,
166
+ -31.087572 33.587572 29.000000,
167
+ -31.819805 31.819805 29.000000,
168
+ -31.819805 31.819805 22.500000,
169
+ -31.819805 31.819805 22.500000,
170
+ -31.819805 31.819805 29.000000,
171
+ -33.587572 31.087572 22.500000,
172
+ -33.587572 31.087572 16.000000,
173
+ -31.819805 31.819805 22.500000,
174
+ -33.587572 31.087572 22.500000,
175
+ -31.819805 31.819805 29.000000,
176
+ -33.587572 31.087572 29.000000,
177
+ -33.587572 31.087572 22.500000,
178
+ -35.355339 31.819805 9.500000,
179
+ -36.087572 33.587572 9.500000,
180
+ -36.087572 33.587572 3.000000,
181
+ -35.355339 31.819805 16.000000,
182
+ -36.087572 33.587572 16.000000,
183
+ -36.087572 33.587572 9.500000,
184
+ -35.355339 31.819805 22.500000,
185
+ -36.087572 33.587572 22.500000,
186
+ -36.087572 33.587572 16.000000,
187
+ -33.587572 31.087572 9.500000,
188
+ -35.355339 31.819805 9.500000,
189
+ -35.355339 31.819805 3.000000,
190
+ -33.587572 31.087572 16.000000,
191
+ -35.355339 31.819805 16.000000,
192
+ -35.355339 31.819805 9.500000,
193
+ -33.587572 31.087572 22.500000,
194
+ -35.355339 31.819805 22.500000,
195
+ -35.355339 31.819805 16.000000,
196
+ -31.087572 33.587572 16.000000,
197
+ -31.819805 31.819805 16.000000,
198
+ -31.819805 31.819805 9.500000,
199
+ -31.087572 33.587572 22.500000,
200
+ -31.819805 31.819805 22.500000,
201
+ -31.819805 31.819805 16.000000,
202
+ -31.819805 35.355339 16.000000,
203
+ -31.087572 33.587572 16.000000,
204
+ -31.087572 33.587572 9.500000,
205
+ -31.819805 35.355339 9.500000,
206
+ -31.819805 35.355339 16.000000,
207
+ -31.087572 33.587572 9.500000,
208
+ -31.819805 35.355339 22.500000,
209
+ -31.087572 33.587572 22.500000,
210
+ -31.087572 33.587572 16.000000,
211
+ -31.819805 35.355339 9.500000,
212
+ -33.587572 36.087572 9.500000,
213
+ -33.587572 36.087572 16.000000,
214
+ 35.355339 35.355339 0.000000,
215
+ 77.781746 -7.071068 0.000000,
216
+ 7.071068 -77.781746 0.000000,
217
+ -35.355339 -35.355339 0.000000,
218
+ 35.355339 35.355339 0.000000,
219
+ 7.071068 -77.781746 0.000000,
220
+ -35.355339 -35.355339 0.000000,
221
+ -47.194167 -16.513953 0.000000,
222
+ 35.355339 35.355339 0.000000,
223
+ 35.355339 35.355339 0.000000,
224
+ -47.194167 -16.513953 0.000000,
225
+ 16.513953 47.194167 0.000000,
226
+ 16.513953 47.194167 0.000000,
227
+ -47.194167 -16.513953 0.000000,
228
+ -5.598224 49.685610 0.000000,
229
+ -5.598224 49.685610 0.000000,
230
+ -47.194167 -16.513953 0.000000,
231
+ -26.601604 42.336210 0.000000,
232
+ -26.601604 42.336210 0.000000,
233
+ -47.194167 -16.513953 0.000000,
234
+ -42.336210 26.601604 0.000000,
235
+ -42.336210 26.601604 0.000000,
236
+ -47.194167 -16.513953 0.000000,
237
+ -49.685610 5.598224 0.000000,
238
+ -19.134172 46.193977 3.000000,
239
+ -26.601604 42.336210 0.000000,
240
+ -35.355339 35.355339 3.000000,
241
+ -19.134172 46.193977 3.000000,
242
+ -5.598224 49.685610 0.000000,
243
+ -26.601604 42.336210 0.000000,
244
+ -19.134172 46.193977 3.000000,
245
+ 0.000000 50.000000 3.000000,
246
+ -5.598224 49.685610 0.000000,
247
+ -5.598224 49.685610 0.000000,
248
+ 0.000000 50.000000 3.000000,
249
+ 16.513953 47.194167 0.000000,
250
+ 16.513953 47.194167 0.000000,
251
+ 0.000000 50.000000 3.000000,
252
+ 19.134172 46.193977 3.000000,
253
+ 35.355339 35.355339 0.000000,
254
+ 19.134172 46.193977 3.000000,
255
+ 35.355339 35.355339 3.000000,
256
+ 35.355339 35.355339 0.000000,
257
+ 16.513953 47.194167 0.000000,
258
+ 19.134172 46.193977 3.000000,
259
+ -42.336210 26.601604 0.000000,
260
+ -35.355339 35.355339 3.000000,
261
+ -26.601604 42.336210 0.000000,
262
+ -42.336210 26.601604 0.000000,
263
+ -46.193977 19.134172 3.000000,
264
+ -35.355339 35.355339 3.000000,
265
+ -42.336210 26.601604 0.000000,
266
+ -49.685610 5.598224 0.000000,
267
+ -46.193977 19.134172 3.000000,
268
+ -46.193977 19.134172 3.000000,
269
+ -49.685610 5.598224 0.000000,
270
+ -50.000000 0.000000 3.000000,
271
+ -50.000000 0.000000 3.000000,
272
+ -49.685610 5.598224 0.000000,
273
+ -47.194167 -16.513953 0.000000,
274
+ -46.193977 -19.134172 3.000000,
275
+ -47.194167 -16.513953 0.000000,
276
+ -35.355339 -35.355339 0.000000,
277
+ -35.355339 -35.355339 3.000000,
278
+ -46.193977 -19.134172 3.000000,
279
+ -35.355339 -35.355339 0.000000,
280
+ -50.000000 0.000000 3.000000,
281
+ -47.194167 -16.513953 0.000000,
282
+ -46.193977 -19.134172 3.000000,
283
+ -35.355339 -35.355339 3.000000,
284
+ 4.949747 -75.660426 3.000000,
285
+ 75.660426 -4.949747 3.000000,
286
+ 35.355339 35.355339 3.000000,
287
+ -35.355339 -35.355339 3.000000,
288
+ 75.660426 -4.949747 3.000000,
289
+ 35.355339 35.355339 3.000000,
290
+ -31.819805 31.819805 3.000000,
291
+ -35.355339 -35.355339 3.000000,
292
+ 35.355339 35.355339 3.000000,
293
+ 19.134172 46.193977 3.000000,
294
+ -31.819805 31.819805 3.000000,
295
+ -31.819805 31.819805 3.000000,
296
+ 19.134172 46.193977 3.000000,
297
+ 0.000000 50.000000 3.000000,
298
+ -19.134172 46.193977 3.000000,
299
+ -31.819805 31.819805 3.000000,
300
+ 0.000000 50.000000 3.000000,
301
+ -19.134172 46.193977 3.000000,
302
+ -31.087572 33.587572 3.000000,
303
+ -31.819805 31.819805 3.000000,
304
+ -19.134172 46.193977 3.000000,
305
+ -31.819805 35.355339 3.000000,
306
+ -31.087572 33.587572 3.000000,
307
+ -19.134172 46.193977 3.000000,
308
+ -33.587572 36.087572 3.000000,
309
+ -31.819805 35.355339 3.000000,
310
+ -19.134172 46.193977 3.000000,
311
+ -35.355339 35.355339 3.000000,
312
+ -33.587572 36.087572 3.000000,
313
+ -31.819805 31.819805 3.000000,
314
+ -33.587572 31.087572 3.000000,
315
+ -46.193977 19.134172 3.000000,
316
+ -50.000000 0.000000 3.000000,
317
+ -31.819805 31.819805 3.000000,
318
+ -46.193977 19.134172 3.000000,
319
+ -50.000000 0.000000 3.000000,
320
+ -46.193977 -19.134172 3.000000,
321
+ -31.819805 31.819805 3.000000,
322
+ -31.819805 31.819805 3.000000,
323
+ -46.193977 -19.134172 3.000000,
324
+ -35.355339 -35.355339 3.000000,
325
+ -33.587572 31.087572 3.000000,
326
+ -35.355339 31.819805 3.000000,
327
+ -46.193977 19.134172 3.000000,
328
+ -46.193977 19.134172 3.000000,
329
+ -35.355339 31.819805 3.000000,
330
+ -36.087572 33.587572 3.000000,
331
+ -35.355339 35.355339 3.000000,
332
+ -46.193977 19.134172 3.000000,
333
+ -36.087572 33.587572 3.000000,
334
+ 35.355339 35.355339 29.000000,
335
+ 75.660426 -4.949747 29.000000,
336
+ 4.949747 -75.660426 29.000000,
337
+ -35.355339 -35.355339 29.000000,
338
+ 35.355339 35.355339 29.000000,
339
+ 4.949747 -75.660426 29.000000,
340
+ -35.355339 -35.355339 29.000000,
341
+ -31.819805 31.819805 29.000000,
342
+ 35.355339 35.355339 29.000000,
343
+ -35.355339 -35.355339 29.000000,
344
+ -46.193977 -19.134172 29.000000,
345
+ -31.819805 31.819805 29.000000,
346
+ -31.819805 31.819805 29.000000,
347
+ -46.193977 -19.134172 29.000000,
348
+ -50.000000 0.000000 29.000000,
349
+ -46.193977 19.134172 29.000000,
350
+ -31.819805 31.819805 29.000000,
351
+ -50.000000 0.000000 29.000000,
352
+ -46.193977 19.134172 29.000000,
353
+ -33.587572 31.087572 29.000000,
354
+ -31.819805 31.819805 29.000000,
355
+ -46.193977 19.134172 29.000000,
356
+ -35.355339 31.819805 29.000000,
357
+ -33.587572 31.087572 29.000000,
358
+ -46.193977 19.134172 29.000000,
359
+ -36.087572 33.587572 29.000000,
360
+ -35.355339 31.819805 29.000000,
361
+ -46.193977 19.134172 29.000000,
362
+ -35.355339 35.355339 29.000000,
363
+ -36.087572 33.587572 29.000000,
364
+ -31.819805 31.819805 29.000000,
365
+ -31.087572 33.587572 29.000000,
366
+ -19.134172 46.193977 29.000000,
367
+ 0.000000 50.000000 29.000000,
368
+ -31.819805 31.819805 29.000000,
369
+ -19.134172 46.193977 29.000000,
370
+ 0.000000 50.000000 29.000000,
371
+ 19.134172 46.193977 29.000000,
372
+ -31.819805 31.819805 29.000000,
373
+ -31.819805 31.819805 29.000000,
374
+ 19.134172 46.193977 29.000000,
375
+ 35.355339 35.355339 29.000000,
376
+ -31.087572 33.587572 29.000000,
377
+ -31.819805 35.355339 29.000000,
378
+ -19.134172 46.193977 29.000000,
379
+ -19.134172 46.193977 29.000000,
380
+ -31.819805 35.355339 29.000000,
381
+ -33.587572 36.087572 29.000000,
382
+ -35.355339 35.355339 29.000000,
383
+ -19.134172 46.193977 29.000000,
384
+ -33.587572 36.087572 29.000000,
385
+ -47.194167 -16.513953 32.000000,
386
+ -46.193977 -19.134172 29.000000,
387
+ -35.355339 -35.355339 32.000000,
388
+ -47.194167 -16.513953 32.000000,
389
+ -50.000000 0.000000 29.000000,
390
+ -46.193977 -19.134172 29.000000,
391
+ -47.194167 -16.513953 32.000000,
392
+ -49.685610 5.598224 32.000000,
393
+ -50.000000 0.000000 29.000000,
394
+ -50.000000 0.000000 29.000000,
395
+ -49.685610 5.598224 32.000000,
396
+ -46.193977 19.134172 29.000000,
397
+ -46.193977 19.134172 29.000000,
398
+ -49.685610 5.598224 32.000000,
399
+ -42.336210 26.601604 32.000000,
400
+ -35.355339 35.355339 29.000000,
401
+ -42.336210 26.601604 32.000000,
402
+ -26.601604 42.336210 32.000000,
403
+ -19.134172 46.193977 29.000000,
404
+ -26.601604 42.336210 32.000000,
405
+ -5.598224 49.685610 32.000000,
406
+ 0.000000 50.000000 29.000000,
407
+ -5.598224 49.685610 32.000000,
408
+ 16.513953 47.194167 32.000000,
409
+ 19.134172 46.193977 29.000000,
410
+ 16.513953 47.194167 32.000000,
411
+ 35.355339 35.355339 32.000000,
412
+ 35.355339 35.355339 29.000000,
413
+ 19.134172 46.193977 29.000000,
414
+ 35.355339 35.355339 32.000000,
415
+ 0.000000 50.000000 29.000000,
416
+ 16.513953 47.194167 32.000000,
417
+ 19.134172 46.193977 29.000000,
418
+ -19.134172 46.193977 29.000000,
419
+ -5.598224 49.685610 32.000000,
420
+ 0.000000 50.000000 29.000000,
421
+ -35.355339 35.355339 29.000000,
422
+ -26.601604 42.336210 32.000000,
423
+ -19.134172 46.193977 29.000000,
424
+ -46.193977 19.134172 29.000000,
425
+ -42.336210 26.601604 32.000000,
426
+ -35.355339 35.355339 29.000000,
427
+ -46.193977 -19.134172 29.000000,
428
+ -35.355339 -35.355339 29.000000,
429
+ -35.355339 -35.355339 32.000000,
430
+ 7.071068 -77.781746 32.000000,
431
+ 77.781746 -7.071068 32.000000,
432
+ 35.355339 35.355339 32.000000,
433
+ -35.355339 -35.355339 32.000000,
434
+ 35.355339 35.355339 32.000000,
435
+ 16.513953 47.194167 32.000000,
436
+ -5.598224 49.685610 32.000000,
437
+ -35.355339 -35.355339 32.000000,
438
+ 16.513953 47.194167 32.000000,
439
+ -5.598224 49.685610 32.000000,
440
+ -26.601604 42.336210 32.000000,
441
+ -35.355339 -35.355339 32.000000,
442
+ -35.355339 -35.355339 32.000000,
443
+ -26.601604 42.336210 32.000000,
444
+ -42.336210 26.601604 32.000000,
445
+ -49.685610 5.598224 32.000000,
446
+ -35.355339 -35.355339 32.000000,
447
+ -42.336210 26.601604 32.000000,
448
+ -49.685610 5.598224 32.000000,
449
+ -47.194167 -16.513953 32.000000,
450
+ -35.355339 -35.355339 32.000000,
451
+ 35.355339 35.355339 32.000000,
452
+ -35.355339 -35.355339 32.000000,
453
+ 7.071068 -77.781746 32.000000,
454
+ 7.071068 -77.781746 0.000000,
455
+ 77.781746 -7.071068 0.000000,
456
+ 77.781746 -7.071068 32.000000,
457
+ 7.071068 -77.781746 32.000000,
458
+ 7.071068 -77.781746 0.000000,
459
+ 77.781746 -7.071068 32.000000,
460
+ 77.781746 -7.071068 0.000000,
461
+ 75.660426 -4.949747 3.000000,
462
+ 75.660426 -4.949747 29.000000,
463
+ 77.781746 -7.071068 32.000000,
464
+ 75.660426 -4.949747 29.000000,
465
+ 35.355339 35.355339 32.000000,
466
+ 77.781746 -7.071068 32.000000,
467
+ 77.781746 -7.071068 0.000000,
468
+ 75.660426 -4.949747 29.000000,
469
+ 75.660426 -4.949747 29.000000,
470
+ 35.355339 35.355339 29.000000,
471
+ 35.355339 35.355339 32.000000,
472
+ 35.355339 35.355339 0.000000,
473
+ 75.660426 -4.949747 3.000000,
474
+ 77.781746 -7.071068 0.000000,
475
+ 35.355339 35.355339 0.000000,
476
+ 35.355339 35.355339 3.000000,
477
+ 75.660426 -4.949747 3.000000,
478
+ 75.660426 -4.949747 3.000000,
479
+ 4.949747 -75.660426 3.000000,
480
+ 4.949747 -75.660426 29.000000,
481
+ 75.660426 -4.949747 29.000000,
482
+ 75.660426 -4.949747 3.000000,
483
+ 4.949747 -75.660426 29.000000,
484
+ 7.071068 -77.781746 32.000000,
485
+ 4.949747 -75.660426 3.000000,
486
+ 7.071068 -77.781746 0.000000,
487
+ 7.071068 -77.781746 32.000000,
488
+ 4.949747 -75.660426 29.000000,
489
+ 4.949747 -75.660426 3.000000,
490
+ 7.071068 -77.781746 32.000000,
491
+ -35.355339 -35.355339 32.000000,
492
+ 4.949747 -75.660426 29.000000,
493
+ 4.949747 -75.660426 29.000000,
494
+ -35.355339 -35.355339 32.000000,
495
+ -35.355339 -35.355339 29.000000,
496
+ 4.949747 -75.660426 3.000000,
497
+ -35.355339 -35.355339 3.000000,
498
+ -35.355339 -35.355339 0.000000,
499
+ 7.071068 -77.781746 0.000000,
500
+ 4.949747 -75.660426 3.000000,
501
+ -35.355339 -35.355339 0.000000,
502
+ ]
503
+ }
504
+ FaceSet {
505
+ numVertices [ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
506
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
507
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
508
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
509
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
510
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
511
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
512
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
513
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
514
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
515
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
516
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
517
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
518
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
519
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
520
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
521
+ ]
522
+ }
523
+ }
524
+
525
+ }
hand_model/barrett_hand_description/meshes/barrettmount.stl ADDED
Binary file (8.08 kB). View file
 
hand_model/barrett_hand_description/meshes/barrettmount.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ 72693488.000000 9309936.000000 14.024023 72693488.000000 5.210920 119572848.000000
2
+ 10.861683 -10.861686 -100.000008
3
+
hand_model/barrett_hand_description/meshes/barrettmount.wrl ADDED
@@ -0,0 +1,340 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #VRML V2.0 utf8
2
+
3
+
4
+ Group {
5
+ children
6
+ Group {
7
+ children
8
+ Transform {
9
+ translation 0 0 -116
10
+ children
11
+ Shape {
12
+ appearance
13
+ Appearance {
14
+ material
15
+ Material {
16
+ diffuseColor 0 0 0
17
+ ambientIntensity 0.047137998
18
+ specularColor 0.15151501 0.15151501 0.15151501
19
+ shininess 0.104377
20
+
21
+ }
22
+
23
+ }
24
+ geometry
25
+ IndexedFaceSet {
26
+ coord
27
+ Coordinate {
28
+ point [ -35.355339 35.355339 3,
29
+ -36.08757 33.58757 3,
30
+ -36.08757 33.58757 9.5,
31
+ -35.355339 35.355339 9.5,
32
+ -36.08757 33.58757 16,
33
+ -35.355339 35.355339 16,
34
+ -36.08757 33.58757 22.5,
35
+ -35.355339 35.355339 22.5,
36
+ -36.08757 33.58757 29,
37
+ -35.355339 35.355339 29,
38
+ -33.58757 36.08757 22.5,
39
+ -33.58757 36.08757 29,
40
+ -31.819805 35.355339 22.5,
41
+ -31.819805 35.355339 16,
42
+ -31.087572 33.58757 16,
43
+ -31.087572 33.58757 9.5,
44
+ -31.819805 31.819805 9.5,
45
+ -31.819805 31.819805 3,
46
+ -33.58757 31.087572 3,
47
+ -31.087572 33.58757 3,
48
+ -31.819805 35.355339 9.5,
49
+ -33.58757 36.08757 16,
50
+ -35.355339 31.819805 3,
51
+ -35.355339 31.819805 9.5,
52
+ -35.355339 31.819805 16,
53
+ -35.355339 31.819805 22.5,
54
+ -35.355339 31.819805 29,
55
+ -33.58757 31.087572 9.5,
56
+ -33.58757 31.087572 16,
57
+ -33.58757 31.087572 22.5,
58
+ -33.58757 31.087572 29,
59
+ -31.819805 35.355339 3,
60
+ -33.58757 36.08757 9.5,
61
+ -33.58757 36.08757 3,
62
+ -31.819805 35.355339 29,
63
+ -31.087572 33.58757 22.5,
64
+ -31.819805 31.819805 16,
65
+ -31.087572 33.58757 29,
66
+ -31.819805 31.819805 22.5,
67
+ -31.819805 31.819805 29,
68
+ 35.355339 35.355339 0,
69
+ 77.781746 -7.0710678 0,
70
+ 7.0710678 -77.781746 0,
71
+ -35.355339 -35.355339 0,
72
+ -47.194168 -16.513952 0,
73
+ 16.513952 47.194168 0,
74
+ -5.5982242 49.685612 0,
75
+ -26.601604 42.336208 0,
76
+ -42.336208 26.601604 0,
77
+ -49.685612 5.5982242 0,
78
+ -19.134172 46.193977 3,
79
+ 0 50 3,
80
+ 19.134172 46.193977 3,
81
+ 35.355339 35.355339 3,
82
+ -46.193977 19.134172 3,
83
+ -50 0 3,
84
+ -46.193977 -19.134172 3,
85
+ -35.355339 -35.355339 3,
86
+ 4.9497471 -75.660423 3,
87
+ 75.660423 -4.9497471 3,
88
+ 35.355339 35.355339 29,
89
+ 75.660423 -4.9497471 29,
90
+ 4.9497471 -75.660423 29,
91
+ -35.355339 -35.355339 29,
92
+ -46.193977 -19.134172 29,
93
+ -50 0 29,
94
+ -46.193977 19.134172 29,
95
+ -19.134172 46.193977 29,
96
+ 0 50 29,
97
+ 19.134172 46.193977 29,
98
+ -47.194168 -16.513952 32,
99
+ -35.355339 -35.355339 32,
100
+ -49.685612 5.5982242 32,
101
+ -42.336208 26.601604 32,
102
+ -26.601604 42.336208 32,
103
+ -5.5982242 49.685612 32,
104
+ 16.513952 47.194168 32,
105
+ 35.355339 35.355339 32,
106
+ 7.0710678 -77.781746 32,
107
+ 77.781746 -7.0710678 32 ]
108
+
109
+ }
110
+ normal
111
+ Normal {
112
+ vector [ -0.9238801 0.38268226 0,
113
+ -0.38268226 0.9238801 0,
114
+ 0.38268295 0.92387974 0,
115
+ 0.38268295 0.9238798 0,
116
+ 0.92387974 0.38268313 0,
117
+ 0.92387938 -0.38268381 0,
118
+ 0.38268381 -0.92387944 0,
119
+ 0.38268381 -0.92387938 0,
120
+ 0.92387944 -0.38268381 0,
121
+ -0.9238798 -0.38268295 0,
122
+ -0.92387974 -0.38268295 0,
123
+ -0.38268313 -0.92387974 0,
124
+ -0 0 -1,
125
+ -0.53010106 0.79335219 0.299308,
126
+ -0.30753416 0.87888175 -0.36467749,
127
+ -0.18875423 0.94893187 0.25278515,
128
+ 0.10685046 0.94832408 -0.29877162,
129
+ 0.1927413 0.96897626 0.15471216,
130
+ 0.55557036 0.83146966 0,
131
+ 0.52339804 0.8329832 -0.17942536,
132
+ -0.6524353 0.6524353 -0.38555995,
133
+ -0.79335219 0.53010106 0.29930806,
134
+ -0.87888175 0.30753416 -0.36467749,
135
+ -0.94893181 0.18875426 0.25278518,
136
+ -0.94832408 -0.10685045 -0.29877153,
137
+ -0.8329832 -0.52339804 -0.17942536,
138
+ -0.83146966 -0.55557036 0,
139
+ -0.96897626 -0.19274132 0.15471213,
140
+ 0 -0 1,
141
+ -0.83298326 -0.5233981 0.17942537,
142
+ -0.96897626 -0.1927413 -0.15471216,
143
+ -0.94832408 -0.10685045 0.29877153,
144
+ -0.94893181 0.18875426 -0.25278518,
145
+ -0.87888175 0.30753416 0.36467749,
146
+ -0.6524353 0.6524353 0.38555995,
147
+ -0.30753416 0.87888175 0.36467746,
148
+ 0.10685045 0.94832408 0.29877153,
149
+ 0.52339804 0.8329832 0.17942536,
150
+ 0.19274132 0.96897626 -0.15471213,
151
+ -0.18875426 0.94893181 -0.25278518,
152
+ -0.53010106 0.79335219 -0.299308,
153
+ -0.79335219 0.53010106 -0.299308,
154
+ 0.70710683 -0.70710683 0,
155
+ 0.70710647 0.70710713 -0,
156
+ 0.70710683 0.70710683 -4.2385531e-007,
157
+ 0.70710665 0.70710695 -0,
158
+ 0.70710683 0.70710683 -0,
159
+ 0.70710683 0.70710683 4.2385531e-007,
160
+ -0.70710683 0.70710683 0,
161
+ -0.70710713 -0.70710647 0,
162
+ -0.70710695 -0.70710665 0,
163
+ -0.70710683 -0.70710683 0,
164
+ -0.70710683 -0.70710683 4.2385531e-007 ]
165
+
166
+ }
167
+ coordIndex [ 0, 1, 2, -1, 3, 2, 4, -1,
168
+ 5, 4, 6, -1, 7, 6, 8, -1,
169
+ 9, 7, 8, -1, 9, 10, 7, -1,
170
+ 9, 11, 10, -1, 10, 11, 12, -1,
171
+ 13, 12, 14, -1, 15, 14, 16, -1,
172
+ 17, 16, 18, -1, 17, 15, 16, -1,
173
+ 17, 19, 15, -1, 15, 19, 20, -1,
174
+ 13, 20, 21, -1, 10, 21, 7, -1,
175
+ 10, 13, 21, -1, 10, 12, 13, -1,
176
+ 1, 22, 23, -1, 2, 23, 24, -1,
177
+ 4, 24, 25, -1, 6, 25, 26, -1,
178
+ 8, 6, 26, -1, 22, 18, 27, -1,
179
+ 23, 27, 28, -1, 24, 28, 29, -1,
180
+ 25, 29, 30, -1, 26, 25, 30, -1,
181
+ 19, 31, 20, -1, 20, 31, 32, -1,
182
+ 21, 32, 5, -1, 7, 5, 6, -1,
183
+ 7, 21, 5, -1, 31, 33, 32, -1,
184
+ 32, 33, 3, -1, 5, 3, 4, -1,
185
+ 5, 32, 3, -1, 33, 0, 3, -1,
186
+ 3, 0, 2, -1, 11, 34, 12, -1,
187
+ 12, 34, 35, -1, 14, 35, 36, -1,
188
+ 16, 36, 27, -1, 18, 16, 27, -1,
189
+ 34, 37, 35, -1, 35, 37, 38, -1,
190
+ 36, 38, 28, -1, 27, 36, 28, -1,
191
+ 37, 39, 38, -1, 38, 39, 29, -1,
192
+ 28, 38, 29, -1, 39, 30, 29, -1,
193
+ 23, 2, 1, -1, 24, 4, 2, -1,
194
+ 25, 6, 4, -1, 27, 23, 22, -1,
195
+ 28, 24, 23, -1, 29, 25, 24, -1,
196
+ 14, 36, 16, -1, 35, 38, 36, -1,
197
+ 13, 14, 15, -1, 20, 13, 15, -1,
198
+ 12, 35, 14, -1, 20, 32, 21, -1,
199
+ 40, 41, 42, -1, 43, 40, 42, -1,
200
+ 43, 44, 40, -1, 40, 44, 45, -1,
201
+ 45, 44, 46, -1, 46, 44, 47, -1,
202
+ 47, 44, 48, -1, 48, 44, 49, -1,
203
+ 50, 47, 0, -1, 50, 46, 47, -1,
204
+ 50, 51, 46, -1, 46, 51, 45, -1,
205
+ 45, 51, 52, -1, 40, 52, 53, -1,
206
+ 40, 45, 52, -1, 48, 0, 47, -1,
207
+ 48, 54, 0, -1, 48, 49, 54, -1,
208
+ 54, 49, 55, -1, 55, 49, 44, -1,
209
+ 56, 44, 43, -1, 57, 56, 43, -1,
210
+ 55, 44, 56, -1, 57, 58, 59, -1,
211
+ 53, 57, 59, -1, 53, 17, 57, -1,
212
+ 53, 52, 17, -1, 17, 52, 51, -1,
213
+ 50, 17, 51, -1, 50, 19, 17, -1,
214
+ 50, 31, 19, -1, 50, 33, 31, -1,
215
+ 50, 0, 33, -1, 17, 18, 54, -1,
216
+ 55, 17, 54, -1, 55, 56, 17, -1,
217
+ 17, 56, 57, -1, 18, 22, 54, -1,
218
+ 54, 22, 1, -1, 0, 54, 1, -1,
219
+ 60, 61, 62, -1, 63, 60, 62, -1,
220
+ 63, 39, 60, -1, 63, 64, 39, -1,
221
+ 39, 64, 65, -1, 66, 39, 65, -1,
222
+ 66, 30, 39, -1, 66, 26, 30, -1,
223
+ 66, 8, 26, -1, 66, 9, 8, -1,
224
+ 39, 37, 67, -1, 68, 39, 67, -1,
225
+ 68, 69, 39, -1, 39, 69, 60, -1,
226
+ 37, 34, 67, -1, 67, 34, 11, -1,
227
+ 9, 67, 11, -1, 70, 64, 71, -1,
228
+ 70, 65, 64, -1, 70, 72, 65, -1,
229
+ 65, 72, 66, -1, 66, 72, 73, -1,
230
+ 9, 73, 74, -1, 67, 74, 75, -1,
231
+ 68, 75, 76, -1, 69, 76, 77, -1,
232
+ 60, 69, 77, -1, 68, 76, 69, -1,
233
+ 67, 75, 68, -1, 9, 74, 67, -1,
234
+ 66, 73, 9, -1, 64, 63, 71, -1,
235
+ 78, 79, 77, -1, 71, 77, 76, -1,
236
+ 75, 71, 76, -1, 75, 74, 71, -1,
237
+ 71, 74, 73, -1, 72, 71, 73, -1,
238
+ 72, 70, 71, -1, 77, 71, 78, -1,
239
+ 42, 41, 79, -1, 78, 42, 79, -1,
240
+ 41, 59, 61, -1, 79, 61, 77, -1,
241
+ 79, 41, 61, -1, 61, 60, 77, -1,
242
+ 40, 59, 41, -1, 40, 53, 59, -1,
243
+ 59, 58, 62, -1, 61, 59, 62, -1,
244
+ 78, 58, 42, -1, 78, 62, 58, -1,
245
+ 78, 71, 62, -1, 62, 71, 63, -1,
246
+ 58, 57, 43, -1, 42, 58, 43, -1 ]
247
+ normalIndex [ 0, 0, 0, -1, 0, 0, 0, -1,
248
+ 0, 0, 0, -1, 0, 0, 0, -1,
249
+ 0, 0, 0, -1, 1, 1, 1, -1,
250
+ 1, 1, 1, -1, 2, 3, 2, -1,
251
+ 4, 4, 4, -1, 5, 5, 5, -1,
252
+ 6, 7, 6, -1, 8, 5, 5, -1,
253
+ 8, 8, 5, -1, 4, 4, 4, -1,
254
+ 2, 2, 2, -1, 1, 1, 1, -1,
255
+ 2, 2, 2, -1, 2, 2, 2, -1,
256
+ 9, 9, 10, -1, 10, 10, 10, -1,
257
+ 10, 10, 10, -1, 10, 10, 9, -1,
258
+ 9, 10, 9, -1, 11, 11, 11, -1,
259
+ 11, 11, 11, -1, 11, 11, 11, -1,
260
+ 11, 11, 11, -1, 11, 11, 11, -1,
261
+ 4, 4, 4, -1, 2, 3, 2, -1,
262
+ 1, 1, 1, -1, 0, 0, 0, -1,
263
+ 1, 1, 1, -1, 3, 3, 2, -1,
264
+ 1, 1, 1, -1, 0, 0, 0, -1,
265
+ 1, 1, 1, -1, 1, 1, 1, -1,
266
+ 0, 0, 0, -1, 3, 3, 2, -1,
267
+ 4, 4, 4, -1, 5, 5, 5, -1,
268
+ 7, 7, 7, -1, 6, 7, 7, -1,
269
+ 4, 4, 4, -1, 5, 8, 5, -1,
270
+ 7, 7, 7, -1, 7, 7, 7, -1,
271
+ 8, 8, 5, -1, 7, 6, 7, -1,
272
+ 7, 7, 7, -1, 6, 6, 7, -1,
273
+ 10, 10, 9, -1, 10, 10, 10, -1,
274
+ 10, 10, 10, -1, 11, 11, 11, -1,
275
+ 11, 11, 11, -1, 11, 11, 11, -1,
276
+ 5, 5, 5, -1, 5, 5, 5, -1,
277
+ 4, 4, 4, -1, 4, 4, 4, -1,
278
+ 4, 4, 4, -1, 2, 2, 2, -1,
279
+ 12, 12, 12, -1, 12, 12, 12, -1,
280
+ 12, 12, 12, -1, 12, 12, 12, -1,
281
+ 12, 12, 12, -1, 12, 12, 12, -1,
282
+ 12, 12, 12, -1, 12, 12, 12, -1,
283
+ 13, 13, 13, -1, 14, 14, 14, -1,
284
+ 15, 15, 15, -1, 16, 16, 16, -1,
285
+ 17, 17, 17, -1, 18, 18, 18, -1,
286
+ 19, 19, 19, -1, 20, 20, 20, -1,
287
+ 21, 21, 21, -1, 22, 22, 22, -1,
288
+ 23, 23, 23, -1, 24, 24, 24, -1,
289
+ 25, 25, 25, -1, 26, 26, 26, -1,
290
+ 27, 27, 27, -1, 28, 28, 28, -1,
291
+ 28, 28, 28, -1, 28, 28, 28, -1,
292
+ 28, 28, 28, -1, 28, 28, 28, -1,
293
+ 28, 28, 28, -1, 28, 28, 28, -1,
294
+ 28, 28, 28, -1, 28, 28, 28, -1,
295
+ 28, 28, 28, -1, 28, 28, 28, -1,
296
+ 28, 28, 28, -1, 28, 28, 28, -1,
297
+ 28, 28, 28, -1, 28, 28, 28, -1,
298
+ 28, 28, 28, -1, 28, 28, 28, -1,
299
+ 12, 12, 12, -1, 12, 12, 12, -1,
300
+ 12, 12, 12, -1, 12, 12, 12, -1,
301
+ 12, 12, 12, -1, 12, 12, 12, -1,
302
+ 12, 12, 12, -1, 12, 12, 12, -1,
303
+ 12, 12, 12, -1, 12, 12, 12, -1,
304
+ 12, 12, 12, -1, 12, 12, 12, -1,
305
+ 12, 12, 12, -1, 12, 12, 12, -1,
306
+ 12, 12, 12, -1, 12, 12, 12, -1,
307
+ 12, 12, 12, -1, 29, 29, 29, -1,
308
+ 30, 30, 30, -1, 31, 31, 31, -1,
309
+ 32, 32, 32, -1, 33, 33, 33, -1,
310
+ 34, 34, 34, -1, 35, 35, 35, -1,
311
+ 36, 36, 36, -1, 37, 37, 37, -1,
312
+ 18, 18, 18, -1, 38, 38, 38, -1,
313
+ 39, 39, 39, -1, 40, 40, 40, -1,
314
+ 41, 41, 41, -1, 26, 26, 26, -1,
315
+ 28, 28, 28, -1, 28, 28, 28, -1,
316
+ 28, 28, 28, -1, 28, 28, 28, -1,
317
+ 28, 28, 28, -1, 28, 28, 28, -1,
318
+ 28, 28, 28, -1, 28, 28, 28, -1,
319
+ 42, 42, 42, -1, 42, 42, 42, -1,
320
+ 43, 43, 43, -1, 44, 44, 44, -1,
321
+ 43, 43, 45, -1, 45, 46, 46, -1,
322
+ 47, 47, 47, -1, 46, 46, 46, -1,
323
+ 48, 48, 48, -1, 48, 48, 48, -1,
324
+ 49, 50, 49, -1, 49, 49, 49, -1,
325
+ 51, 51, 51, -1, 51, 51, 51, -1,
326
+ 50, 51, 51, -1, 52, 52, 52, -1 ]
327
+ ccw TRUE
328
+ solid TRUE
329
+ convex TRUE
330
+ creaseAngle 0
331
+
332
+ }
333
+
334
+ }
335
+
336
+ }
337
+
338
+ }
339
+
340
+ }
hand_model/barrett_hand_description/meshes/barrettmount.xml ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ <?xml version="1.0" ?>
2
+ <root>
3
+ <material>plastic</material>
4
+ <mass>100</mass>
5
+ <geometryFile>barrettmount.iv</geometryFile>
6
+ </root>
hand_model/barrett_hand_description/meshes/link1.iv ADDED
@@ -0,0 +1,218 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #Inventor V2.0 ascii
2
+ #material wood
3
+ ##youngs 1500000
4
+ #mass 200
5
+ #cog -17.58 -15.10 0.000009302
6
+ #inertia_matrix
7
+ #419.778 -370.501 0.0
8
+ #-370.501 801.547 0.0
9
+ #0.0 0.0 1121.76
10
+
11
+ Separator {
12
+ Material {
13
+ ambientColor 0.147138 0.147138 0.147138
14
+ diffuseColor 0.1 0.1 0.1
15
+ specularColor 0.151515 0.151515 0.151515
16
+ shininess 0.0
17
+ }
18
+ Separator {
19
+ ShapeHints {
20
+ vertexOrdering COUNTERCLOCKWISE
21
+ shapeType SOLID
22
+ }
23
+ Coordinate3 {
24
+ point [
25
+ -22.388792 -8.800000 12.400000,
26
+ -9.916672 10.160095 12.400000,
27
+ -9.916672 10.160095 -12.400000,
28
+ -22.388792 -8.800000 -12.400000,
29
+ -22.388792 -8.800000 12.400000,
30
+ -9.916672 10.160095 -12.400000,
31
+ -9.916672 10.160095 -12.400000,
32
+ -9.916672 10.160095 12.400000,
33
+ -3.479958 13.788868 12.400000,
34
+ -3.479958 13.788868 -12.400000,
35
+ -9.916672 10.160095 -12.400000,
36
+ -3.479958 13.788868 12.400000,
37
+ -3.479958 13.788868 -12.400000,
38
+ -3.479958 13.788868 12.400000,
39
+ 7.343094 12.436878 12.400000,
40
+ 7.343094 12.436878 -12.400000,
41
+ -3.479958 13.788868 -12.400000,
42
+ 7.343094 12.436878 12.400000,
43
+ 7.343094 12.436878 12.400000,
44
+ 12.677574 6.782486 12.400000,
45
+ 12.677574 6.782486 -12.400000,
46
+ 7.343094 12.436878 -12.400000,
47
+ 7.343094 12.436878 12.400000,
48
+ 12.677574 6.782486 -12.400000,
49
+ 12.677574 6.782486 12.400000,
50
+ 14.442955 -0.295334 12.400000,
51
+ 14.442955 -0.295334 -12.400000,
52
+ 12.677574 6.782486 -12.400000,
53
+ 12.677574 6.782486 12.400000,
54
+ 14.442955 -0.295334 -12.400000,
55
+ 14.442955 -0.295334 12.400000,
56
+ 14.442955 -25.998272 12.400000,
57
+ 14.442955 -25.998272 -12.400000,
58
+ 14.442955 -0.295334 -12.400000,
59
+ 14.442955 -0.295334 12.400000,
60
+ 14.442955 -25.998272 -12.400000,
61
+ 14.442955 -25.998272 12.400000,
62
+ 0.496204 -33.500000 12.400000,
63
+ 0.496204 -33.500000 -12.400000,
64
+ 14.442955 -25.998272 -12.400000,
65
+ 14.442955 -25.998272 12.400000,
66
+ 0.496204 -33.500000 -12.400000,
67
+ 14.442955 -25.998272 -12.400000,
68
+ 0.496204 -33.500000 -12.400000,
69
+ -22.388792 -8.800000 -12.400000,
70
+ 14.442955 -0.295334 -12.400000,
71
+ -22.388792 -8.800000 -12.400000,
72
+ -9.916672 10.160095 -12.400000,
73
+ 12.677574 6.782486 -12.400000,
74
+ -9.916672 10.160095 -12.400000,
75
+ -3.479958 13.788868 -12.400000,
76
+ 7.343094 12.436878 -12.400000,
77
+ 12.677574 6.782486 -12.400000,
78
+ -3.479958 13.788868 -12.400000,
79
+ -41.815269 -33.500000 -12.400000,
80
+ -22.388792 -8.800000 -12.400000,
81
+ 0.496204 -33.500000 -12.400000,
82
+ -41.815269 -33.500000 -12.400000,
83
+ -41.815269 -8.800000 -12.400000,
84
+ -22.388792 -8.800000 -12.400000,
85
+ -9.916672 10.160095 -12.400000,
86
+ 12.677574 6.782486 -12.400000,
87
+ 14.442955 -0.295334 -12.400000,
88
+ -22.388792 -8.800000 -12.400000,
89
+ 14.442955 -0.295334 -12.400000,
90
+ 14.442955 -25.998272 -12.400000,
91
+ 0.496204 -33.500000 12.400000,
92
+ -22.388792 -8.800000 12.400000,
93
+ -41.815269 -33.500000 12.400000,
94
+ 0.496204 -33.500000 12.400000,
95
+ 14.442955 -25.998272 12.400000,
96
+ -22.388792 -8.800000 12.400000,
97
+ -22.388792 -8.800000 12.400000,
98
+ 14.442955 -25.998272 12.400000,
99
+ 14.442955 -0.295334 12.400000,
100
+ -9.916672 10.160095 12.400000,
101
+ 14.442955 -0.295334 12.400000,
102
+ 12.677574 6.782486 12.400000,
103
+ -3.479958 13.788868 12.400000,
104
+ 12.677574 6.782486 12.400000,
105
+ 7.343094 12.436878 12.400000,
106
+ -3.479958 13.788868 12.400000,
107
+ -9.916672 10.160095 12.400000,
108
+ 12.677574 6.782486 12.400000,
109
+ 14.442955 -0.295334 12.400000,
110
+ -9.916672 10.160095 12.400000,
111
+ -22.388792 -8.800000 12.400000,
112
+ -22.388792 -8.800000 12.400000,
113
+ -41.815269 -8.800000 12.400000,
114
+ -41.815269 -33.500000 12.400000,
115
+ -53.429228 -33.500000 -11.834375,
116
+ -58.918896 -33.500000 -8.510221,
117
+ -58.918896 -8.800000 -8.510221,
118
+ -53.429228 -8.800000 -11.834375,
119
+ -53.429228 -33.500000 -11.834375,
120
+ -58.918896 -8.800000 -8.510221,
121
+ -58.918896 -33.500000 -8.510221,
122
+ -61.791734 -33.500000 -3.487549,
123
+ -61.791734 -8.800000 -3.487549,
124
+ -58.918896 -8.800000 -8.510221,
125
+ -58.918896 -33.500000 -8.510221,
126
+ -61.791734 -8.800000 -3.487549,
127
+ -61.791734 -33.500000 -3.487549,
128
+ -61.885323 -33.500000 3.132543,
129
+ -61.885323 -8.800000 3.132543,
130
+ -61.791734 -8.800000 -3.487549,
131
+ -61.791734 -33.500000 -3.487549,
132
+ -61.885323 -8.800000 3.132543,
133
+ -61.885323 -8.800000 3.132543,
134
+ -61.885323 -33.500000 3.132543,
135
+ -58.582165 -33.500000 8.804438,
136
+ -58.582165 -8.800000 8.804438,
137
+ -61.885323 -8.800000 3.132543,
138
+ -58.582165 -33.500000 8.804438,
139
+ -58.582165 -8.800000 8.804438,
140
+ -58.582165 -33.500000 8.804438,
141
+ -53.139214 -33.500000 11.891385,
142
+ -53.139214 -8.800000 11.891385,
143
+ -58.582165 -8.800000 8.804438,
144
+ -53.139214 -33.500000 11.891385,
145
+ -53.139214 -33.500000 11.891385,
146
+ -41.815269 -33.500000 12.400000,
147
+ -41.815269 -8.800000 12.400000,
148
+ -53.139214 -8.800000 11.891385,
149
+ -53.139214 -33.500000 11.891385,
150
+ -41.815269 -8.800000 12.400000,
151
+ -41.815269 -33.500000 -12.400000,
152
+ -53.429228 -33.500000 -11.834375,
153
+ -53.429228 -8.800000 -11.834375,
154
+ -41.815269 -8.800000 -12.400000,
155
+ -41.815269 -33.500000 -12.400000,
156
+ -53.429228 -8.800000 -11.834375,
157
+ -41.815269 -8.800000 -12.400000,
158
+ -53.429228 -8.800000 -11.834375,
159
+ -58.918896 -8.800000 -8.510221,
160
+ -61.791734 -8.800000 -3.487549,
161
+ -41.815269 -8.800000 -12.400000,
162
+ -58.918896 -8.800000 -8.510221,
163
+ -61.791734 -8.800000 -3.487549,
164
+ -61.885323 -8.800000 3.132543,
165
+ -41.815269 -8.800000 -12.400000,
166
+ -41.815269 -8.800000 -12.400000,
167
+ -61.885323 -8.800000 3.132543,
168
+ -41.815269 -8.800000 12.400000,
169
+ -22.388792 -8.800000 12.400000,
170
+ -41.815269 -8.800000 -12.400000,
171
+ -41.815269 -8.800000 12.400000,
172
+ -22.388792 -8.800000 12.400000,
173
+ -22.388792 -8.800000 -12.400000,
174
+ -41.815269 -8.800000 -12.400000,
175
+ -61.885323 -8.800000 3.132543,
176
+ -58.582165 -8.800000 8.804438,
177
+ -41.815269 -8.800000 12.400000,
178
+ -41.815269 -8.800000 12.400000,
179
+ -58.582165 -8.800000 8.804438,
180
+ -53.139214 -8.800000 11.891385,
181
+ -58.918896 -33.500000 -8.510221,
182
+ -53.429228 -33.500000 -11.834375,
183
+ -41.815269 -33.500000 -12.400000,
184
+ -61.791734 -33.500000 -3.487549,
185
+ -41.815269 -33.500000 -12.400000,
186
+ -61.885323 -33.500000 3.132543,
187
+ -61.791734 -33.500000 -3.487549,
188
+ -58.918896 -33.500000 -8.510221,
189
+ -41.815269 -33.500000 -12.400000,
190
+ -41.815269 -33.500000 -12.400000,
191
+ 0.496204 -33.500000 -12.400000,
192
+ 0.496204 -33.500000 12.400000,
193
+ -41.815269 -33.500000 12.400000,
194
+ -41.815269 -33.500000 -12.400000,
195
+ 0.496204 -33.500000 12.400000,
196
+ -41.815269 -33.500000 12.400000,
197
+ -61.885323 -33.500000 3.132543,
198
+ -41.815269 -33.500000 -12.400000,
199
+ -41.815269 -33.500000 12.400000,
200
+ -58.582165 -33.500000 8.804438,
201
+ -61.885323 -33.500000 3.132543,
202
+ -41.815269 -33.500000 12.400000,
203
+ -53.139214 -33.500000 11.891385,
204
+ -58.582165 -33.500000 8.804438,
205
+ ]
206
+ }
207
+ FaceSet {
208
+ numVertices [ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
209
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
210
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
211
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
212
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
213
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
214
+ ]
215
+ }
216
+ }
217
+
218
+ }
hand_model/barrett_hand_description/meshes/link1.stl ADDED
Binary file (3.08 kB). View file
 
hand_model/barrett_hand_description/meshes/link1.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ 10838698.000000 -5843263.000000 -2651.019531 28603578.000000 -288.647705 33595532.000000
2
+ -17.708485 -15.325415 -0.000843
3
+
hand_model/barrett_hand_description/meshes/link1.wrl ADDED
@@ -0,0 +1,152 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #VRML V2.0 utf8
2
+
3
+
4
+ Group {
5
+ children
6
+ Group {
7
+ children
8
+ Shape {
9
+ appearance
10
+ Appearance {
11
+ material
12
+ Material {
13
+ diffuseColor 0.1 0.1 0.1
14
+ ambientIntensity 0.147138
15
+ specularColor 0.15151501 0.15151501 0.15151501
16
+ shininess 0
17
+
18
+ }
19
+
20
+ }
21
+ geometry
22
+ IndexedFaceSet {
23
+ coord
24
+ Coordinate {
25
+ point [ -22.388792 -8.8000002 12.4,
26
+ -9.9166718 10.160095 12.4,
27
+ -9.9166718 10.160095 -12.4,
28
+ -22.388792 -8.8000002 -12.4,
29
+ -3.4799581 13.788868 12.4,
30
+ -3.4799581 13.788868 -12.4,
31
+ 7.3430939 12.436878 12.4,
32
+ 7.3430939 12.436878 -12.4,
33
+ 12.677574 6.782486 12.4,
34
+ 12.677574 6.782486 -12.4,
35
+ 14.442955 -0.29533401 12.4,
36
+ 14.442955 -0.29533401 -12.4,
37
+ 14.442955 -25.998272 12.4,
38
+ 14.442955 -25.998272 -12.4,
39
+ 0.49620399 -33.5 12.4,
40
+ 0.49620399 -33.5 -12.4,
41
+ -41.815269 -33.5 -12.4,
42
+ -41.815269 -8.8000002 -12.4,
43
+ -41.815269 -33.5 12.4,
44
+ -41.815269 -8.8000002 12.4,
45
+ -53.42923 -33.5 -11.834375,
46
+ -58.918896 -33.5 -8.5102205,
47
+ -58.918896 -8.8000002 -8.5102205,
48
+ -53.42923 -8.8000002 -11.834375,
49
+ -61.791733 -33.5 -3.4875491,
50
+ -61.791733 -8.8000002 -3.4875491,
51
+ -61.885323 -33.5 3.1325431,
52
+ -61.885323 -8.8000002 3.1325431,
53
+ -58.582165 -33.5 8.8044376,
54
+ -58.582165 -8.8000002 8.8044376,
55
+ -53.139214 -33.5 11.891385,
56
+ -53.139214 -8.8000002 11.891385 ]
57
+
58
+ }
59
+ normal
60
+ Normal {
61
+ vector [ -0.83544999 0.54956651 0,
62
+ -0.49109593 0.87110549 0,
63
+ 0.12395424 0.99228799 0,
64
+ 0.72738421 0.68623048 0,
65
+ 0.97027379 0.24200995 0,
66
+ 1 -0 0,
67
+ 0.47370523 -0.88068354 0,
68
+ 0 0 -1,
69
+ 0 0 1,
70
+ -0.51796943 0 -0.85539919,
71
+ -0.86803919 0 -0.49649572,
72
+ -0.99990016 0 -0.014135821,
73
+ -0.86413985 0 0.50325167,
74
+ -0.49332812 0 0.86984342,
75
+ -0.044869728 0 0.99899286,
76
+ -0.048644442 0 -0.99881619,
77
+ -0 1 -0,
78
+ 0 -1 0 ]
79
+
80
+ }
81
+ coordIndex [ 0, 1, 2, -1, 3, 0, 2, -1,
82
+ 2, 1, 4, -1, 5, 2, 4, -1,
83
+ 5, 4, 6, -1, 7, 5, 6, -1,
84
+ 6, 8, 9, -1, 7, 6, 9, -1,
85
+ 8, 10, 11, -1, 9, 8, 11, -1,
86
+ 10, 12, 13, -1, 11, 10, 13, -1,
87
+ 12, 14, 15, -1, 13, 12, 15, -1,
88
+ 13, 15, 3, -1, 11, 3, 2, -1,
89
+ 9, 2, 5, -1, 7, 9, 5, -1,
90
+ 16, 3, 15, -1, 16, 17, 3, -1,
91
+ 2, 9, 11, -1, 3, 11, 13, -1,
92
+ 14, 0, 18, -1, 14, 12, 0, -1,
93
+ 0, 12, 10, -1, 1, 10, 8, -1,
94
+ 4, 8, 6, -1, 4, 1, 8, -1,
95
+ 10, 1, 0, -1, 0, 19, 18, -1,
96
+ 20, 21, 22, -1, 23, 20, 22, -1,
97
+ 21, 24, 25, -1, 22, 21, 25, -1,
98
+ 24, 26, 27, -1, 25, 24, 27, -1,
99
+ 27, 26, 28, -1, 29, 27, 28, -1,
100
+ 29, 28, 30, -1, 31, 29, 30, -1,
101
+ 30, 18, 19, -1, 31, 30, 19, -1,
102
+ 16, 20, 23, -1, 17, 16, 23, -1,
103
+ 17, 23, 22, -1, 25, 17, 22, -1,
104
+ 25, 27, 17, -1, 17, 27, 19, -1,
105
+ 0, 17, 19, -1, 0, 3, 17, -1,
106
+ 27, 29, 19, -1, 19, 29, 31, -1,
107
+ 21, 20, 16, -1, 24, 16, 26, -1,
108
+ 24, 21, 16, -1, 16, 15, 14, -1,
109
+ 18, 16, 14, -1, 18, 26, 16, -1,
110
+ 18, 28, 26, -1, 18, 30, 28, -1 ]
111
+ normalIndex [ 0, 0, 0, -1, 0, 0, 0, -1,
112
+ 1, 1, 1, -1, 1, 1, 1, -1,
113
+ 2, 2, 2, -1, 2, 2, 2, -1,
114
+ 3, 3, 3, -1, 3, 3, 3, -1,
115
+ 4, 4, 4, -1, 4, 4, 4, -1,
116
+ 5, 5, 5, -1, 5, 5, 5, -1,
117
+ 6, 6, 6, -1, 6, 6, 6, -1,
118
+ 7, 7, 7, -1, 7, 7, 7, -1,
119
+ 7, 7, 7, -1, 7, 7, 7, -1,
120
+ 7, 7, 7, -1, 7, 7, 7, -1,
121
+ 7, 7, 7, -1, 7, 7, 7, -1,
122
+ 8, 8, 8, -1, 8, 8, 8, -1,
123
+ 8, 8, 8, -1, 8, 8, 8, -1,
124
+ 8, 8, 8, -1, 8, 8, 8, -1,
125
+ 8, 8, 8, -1, 8, 8, 8, -1,
126
+ 9, 9, 9, -1, 9, 9, 9, -1,
127
+ 10, 10, 10, -1, 10, 10, 10, -1,
128
+ 11, 11, 11, -1, 11, 11, 11, -1,
129
+ 12, 12, 12, -1, 12, 12, 12, -1,
130
+ 13, 13, 13, -1, 13, 13, 13, -1,
131
+ 14, 14, 14, -1, 14, 14, 14, -1,
132
+ 15, 15, 15, -1, 15, 15, 15, -1,
133
+ 16, 16, 16, -1, 16, 16, 16, -1,
134
+ 16, 16, 16, -1, 16, 16, 16, -1,
135
+ 16, 16, 16, -1, 16, 16, 16, -1,
136
+ 16, 16, 16, -1, 16, 16, 16, -1,
137
+ 17, 17, 17, -1, 17, 17, 17, -1,
138
+ 17, 17, 17, -1, 17, 17, 17, -1,
139
+ 17, 17, 17, -1, 17, 17, 17, -1,
140
+ 17, 17, 17, -1, 17, 17, 17, -1 ]
141
+ ccw TRUE
142
+ solid TRUE
143
+ convex TRUE
144
+ creaseAngle 0
145
+
146
+ }
147
+
148
+ }
149
+
150
+ }
151
+
152
+ }
hand_model/barrett_hand_description/meshes/link1.xml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" ?>
2
+ <root>
3
+ <material>wood</material>
4
+ <mass>200</mass>
5
+ <cog>-17.58 -15.10 0.000009302</cog>
6
+ <inertia_matrix>419.778 -370.501 0 -370.501 801.547 0 0 0 1121.76</inertia_matrix>
7
+ <geometryFile>link1.iv</geometryFile>
8
+ </root>
hand_model/barrett_hand_description/meshes/link2.iv ADDED
@@ -0,0 +1,255 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #Inventor V2.0 ascii
2
+ #material wood
3
+ #mass 100
4
+ ##youngs 1500000
5
+ #cog -32.63 -0.8178 0.1605
6
+ #inertia_matrix
7
+ #69.7290 -26.9432 7.50496
8
+ #-26.9432 1360.54 0.0
9
+ #7.50496 0.0 1385.33
10
+
11
+ Separator {
12
+ Material {
13
+ ambientColor 0.047138 0.047138 0.047138
14
+ diffuseColor 0.1 0.1 0.1
15
+ specularColor 0.151515 0.151515 0.151515
16
+ shininess 0.0
17
+ }
18
+ Separator {
19
+ ShapeHints {
20
+ vertexOrdering COUNTERCLOCKWISE
21
+ shapeType SOLID
22
+ }
23
+ Coordinate3 {
24
+ point [
25
+ -71.654371 13.730000 2.650100,
26
+ -71.654371 13.730000 -3.249900,
27
+ -75.746648 12.809583 -3.249900,
28
+ -75.746648 12.809583 2.650100,
29
+ -71.654371 13.730000 2.650100,
30
+ -75.746648 12.809583 -3.249900,
31
+ -75.746648 12.809583 2.650100,
32
+ -75.746648 12.809583 -3.249900,
33
+ -82.504571 7.339882 -3.249900,
34
+ -82.504571 7.339882 2.650100,
35
+ -75.746648 12.809583 2.650100,
36
+ -82.504571 7.339882 -3.249900,
37
+ -82.504571 7.339882 -3.249900,
38
+ -84.042680 -1.255998 -3.249900,
39
+ -84.042680 -1.255998 2.650100,
40
+ -82.504571 7.339882 2.650100,
41
+ -82.504571 7.339882 -3.249900,
42
+ -84.042680 -1.255998 2.650100,
43
+ -84.042680 -1.255998 -3.249900,
44
+ -79.507729 -8.799120 -3.249900,
45
+ -79.507729 -8.799120 2.650100,
46
+ -84.042680 -1.255998 2.650100,
47
+ -84.042680 -1.255998 -3.249900,
48
+ -79.507729 -8.799120 2.650100,
49
+ -79.507729 -8.799120 2.650100,
50
+ -79.507729 -8.799120 -3.249900,
51
+ -71.844371 -11.750000 -3.249900,
52
+ -71.844371 -11.750000 2.650100,
53
+ -79.507729 -8.799120 2.650100,
54
+ -71.844371 -11.750000 -3.249900,
55
+ -55.749371 12.490000 -3.249900,
56
+ -71.654371 13.730000 -3.249900,
57
+ -71.654371 13.730000 2.650100,
58
+ -55.749371 12.490000 2.650100,
59
+ -55.749371 12.490000 -3.249900,
60
+ -71.654371 13.730000 2.650100,
61
+ -55.749371 12.490000 2.650100,
62
+ -71.654371 13.730000 2.650100,
63
+ -71.844371 -11.750000 2.650100,
64
+ -55.749371 -11.010000 2.650100,
65
+ -55.749371 12.490000 2.650100,
66
+ -71.844371 -11.750000 2.650100,
67
+ -71.654371 13.730000 2.650100,
68
+ -75.746648 12.809583 2.650100,
69
+ -84.042680 -1.255998 2.650100,
70
+ -79.507729 -8.799120 2.650100,
71
+ -71.654371 13.730000 2.650100,
72
+ -84.042680 -1.255998 2.650100,
73
+ -79.507729 -8.799120 2.650100,
74
+ -71.844371 -11.750000 2.650100,
75
+ -71.654371 13.730000 2.650100,
76
+ -75.746648 12.809583 2.650100,
77
+ -82.504571 7.339882 2.650100,
78
+ -84.042680 -1.255998 2.650100,
79
+ -84.042680 -1.255998 -3.249900,
80
+ -75.746648 12.809583 -3.249900,
81
+ -71.654371 13.730000 -3.249900,
82
+ -79.507729 -8.799120 -3.249900,
83
+ -71.654371 13.730000 -3.249900,
84
+ -71.844371 -11.750000 -3.249900,
85
+ -79.507729 -8.799120 -3.249900,
86
+ -84.042680 -1.255998 -3.249900,
87
+ -71.654371 13.730000 -3.249900,
88
+ -71.844371 -11.750000 -3.249900,
89
+ -71.654371 13.730000 -3.249900,
90
+ -55.749371 12.490000 -3.249900,
91
+ -55.749371 -11.010000 -3.249900,
92
+ -71.844371 -11.750000 -3.249900,
93
+ -55.749371 12.490000 -3.249900,
94
+ -84.042680 -1.255998 -3.249900,
95
+ -82.504571 7.339882 -3.249900,
96
+ -75.746648 12.809583 -3.249900,
97
+ -12.249371 10.030000 -4.749900,
98
+ -12.249371 10.030000 2.650100,
99
+ -2.209371 10.510000 2.650100,
100
+ -2.209371 10.510000 -4.749900,
101
+ -12.249371 10.030000 -4.749900,
102
+ -2.209371 10.510000 2.650100,
103
+ -2.209371 10.510000 -4.749900,
104
+ -2.209371 10.510000 2.650100,
105
+ 4.889056 7.584721 2.650100,
106
+ 4.889056 7.584721 -4.749900,
107
+ -2.209371 10.510000 -4.749900,
108
+ 4.889056 7.584721 2.650100,
109
+ 4.889056 7.584721 -4.749900,
110
+ 4.889056 7.584721 2.650100,
111
+ 7.740390 1.042956 2.650100,
112
+ 7.740390 1.042956 -4.749900,
113
+ 4.889056 7.584721 -4.749900,
114
+ 7.740390 1.042956 2.650100,
115
+ 7.740390 1.042956 2.650100,
116
+ 5.103961 -5.586710 2.650100,
117
+ 5.103961 -5.586710 -4.749900,
118
+ 7.740390 1.042956 -4.749900,
119
+ 7.740390 1.042956 2.650100,
120
+ 5.103961 -5.586710 -4.749900,
121
+ 5.103961 -5.586710 2.650100,
122
+ -1.809371 -8.530000 2.650100,
123
+ -1.809371 -8.530000 -4.749900,
124
+ 5.103961 -5.586710 -4.749900,
125
+ 5.103961 -5.586710 2.650100,
126
+ -1.809371 -8.530000 -4.749900,
127
+ -12.249371 10.030000 2.650100,
128
+ -12.249371 -9.010000 2.650100,
129
+ -1.809371 -8.530000 2.650100,
130
+ -2.209371 10.510000 2.650100,
131
+ -1.809371 -8.530000 2.650100,
132
+ 4.889056 7.584721 2.650100,
133
+ -2.209371 10.510000 2.650100,
134
+ -12.249371 10.030000 2.650100,
135
+ -1.809371 -8.530000 2.650100,
136
+ -1.809371 -8.530000 2.650100,
137
+ 5.103961 -5.586710 2.650100,
138
+ 7.740390 1.042956 2.650100,
139
+ 4.889056 7.584721 2.650100,
140
+ -1.809371 -8.530000 2.650100,
141
+ 7.740390 1.042956 2.650100,
142
+ -1.809371 -8.530000 -4.749900,
143
+ -12.249371 -9.010000 -4.749900,
144
+ -12.249371 10.030000 -4.749900,
145
+ -2.209371 10.510000 -4.749900,
146
+ -1.809371 -8.530000 -4.749900,
147
+ -12.249371 10.030000 -4.749900,
148
+ -2.209371 10.510000 -4.749900,
149
+ 4.889056 7.584721 -4.749900,
150
+ -1.809371 -8.530000 -4.749900,
151
+ -1.809371 -8.530000 -4.749900,
152
+ 4.889056 7.584721 -4.749900,
153
+ 7.740390 1.042956 -4.749900,
154
+ 5.103961 -5.586710 -4.749900,
155
+ -1.809371 -8.530000 -4.749900,
156
+ 7.740390 1.042956 -4.749900,
157
+ -12.249371 10.030000 -4.749900,
158
+ -12.249371 -9.010000 -4.749900,
159
+ -12.249371 -9.010000 -9.529900,
160
+ -12.249371 12.990000 -9.529900,
161
+ -12.249371 10.030000 -4.749900,
162
+ -12.249371 -9.010000 -9.529900,
163
+ -12.249371 12.990000 -9.529900,
164
+ -12.249371 10.030000 2.650100,
165
+ -12.249371 10.030000 -4.749900,
166
+ -12.249371 12.990000 -9.529900,
167
+ -12.249371 12.990000 9.350100,
168
+ -12.249371 10.030000 2.650100,
169
+ -12.249371 10.030000 2.650100,
170
+ -12.249371 12.990000 9.350100,
171
+ -12.249371 -9.010000 9.350100,
172
+ -12.249371 -9.010000 2.650100,
173
+ -12.249371 10.030000 2.650100,
174
+ -12.249371 -9.010000 9.350100,
175
+ -12.249371 12.990000 9.350100,
176
+ -12.249371 12.990000 -9.529900,
177
+ -55.749371 14.990000 -9.529900,
178
+ -55.749371 14.990000 9.350100,
179
+ -12.249371 12.990000 9.350100,
180
+ -55.749371 14.990000 -9.529900,
181
+ -55.749371 -11.010000 9.350100,
182
+ -12.249371 -9.010000 9.350100,
183
+ -12.249371 12.990000 9.350100,
184
+ -55.749371 14.990000 9.350100,
185
+ -55.749371 -11.010000 9.350100,
186
+ -12.249371 12.990000 9.350100,
187
+ -12.249371 12.990000 -9.529900,
188
+ -12.249371 -9.010000 -9.529900,
189
+ -55.749371 -11.010000 -9.529900,
190
+ -55.749371 14.990000 -9.529900,
191
+ -12.249371 12.990000 -9.529900,
192
+ -55.749371 -11.010000 -9.529900,
193
+ -12.249371 -9.010000 2.650100,
194
+ -12.249371 -9.010000 9.350100,
195
+ -55.749371 -11.010000 9.350100,
196
+ -55.749371 -11.010000 2.650100,
197
+ -12.249371 -9.010000 2.650100,
198
+ -55.749371 -11.010000 9.350100,
199
+ -55.749371 -11.010000 2.650100,
200
+ -55.749371 -11.010000 -3.249900,
201
+ -12.249371 -9.010000 2.650100,
202
+ -55.749371 -11.010000 2.650100,
203
+ -71.844371 -11.750000 -3.249900,
204
+ -55.749371 -11.010000 -3.249900,
205
+ -55.749371 -11.010000 2.650100,
206
+ -71.844371 -11.750000 2.650100,
207
+ -71.844371 -11.750000 -3.249900,
208
+ -12.249371 -9.010000 -4.749900,
209
+ -55.749371 -11.010000 -3.249900,
210
+ -55.749371 -11.010000 -9.529900,
211
+ -12.249371 -9.010000 -9.529900,
212
+ -12.249371 -9.010000 -4.749900,
213
+ -55.749371 -11.010000 -9.529900,
214
+ -12.249371 -9.010000 -4.749900,
215
+ -1.809371 -8.530000 -4.749900,
216
+ -1.809371 -8.530000 2.650100,
217
+ -12.249371 -9.010000 2.650100,
218
+ -12.249371 -9.010000 -4.749900,
219
+ -1.809371 -8.530000 2.650100,
220
+ -12.249371 -9.010000 2.650100,
221
+ -55.749371 -11.010000 -3.249900,
222
+ -12.249371 -9.010000 -4.749900,
223
+ -55.749371 12.490000 2.650100,
224
+ -55.749371 -11.010000 2.650100,
225
+ -55.749371 -11.010000 9.350100,
226
+ -55.749371 14.990000 9.350100,
227
+ -55.749371 12.490000 2.650100,
228
+ -55.749371 -11.010000 9.350100,
229
+ -55.749371 14.990000 9.350100,
230
+ -55.749371 14.990000 -9.529900,
231
+ -55.749371 12.490000 2.650100,
232
+ -55.749371 12.490000 2.650100,
233
+ -55.749371 14.990000 -9.529900,
234
+ -55.749371 12.490000 -3.249900,
235
+ -55.749371 12.490000 -3.249900,
236
+ -55.749371 14.990000 -9.529900,
237
+ -55.749371 -11.010000 -9.529900,
238
+ -55.749371 -11.010000 -3.249900,
239
+ -55.749371 12.490000 -3.249900,
240
+ -55.749371 -11.010000 -9.529900,
241
+ ]
242
+ }
243
+ FaceSet {
244
+ numVertices [ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
245
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
246
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
247
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
248
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
249
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
250
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
251
+ 3, 3, ]
252
+ }
253
+ }
254
+
255
+ }
hand_model/barrett_hand_description/meshes/link2.stl ADDED
Binary file (3.68 kB). View file
 
hand_model/barrett_hand_description/meshes/link2.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ 10838698.000000 -5843263.000000 -2651.019531 28603578.000000 -288.647705 33595532.000000
2
+ -17.708485 -15.325415 -0.000843
3
+
hand_model/barrett_hand_description/meshes/link2.wrl ADDED
@@ -0,0 +1,177 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #VRML V2.0 utf8
2
+
3
+
4
+ Group {
5
+ children
6
+ Group {
7
+ children
8
+ Shape {
9
+ appearance
10
+ Appearance {
11
+ material
12
+ Material {
13
+ diffuseColor 0.1 0.1 0.1
14
+ ambientIntensity 0.047137998
15
+ specularColor 0.15151501 0.15151501 0.15151501
16
+ shininess 0
17
+
18
+ }
19
+
20
+ }
21
+ geometry
22
+ IndexedFaceSet {
23
+ coord
24
+ Coordinate {
25
+ point [ -71.654373 13.73 2.6501,
26
+ -71.654373 13.73 -3.2499001,
27
+ -75.746651 12.809583 -3.2499001,
28
+ -75.746651 12.809583 2.6501,
29
+ -82.50457 7.3398819 -3.2499001,
30
+ -82.50457 7.3398819 2.6501,
31
+ -84.042679 -1.255998 -3.2499001,
32
+ -84.042679 -1.255998 2.6501,
33
+ -79.507729 -8.7991199 -3.2499001,
34
+ -79.507729 -8.7991199 2.6501,
35
+ -71.844368 -11.75 -3.2499001,
36
+ -71.844368 -11.75 2.6501,
37
+ -55.749371 12.49 -3.2499001,
38
+ -55.749371 12.49 2.6501,
39
+ -55.749371 -11.01 2.6501,
40
+ -55.749371 -11.01 -3.2499001,
41
+ -12.249371 10.03 -4.7498999,
42
+ -12.249371 10.03 2.6501,
43
+ -2.2093711 10.51 2.6501,
44
+ -2.2093711 10.51 -4.7498999,
45
+ 4.8890562 7.5847211 2.6501,
46
+ 4.8890562 7.5847211 -4.7498999,
47
+ 7.7403898 1.042956 2.6501,
48
+ 7.7403898 1.042956 -4.7498999,
49
+ 5.103961 -5.58671 2.6501,
50
+ 5.103961 -5.58671 -4.7498999,
51
+ -1.809371 -8.5299997 2.6501,
52
+ -1.809371 -8.5299997 -4.7498999,
53
+ -12.249371 -9.0100002 2.6501,
54
+ -12.249371 -9.0100002 -4.7498999,
55
+ -12.249371 -9.0100002 -9.5298996,
56
+ -12.249371 12.99 -9.5298996,
57
+ -12.249371 12.99 9.3500996,
58
+ -12.249371 -9.0100002 9.3500996,
59
+ -55.749371 14.99 -9.5298996,
60
+ -55.749371 14.99 9.3500996,
61
+ -55.749371 -11.01 9.3500996,
62
+ -55.749371 -11.01 -9.5298996 ]
63
+
64
+ }
65
+ normal
66
+ Normal {
67
+ vector [ -0.21943378 0.97562748 0,
68
+ -0.62912905 0.77730083 0,
69
+ -0.98436558 0.17613803 0,
70
+ -0.8570376 -0.5152539 0,
71
+ -0.35934329 -0.93320549 0,
72
+ 0.077727012 0.99697471 -0,
73
+ 0 0 1,
74
+ 0 -0 -1,
75
+ -0.047754273 0.99885911 0,
76
+ 0.38101682 0.92456818 0,
77
+ 0.9167065 0.39956126 0,
78
+ 0.92922103 -0.36952469 0,
79
+ 0.39171818 -0.92008531 0,
80
+ 1 -0 0,
81
+ 0.045928493 0.99894482 -0,
82
+ 0.045928497 -0.99894482 0,
83
+ 0.045928489 -0.9989447 0,
84
+ 0.045928493 -0.99894476 0,
85
+ 0.045928486 -0.9989447 0,
86
+ 0.045928515 -0.99894476 0,
87
+ 0.045928493 -0.9989447 0,
88
+ 0.045928519 -0.9989447 0,
89
+ 0.045928538 -0.99894476 0,
90
+ 0.045928493 -0.99894482 0,
91
+ -1 0 0 ]
92
+
93
+ }
94
+ coordIndex [ 0, 1, 2, -1, 3, 0, 2, -1,
95
+ 3, 2, 4, -1, 5, 3, 4, -1,
96
+ 4, 6, 7, -1, 5, 4, 7, -1,
97
+ 6, 8, 9, -1, 7, 6, 9, -1,
98
+ 9, 8, 10, -1, 11, 9, 10, -1,
99
+ 12, 1, 0, -1, 13, 12, 0, -1,
100
+ 13, 0, 11, -1, 14, 13, 11, -1,
101
+ 0, 3, 7, -1, 9, 0, 7, -1,
102
+ 9, 11, 0, -1, 3, 5, 7, -1,
103
+ 6, 2, 1, -1, 8, 1, 10, -1,
104
+ 8, 6, 1, -1, 10, 1, 12, -1,
105
+ 15, 10, 12, -1, 6, 4, 2, -1,
106
+ 16, 17, 18, -1, 19, 16, 18, -1,
107
+ 19, 18, 20, -1, 21, 19, 20, -1,
108
+ 21, 20, 22, -1, 23, 21, 22, -1,
109
+ 22, 24, 25, -1, 23, 22, 25, -1,
110
+ 24, 26, 27, -1, 25, 24, 27, -1,
111
+ 17, 28, 26, -1, 18, 26, 20, -1,
112
+ 18, 17, 26, -1, 26, 24, 22, -1,
113
+ 20, 26, 22, -1, 27, 29, 16, -1,
114
+ 19, 27, 16, -1, 19, 21, 27, -1,
115
+ 27, 21, 23, -1, 25, 27, 23, -1,
116
+ 16, 29, 30, -1, 31, 16, 30, -1,
117
+ 31, 17, 16, -1, 31, 32, 17, -1,
118
+ 17, 32, 33, -1, 28, 17, 33, -1,
119
+ 32, 31, 34, -1, 35, 32, 34, -1,
120
+ 36, 33, 32, -1, 35, 36, 32, -1,
121
+ 31, 30, 37, -1, 34, 31, 37, -1,
122
+ 28, 33, 36, -1, 14, 28, 36, -1,
123
+ 14, 15, 28, -1, 14, 10, 15, -1,
124
+ 14, 11, 10, -1, 29, 15, 37, -1,
125
+ 30, 29, 37, -1, 29, 27, 26, -1,
126
+ 28, 29, 26, -1, 28, 15, 29, -1,
127
+ 13, 14, 36, -1, 35, 13, 36, -1,
128
+ 35, 34, 13, -1, 13, 34, 12, -1,
129
+ 12, 34, 37, -1, 15, 12, 37, -1 ]
130
+ normalIndex [ 0, 0, 0, -1, 0, 0, 0, -1,
131
+ 1, 1, 1, -1, 1, 1, 1, -1,
132
+ 2, 2, 2, -1, 2, 2, 2, -1,
133
+ 3, 3, 3, -1, 3, 3, 3, -1,
134
+ 4, 4, 4, -1, 4, 4, 4, -1,
135
+ 5, 5, 5, -1, 5, 5, 5, -1,
136
+ 6, 6, 6, -1, 6, 6, 6, -1,
137
+ 6, 6, 6, -1, 6, 6, 6, -1,
138
+ 6, 6, 6, -1, 6, 6, 6, -1,
139
+ 7, 7, 7, -1, 7, 7, 7, -1,
140
+ 7, 7, 7, -1, 7, 7, 7, -1,
141
+ 7, 7, 7, -1, 7, 7, 7, -1,
142
+ 8, 8, 8, -1, 8, 8, 8, -1,
143
+ 9, 9, 9, -1, 9, 9, 9, -1,
144
+ 10, 10, 10, -1, 10, 10, 10, -1,
145
+ 11, 11, 11, -1, 11, 11, 11, -1,
146
+ 12, 12, 12, -1, 12, 12, 12, -1,
147
+ 6, 6, 6, -1, 6, 6, 6, -1,
148
+ 6, 6, 6, -1, 6, 6, 6, -1,
149
+ 6, 6, 6, -1, 7, 7, 7, -1,
150
+ 7, 7, 7, -1, 7, 7, 7, -1,
151
+ 7, 7, 7, -1, 7, 7, 7, -1,
152
+ 13, 13, 13, -1, 13, 13, 13, -1,
153
+ 13, 13, 13, -1, 13, 13, 13, -1,
154
+ 13, 13, 13, -1, 13, 13, 13, -1,
155
+ 14, 14, 14, -1, 14, 14, 14, -1,
156
+ 6, 6, 6, -1, 6, 6, 6, -1,
157
+ 7, 7, 7, -1, 7, 7, 7, -1,
158
+ 15, 15, 15, -1, 16, 15, 15, -1,
159
+ 16, 16, 15, -1, 17, 18, 17, -1,
160
+ 17, 18, 18, -1, 19, 17, 20, -1,
161
+ 17, 17, 17, -1, 21, 22, 22, -1,
162
+ 22, 21, 22, -1, 23, 16, 17, -1,
163
+ 24, 24, 24, -1, 24, 24, 24, -1,
164
+ 24, 24, 24, -1, 24, 24, 24, -1,
165
+ 24, 24, 24, -1, 24, 24, 24, -1 ]
166
+ ccw TRUE
167
+ solid TRUE
168
+ convex TRUE
169
+ creaseAngle 0
170
+
171
+ }
172
+
173
+ }
174
+
175
+ }
176
+
177
+ }
hand_model/barrett_hand_description/meshes/link2.xml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" ?>
2
+ <root>
3
+ <material>wood</material>
4
+ <mass>100</mass>
5
+ <cog>-32.63 -0.8178 0.1605</cog>
6
+ <inertia_matrix>69.729 -26.9432 7.50496 -26.9432 1360.54 0 7.50496 0 1385.33</inertia_matrix>
7
+ <geometryFile>link2.iv</geometryFile>
8
+ </root>
hand_model/barrett_hand_description/meshes/link3.iv ADDED
@@ -0,0 +1,204 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #Inventor V2.0 ascii
2
+ #material wood
3
+ #mass 100
4
+ ##youngs 1500000
5
+ #cog -35.44 1.823 0.5139
6
+ #inertia_matrix
7
+ #92.3767 37.8326 21.9283
8
+ #37.8326 1659.94 -0.746188
9
+ #21.9283 -0.746188 1627.80
10
+
11
+ Separator {
12
+ Material {
13
+ ambientColor 0.047138 0.047138 0.047138
14
+ diffuseColor 0.1 0.1 0.1
15
+ specularColor 0.151515 0.151515 0.151515
16
+ shininess 0.0
17
+ }
18
+ Separator {
19
+ ShapeHints {
20
+ vertexOrdering COUNTERCLOCKWISE
21
+ shapeType SOLID
22
+ }
23
+ Coordinate3 {
24
+ point [
25
+ -64.999920 4.185657 2.990000,
26
+ -45.999348 10.733999 2.990000,
27
+ -46.000928 -7.366001 2.990000,
28
+ -59.561034 -8.585218 2.990000,
29
+ -64.999920 4.185657 2.990000,
30
+ -46.000928 -7.366001 2.990000,
31
+ -64.999920 4.185657 2.990000,
32
+ -55.999348 10.734871 2.990000,
33
+ -45.999348 10.733999 2.990000,
34
+ -55.999348 10.734871 11.490000,
35
+ -55.999348 10.734871 2.990000,
36
+ -64.999920 4.185657 2.990000,
37
+ -64.999920 4.185657 11.490000,
38
+ -55.999348 10.734871 11.490000,
39
+ -64.999920 4.185657 2.990000,
40
+ -64.999920 4.185657 2.990000,
41
+ -59.561034 -8.585218 2.990000,
42
+ -59.561034 -8.585218 11.490000,
43
+ -64.999920 4.185657 11.490000,
44
+ -64.999920 4.185657 2.990000,
45
+ -59.561034 -8.585218 11.490000,
46
+ -0.000567 -3.230016 11.490000,
47
+ 0.000651 10.729984 11.490000,
48
+ -55.999348 10.734871 11.490000,
49
+ -64.999920 4.185657 11.490000,
50
+ -0.000567 -3.230016 11.490000,
51
+ -55.999348 10.734871 11.490000,
52
+ -64.999920 4.185657 11.490000,
53
+ -59.561034 -8.585218 11.490000,
54
+ -0.000567 -3.230016 11.490000,
55
+ -55.999348 10.734871 -5.010000,
56
+ -55.999348 10.734871 -11.510000,
57
+ -65.500177 1.235700 -11.510000,
58
+ -65.500177 1.235700 -5.010000,
59
+ -55.999348 10.734871 -5.010000,
60
+ -65.500177 1.235700 -11.510000,
61
+ -65.500177 1.235700 -5.010000,
62
+ -65.500177 1.235700 -11.510000,
63
+ -65.501081 -9.119300 -11.510000,
64
+ -65.501081 -9.119300 -5.010000,
65
+ -65.500177 1.235700 -5.010000,
66
+ -65.501081 -9.119300 -11.510000,
67
+ -46.000928 -7.366001 -5.010000,
68
+ -45.999348 10.733999 -5.010000,
69
+ -55.999348 10.734871 -5.010000,
70
+ -65.500177 1.235700 -5.010000,
71
+ -46.000928 -7.366001 -5.010000,
72
+ -55.999348 10.734871 -5.010000,
73
+ -65.500177 1.235700 -5.010000,
74
+ -65.501081 -9.119300 -5.010000,
75
+ -46.000928 -7.366001 -5.010000,
76
+ -65.500177 1.235700 -11.510000,
77
+ -55.999348 10.734871 -11.510000,
78
+ -0.000567 -3.230016 -11.510000,
79
+ -65.501081 -9.119300 -11.510000,
80
+ -65.500177 1.235700 -11.510000,
81
+ -0.000567 -3.230016 -11.510000,
82
+ -55.999348 10.734871 -11.510000,
83
+ 0.000651 10.729984 -11.510000,
84
+ -0.000567 -3.230016 -11.510000,
85
+ -46.000928 -7.366001 2.990000,
86
+ -45.999348 10.733999 2.990000,
87
+ -45.999348 10.733999 -5.010000,
88
+ -46.000928 -7.366001 -5.010000,
89
+ -46.000928 -7.366001 2.990000,
90
+ -45.999348 10.733999 -5.010000,
91
+ -45.999348 10.733999 2.990000,
92
+ 0.000651 10.729984 11.490000,
93
+ 0.000651 10.729984 -11.510000,
94
+ -45.999348 10.733999 -5.010000,
95
+ 0.000651 10.729984 -11.510000,
96
+ -55.999348 10.734871 -11.510000,
97
+ -55.999348 10.734871 -5.010000,
98
+ -45.999348 10.733999 -5.010000,
99
+ -55.999348 10.734871 -11.510000,
100
+ 0.000651 10.729984 -11.510000,
101
+ -45.999348 10.733999 -5.010000,
102
+ -45.999348 10.733999 2.990000,
103
+ -45.999348 10.733999 2.990000,
104
+ -55.999348 10.734871 2.990000,
105
+ -55.999348 10.734871 11.490000,
106
+ 0.000651 10.729984 11.490000,
107
+ -45.999348 10.733999 2.990000,
108
+ -55.999348 10.734871 11.490000,
109
+ -46.000928 -7.366001 2.990000,
110
+ -46.000928 -7.366001 -5.010000,
111
+ -0.000567 -3.230016 -11.510000,
112
+ -0.000567 -3.230016 11.490000,
113
+ -46.000928 -7.366001 2.990000,
114
+ -0.000567 -3.230016 -11.510000,
115
+ -0.000567 -3.230016 11.490000,
116
+ -59.561034 -8.585218 11.490000,
117
+ -46.000928 -7.366001 2.990000,
118
+ -46.000928 -7.366001 2.990000,
119
+ -59.561034 -8.585218 11.490000,
120
+ -59.561034 -8.585218 2.990000,
121
+ -46.000928 -7.366001 -5.010000,
122
+ -65.501081 -9.119300 -5.010000,
123
+ -65.501081 -9.119300 -11.510000,
124
+ -0.000567 -3.230016 -11.510000,
125
+ -46.000928 -7.366001 -5.010000,
126
+ -65.501081 -9.119300 -11.510000,
127
+
128
+ # 0.000651 10.729984 11.490000,
129
+ # 0.000651 10.729984 -11.510000,
130
+ # 0.000567 -3.230016 -11.510000,
131
+ # 0.000567 -3.230016 11.490000,
132
+
133
+ # 1.000651 9.729984 10.490000,
134
+ # 1.000651 9.729984 -10.510000,
135
+ # 1.000567 -2.230016 -10.510000,
136
+ # 1.000567 -2.230016 10.490000,
137
+
138
+ 0.000651 10.729984 -11.510000,
139
+ 0.000651 10.729984 11.490000,
140
+ 1.000651 9.729984 10.490000,
141
+ 1.000651 9.729984 -10.510000,
142
+
143
+ 0.000567 -3.230016 11.490000,
144
+ 0.000567 -3.230016 -11.510000,
145
+ 1.000567 -2.230016 -10.510000,
146
+ 1.000567 -2.230016 10.490000,
147
+
148
+ 0.000567 -3.230016 -11.510000,
149
+ 0.000651 10.729984 -11.510000,
150
+ 1.000651 9.729984 -10.510000,
151
+ 1.000567 -2.230016 -10.510000,
152
+
153
+ 0.000651 10.729984 11.490000,
154
+ 0.000567 -3.230016 11.490000,
155
+ 1.000567 -2.230016 10.490000,
156
+ 1.000651 9.729984 10.490000,
157
+
158
+ # 1.000651 9.729984 10.490000,
159
+ # 1.000651 9.729984 -10.510000,
160
+ # 1.000567 -2.230016 -10.510000,
161
+ # 1.000567 -2.230016 10.490000,
162
+
163
+ # 2.000651 7.729984 8.490000,
164
+ # 2.000651 7.729984 -8.510000,
165
+ # 2.000567 -0.230016 8.490000,
166
+ # 2.000567 -0.230016 -8.510000,
167
+
168
+ 1.000651 9.729984 -10.510000,
169
+ 1.000651 9.729984 10.490000,
170
+ 2.000651 7.729984 8.490000,
171
+ 2.000651 7.729984 -8.510000,
172
+
173
+ 1.000567 -2.230016 10.490000,
174
+ 1.000567 -2.230016 -10.510000,
175
+ 2.000567 -0.230016 -8.510000,
176
+ 2.000567 -0.230016 8.490000,
177
+
178
+ 1.000567 -2.230016 -10.510000,
179
+ 1.000651 9.729984 -10.510000,
180
+ 2.000651 7.729984 -8.510000,
181
+ 2.000567 -0.230016 -8.510000,
182
+
183
+ 1.000651 9.729984 10.490000,
184
+ 1.000567 -2.230016 10.490000,
185
+ 2.000567 -0.230016 8.490000,
186
+ 2.000651 7.729984 8.490000,
187
+
188
+ 2.000651 7.729984 8.490000,
189
+ 2.000567 -0.230016 8.490000,
190
+ 2.000567 -0.230016 -8.510000,
191
+ 2.000651 7.729984 -8.510000,
192
+ 2.000651 7.729984 8.490000,
193
+ 2.000567 -0.230016 -8.510000,
194
+ ]
195
+ }
196
+ FaceSet {
197
+ numVertices [ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
198
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
199
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
200
+ 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4, 3, 3, ]
201
+ }
202
+ }
203
+
204
+ }
hand_model/barrett_hand_description/meshes/link3.stl ADDED
Binary file (2.68 kB). View file
 
hand_model/barrett_hand_description/meshes/link3.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ 1580789.250000 -379260.000000 1616.174683 7993618.500000 -14245.901367 7448502.500000
2
+ -29.841305 2.309778 0.023096
3
+
hand_model/barrett_hand_description/meshes/link3.wrl ADDED
@@ -0,0 +1,152 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #VRML V2.0 utf8
2
+
3
+
4
+ Group {
5
+ children
6
+ Group {
7
+ children
8
+ Shape {
9
+ appearance
10
+ Appearance {
11
+ material
12
+ Material {
13
+ diffuseColor 0.1 0.1 0.1
14
+ ambientIntensity 0.047137998
15
+ specularColor 0.15151501 0.15151501 0.15151501
16
+ shininess 0
17
+
18
+ }
19
+
20
+ }
21
+ geometry
22
+ IndexedFaceSet {
23
+ coord
24
+ Coordinate {
25
+ point [ -64.999924 4.185657 2.99,
26
+ -45.999348 10.733999 2.99,
27
+ -46.000927 -7.3660011 2.99,
28
+ -59.561035 -8.5852184 2.99,
29
+ -55.999348 10.734871 2.99,
30
+ -55.999348 10.734871 11.49,
31
+ -64.999924 4.185657 11.49,
32
+ -59.561035 -8.5852184 11.49,
33
+ -0.00056700001 -3.230016 11.49,
34
+ 0.00065100001 10.729984 11.49,
35
+ -55.999348 10.734871 -5.0100002,
36
+ -55.999348 10.734871 -11.51,
37
+ -65.500175 1.2357 -11.51,
38
+ -65.500175 1.2357 -5.0100002,
39
+ -65.501083 -9.1192999 -11.51,
40
+ -65.501083 -9.1192999 -5.0100002,
41
+ -46.000927 -7.3660011 -5.0100002,
42
+ -45.999348 10.733999 -5.0100002,
43
+ -0.00056700001 -3.230016 -11.51,
44
+ 0.00065100001 10.729984 -11.51,
45
+ 1.000651 9.7299843 10.49,
46
+ 1.000651 9.7299843 -10.51,
47
+ 0.00056700001 -3.230016 11.49,
48
+ 0.00056700001 -3.230016 -11.51,
49
+ 1.000567 -2.230016 -10.51,
50
+ 1.000567 -2.230016 10.49,
51
+ 2.0006509 7.7299838 8.4899998,
52
+ 2.0006509 7.7299838 -8.5100002,
53
+ 2.000567 -0.23001599 -8.5100002,
54
+ 2.000567 -0.23001599 8.4899998 ]
55
+
56
+ }
57
+ normal
58
+ Normal {
59
+ vector [ 0 0 -1,
60
+ -0.588368 0.80859333 0,
61
+ -0.92003858 -0.39182806 0,
62
+ 0 0 1,
63
+ -0.70704514 0.7071684 0,
64
+ -1 8.7677254e-005 0,
65
+ -1 8.7253298e-005 0,
66
+ 8.7281936e-005 1 0,
67
+ 8.72612e-005 1 -1.4671913e-007,
68
+ 8.7165834e-005 1 0,
69
+ 8.7261207e-005 1 1.1219699e-007,
70
+ 0.089550793 -0.99598229 -2.2514168e-008,
71
+ 0.089550786 -0.99598229 1.1898504e-008,
72
+ 0.089550793 -0.99598229 1.7847757e-008,
73
+ 0.089550778 -0.99598235 0,
74
+ 0.089550793 -0.99598229 -4.5028337e-008,
75
+ 0.08955083 -0.99598235 0,
76
+ 0.089550801 -0.99598229 0,
77
+ 0.089550801 -0.99598229 1.7847757e-008,
78
+ 0.70710683 0.70710683 0,
79
+ 0.70710683 -0.70710677 0,
80
+ 0.70710737 -4.5854172e-006 -0.70710617,
81
+ 0.70710635 -4.585424e-006 0.70710725,
82
+ 0.89442736 0.4472135 0,
83
+ 0.8944273 -0.44721365 0,
84
+ 0.89442712 -7.5364806e-006 -0.44721377,
85
+ 0.89442724 -7.5364787e-006 0.44721362,
86
+ 1 -1.0543133e-005 0 ]
87
+
88
+ }
89
+ coordIndex [ 0, 1, 2, -1, 3, 0, 2, -1,
90
+ 0, 4, 1, -1, 5, 4, 0, -1,
91
+ 6, 5, 0, -1, 0, 3, 7, -1,
92
+ 6, 0, 7, -1, 8, 9, 5, -1,
93
+ 6, 8, 5, -1, 6, 7, 8, -1,
94
+ 10, 11, 12, -1, 13, 10, 12, -1,
95
+ 13, 12, 14, -1, 15, 13, 14, -1,
96
+ 16, 17, 10, -1, 13, 16, 10, -1,
97
+ 13, 15, 16, -1, 12, 11, 18, -1,
98
+ 14, 12, 18, -1, 11, 19, 18, -1,
99
+ 2, 1, 17, -1, 16, 2, 17, -1,
100
+ 1, 9, 19, -1, 17, 19, 11, -1,
101
+ 10, 17, 11, -1, 19, 17, 1, -1,
102
+ 1, 4, 5, -1, 9, 1, 5, -1,
103
+ 2, 16, 18, -1, 8, 2, 18, -1,
104
+ 8, 7, 2, -1, 2, 7, 3, -1,
105
+ 16, 15, 14, -1, 18, 16, 14, -1,
106
+ 19, 9, 20, -1, 19, 20, 21, -1,
107
+ 22, 23, 24, -1, 22, 24, 25, -1,
108
+ 23, 19, 21, -1, 23, 21, 24, -1,
109
+ 9, 22, 25, -1, 9, 25, 20, -1,
110
+ 21, 20, 26, -1, 21, 26, 27, -1,
111
+ 25, 24, 28, -1, 25, 28, 29, -1,
112
+ 24, 21, 27, -1, 24, 27, 28, -1,
113
+ 20, 25, 29, -1, 20, 29, 26, -1,
114
+ 26, 29, 28, -1, 27, 26, 28, -1 ]
115
+ normalIndex [ 0, 0, 0, -1, 0, 0, 0, -1,
116
+ 0, 0, 0, -1, 1, 1, 1, -1,
117
+ 1, 1, 1, -1, 2, 2, 2, -1,
118
+ 2, 2, 2, -1, 3, 3, 3, -1,
119
+ 3, 3, 3, -1, 3, 3, 3, -1,
120
+ 4, 4, 4, -1, 4, 4, 4, -1,
121
+ 5, 5, 5, -1, 5, 5, 5, -1,
122
+ 3, 3, 3, -1, 3, 3, 3, -1,
123
+ 3, 3, 3, -1, 0, 0, 0, -1,
124
+ 0, 0, 0, -1, 0, 0, 0, -1,
125
+ 6, 6, 6, -1, 6, 6, 6, -1,
126
+ 7, 7, 7, -1, 8, 8, 8, -1,
127
+ 9, 9, 9, -1, 7, 7, 7, -1,
128
+ 9, 9, 9, -1, 10, 10, 10, -1,
129
+ 11, 12, 13, -1, 14, 14, 14, -1,
130
+ 15, 15, 11, -1, 16, 16, 16, -1,
131
+ 12, 17, 18, -1, 13, 12, 18, -1,
132
+ 19, 19, 19, -1, 19, 19, 19, -1,
133
+ 20, 20, 20, -1, 20, 20, 20, -1,
134
+ 21, 21, 21, -1, 21, 21, 21, -1,
135
+ 22, 22, 22, -1, 22, 22, 22, -1,
136
+ 23, 23, 23, -1, 23, 23, 23, -1,
137
+ 24, 24, 24, -1, 24, 24, 24, -1,
138
+ 25, 25, 25, -1, 25, 25, 25, -1,
139
+ 26, 26, 26, -1, 26, 26, 26, -1,
140
+ 27, 27, 27, -1, 27, 27, 27, -1 ]
141
+ ccw TRUE
142
+ solid TRUE
143
+ convex TRUE
144
+ creaseAngle 0
145
+
146
+ }
147
+
148
+ }
149
+
150
+ }
151
+
152
+ }
hand_model/barrett_hand_description/meshes/link3.xml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" ?>
2
+ <root>
3
+ <material>wood</material>
4
+ <mass>100</mass>
5
+ <cog>-35.44 1.823 0.5139</cog>
6
+ <inertia_matrix>92.3767 37.8326 21.9283 37.8326 1659.94 -0.746188 21.9283 -0.746188 1627.8</inertia_matrix>
7
+ <geometryFile>link3.iv</geometryFile>
8
+ </root>
hand_model/barrett_hand_description/meshes/palm.iv ADDED
@@ -0,0 +1,862 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #Inventor V2.0 ascii
2
+ #material plastic
3
+ ##youngs 1500000
4
+ #mass 1000
5
+ #cog 0.003360 -3.736 -47.83
6
+ #inertia_matrix
7
+ #3540.1 0.0 0.0
8
+ #0.0 3350.10 -42.614
9
+ #0.0 -42.614 1056.9
10
+
11
+ Separator {
12
+ Material {
13
+ ambientColor 0.047138 0.047138 0.047138
14
+ diffuseColor 0 0 0
15
+ specularColor 0.151515 0.151515 0.151515
16
+ shininess 0.104377
17
+ }
18
+ Separator {
19
+ ShapeHints {
20
+ vertexOrdering COUNTERCLOCKWISE
21
+ shapeType SOLID
22
+ }
23
+ Coordinate3 {
24
+ point [
25
+ -12.400000 -50.496204 -34.500000,
26
+ -12.400000 -42.761065 -34.500000,
27
+ -7.048108 -44.500000 -34.500000,
28
+ 7.048108 -44.500000 -34.500000,
29
+ -12.400000 -50.496204 -34.500000,
30
+ -7.048108 -44.500000 -34.500000,
31
+ 7.048108 -44.500000 -34.500000,
32
+ 12.400000 -50.496204 -34.500000,
33
+ -12.400000 -50.496204 -34.500000,
34
+ 7.048108 -44.500000 -34.500000,
35
+ 12.400000 -42.761065 -34.500000,
36
+ 12.400000 -50.496204 -34.500000,
37
+ -12.400000 -27.611208 -9.800000,
38
+ -12.400000 -40.083328 9.160095,
39
+ 12.400000 -40.083328 9.160095,
40
+ 12.400000 -27.611208 -9.800000,
41
+ -12.400000 -27.611208 -9.800000,
42
+ 12.400000 -40.083328 9.160095,
43
+ 12.400000 -40.083328 9.160095,
44
+ -12.400000 -40.083328 9.160095,
45
+ -12.400000 -46.520042 12.788868,
46
+ 12.400000 -46.520042 12.788868,
47
+ 12.400000 -40.083328 9.160095,
48
+ -12.400000 -46.520042 12.788868,
49
+ 12.400000 -46.520042 12.788868,
50
+ -12.400000 -46.520042 12.788868,
51
+ -12.400000 -57.343094 11.436878,
52
+ 12.400000 -57.343094 11.436878,
53
+ 12.400000 -46.520042 12.788868,
54
+ -12.400000 -57.343094 11.436878,
55
+ 12.400000 -57.343094 11.436878,
56
+ -12.400000 -57.343094 11.436878,
57
+ -12.400000 -62.677574 5.782486,
58
+ 12.400000 -62.677574 5.782486,
59
+ 12.400000 -57.343094 11.436878,
60
+ -12.400000 -62.677574 5.782486,
61
+ 12.400000 -62.677574 5.782486,
62
+ -12.400000 -62.677574 5.782486,
63
+ -12.400000 -64.442955 -1.295334,
64
+ 12.400000 -64.442955 -1.295334,
65
+ 12.400000 -62.677574 5.782486,
66
+ -12.400000 -64.442955 -1.295334,
67
+ 12.400000 -64.442955 -1.295334,
68
+ -12.400000 -64.442955 -1.295334,
69
+ -12.400000 -64.442955 -26.998272,
70
+ 12.400000 -64.442955 -26.998272,
71
+ 12.400000 -64.442955 -1.295334,
72
+ -12.400000 -64.442955 -26.998272,
73
+ 12.400000 -64.442955 -26.998272,
74
+ -12.400000 -64.442955 -26.998272,
75
+ -12.400000 -50.496204 -34.500000,
76
+ 12.400000 -50.496204 -34.500000,
77
+ 12.400000 -64.442955 -26.998272,
78
+ -12.400000 -50.496204 -34.500000,
79
+ 12.400000 -64.442955 -26.998272,
80
+ 12.400000 -50.496204 -34.500000,
81
+ 12.400000 -27.611208 -9.800000,
82
+ 12.400000 -64.442955 -1.295334,
83
+ 12.400000 -27.611208 -9.800000,
84
+ 12.400000 -40.083328 9.160095,
85
+ 12.400000 -62.677574 5.782486,
86
+ 12.400000 -40.083328 9.160095,
87
+ 12.400000 -46.520042 12.788868,
88
+ 12.400000 -57.343094 11.436878,
89
+ 12.400000 -62.677574 5.782486,
90
+ 12.400000 -46.520042 12.788868,
91
+ 12.400000 -50.496204 -34.500000,
92
+ 12.400000 -42.761065 -34.500000,
93
+ 12.400000 -27.611208 -9.800000,
94
+ 12.400000 -27.611208 -9.800000,
95
+ 12.400000 -42.761065 -34.500000,
96
+ 12.400000 -26.500000 -9.800000,
97
+ 12.400000 -26.500000 -9.800000,
98
+ 12.400000 -42.761065 -34.500000,
99
+ 12.400000 -8.184731 -34.500000,
100
+ 12.400000 -8.184731 -9.800000,
101
+ 12.400000 -26.500000 -9.800000,
102
+ 12.400000 -8.184731 -34.500000,
103
+ 12.400000 -40.083328 9.160095,
104
+ 12.400000 -62.677574 5.782486,
105
+ 12.400000 -64.442955 -1.295334,
106
+ 12.400000 -27.611208 -9.800000,
107
+ 12.400000 -64.442955 -1.295334,
108
+ 12.400000 -64.442955 -26.998272,
109
+ -12.400000 -27.611208 -9.800000,
110
+ -12.400000 -42.761065 -34.500000,
111
+ -12.400000 -50.496204 -34.500000,
112
+ -12.400000 -64.442955 -26.998272,
113
+ -12.400000 -27.611208 -9.800000,
114
+ -12.400000 -50.496204 -34.500000,
115
+ -12.400000 -64.442955 -26.998272,
116
+ -12.400000 -64.442955 -1.295334,
117
+ -12.400000 -27.611208 -9.800000,
118
+ -12.400000 -27.611208 -9.800000,
119
+ -12.400000 -64.442955 -1.295334,
120
+ -12.400000 -40.083328 9.160095,
121
+ -12.400000 -40.083328 9.160095,
122
+ -12.400000 -64.442955 -1.295334,
123
+ -12.400000 -62.677574 5.782486,
124
+ -12.400000 -46.520042 12.788868,
125
+ -12.400000 -62.677574 5.782486,
126
+ -12.400000 -57.343094 11.436878,
127
+ -12.400000 -46.520042 12.788868,
128
+ -12.400000 -40.083328 9.160095,
129
+ -12.400000 -62.677574 5.782486,
130
+ -12.400000 -42.761065 -34.500000,
131
+ -12.400000 -27.611208 -9.800000,
132
+ -12.400000 -26.500000 -9.800000,
133
+ -12.400000 -8.184731 -34.500000,
134
+ -12.400000 -26.500000 -9.800000,
135
+ -12.400000 -8.184731 -9.800000,
136
+ -12.400000 -8.184731 -34.500000,
137
+ -12.400000 -42.761065 -34.500000,
138
+ -12.400000 -26.500000 -9.800000,
139
+ 11.834375 3.429228 -34.500000,
140
+ 8.510221 8.918896 -34.500000,
141
+ 8.510221 8.918896 -9.800000,
142
+ 11.834375 3.429228 -9.800000,
143
+ 11.834375 3.429228 -34.500000,
144
+ 8.510221 8.918896 -9.800000,
145
+ 8.510221 8.918896 -34.500000,
146
+ 3.487549 11.791734 -34.500000,
147
+ 3.487549 11.791734 -9.800000,
148
+ 8.510221 8.918896 -9.800000,
149
+ 8.510221 8.918896 -34.500000,
150
+ 3.487549 11.791734 -9.800000,
151
+ 3.487549 11.791734 -34.500000,
152
+ -3.132543 11.885323 -34.500000,
153
+ -3.132543 11.885323 -9.800000,
154
+ 3.487549 11.791734 -9.800000,
155
+ 3.487549 11.791734 -34.500000,
156
+ -3.132543 11.885323 -9.800000,
157
+ -3.132543 11.885323 -34.500000,
158
+ -8.804438 8.582165 -34.500000,
159
+ -8.804438 8.582165 -9.800000,
160
+ -3.132543 11.885323 -9.800000,
161
+ -3.132543 11.885323 -34.500000,
162
+ -8.804438 8.582165 -9.800000,
163
+ -8.804438 8.582165 -34.500000,
164
+ -11.891385 3.139214 -34.500000,
165
+ -11.891385 3.139214 -9.800000,
166
+ -8.804438 8.582165 -9.800000,
167
+ -8.804438 8.582165 -34.500000,
168
+ -11.891385 3.139214 -9.800000,
169
+ -11.891385 3.139214 -34.500000,
170
+ -12.400000 -8.184731 -34.500000,
171
+ -12.400000 -8.184731 -9.800000,
172
+ -11.891385 3.139214 -9.800000,
173
+ -11.891385 3.139214 -34.500000,
174
+ -12.400000 -8.184731 -9.800000,
175
+ 12.400000 -8.184731 -34.500000,
176
+ 11.834375 3.429228 -34.500000,
177
+ 11.834375 3.429228 -9.800000,
178
+ 12.400000 -8.184731 -9.800000,
179
+ 12.400000 -8.184731 -34.500000,
180
+ 11.834375 3.429228 -9.800000,
181
+ 12.400000 -27.611208 -9.800000,
182
+ 12.400000 -26.500000 -9.800000,
183
+ -12.400000 -26.500000 -9.800000,
184
+ -12.400000 -27.611208 -9.800000,
185
+ 12.400000 -27.611208 -9.800000,
186
+ -12.400000 -26.500000 -9.800000,
187
+ 12.422364 35.000000 -34.500000,
188
+ 7.048108 44.500000 -34.500000,
189
+ -12.304760 35.000000 -34.500000,
190
+ 12.422364 35.000000 -34.500000,
191
+ 20.454405 40.144030 -34.500000,
192
+ 7.048108 44.500000 -34.500000,
193
+ 12.422364 35.000000 -34.500000,
194
+ 31.858483 31.858483 -34.500000,
195
+ 20.454405 40.144030 -34.500000,
196
+ 12.422364 35.000000 -34.500000,
197
+ 12.422364 19.500000 -34.500000,
198
+ 31.858483 31.858483 -34.500000,
199
+ 31.858483 31.858483 -34.500000,
200
+ 12.422364 19.500000 -34.500000,
201
+ 40.144030 20.454405 -34.500000,
202
+ 40.144030 20.454405 -34.500000,
203
+ 12.422364 19.500000 -34.500000,
204
+ 11.834375 3.429228 -34.500000,
205
+ 44.500000 7.048108 -34.500000,
206
+ 11.834375 3.429228 -34.500000,
207
+ 44.500000 -7.048108 -34.500000,
208
+ 44.500000 7.048108 -34.500000,
209
+ 40.144030 20.454405 -34.500000,
210
+ 11.834375 3.429228 -34.500000,
211
+ -12.304760 19.500000 -34.500000,
212
+ -3.132543 11.885323 -34.500000,
213
+ 12.422364 19.500000 -34.500000,
214
+ -12.304760 19.500000 -34.500000,
215
+ -8.804438 8.582165 -34.500000,
216
+ -3.132543 11.885323 -34.500000,
217
+ -12.304760 19.500000 -34.500000,
218
+ -11.891385 3.139214 -34.500000,
219
+ -8.804438 8.582165 -34.500000,
220
+ -12.304760 19.500000 -34.500000,
221
+ -40.144030 20.454405 -34.500000,
222
+ -11.891385 3.139214 -34.500000,
223
+ -12.304760 19.500000 -34.500000,
224
+ -31.858483 31.858483 -34.500000,
225
+ -40.144030 20.454405 -34.500000,
226
+ -12.304760 19.500000 -34.500000,
227
+ -12.304760 35.000000 -34.500000,
228
+ -31.858483 31.858483 -34.500000,
229
+ -31.858483 31.858483 -34.500000,
230
+ -12.304760 35.000000 -34.500000,
231
+ -20.454405 40.144030 -34.500000,
232
+ -20.454405 40.144030 -34.500000,
233
+ -12.304760 35.000000 -34.500000,
234
+ -7.048108 44.500000 -34.500000,
235
+ -7.048108 44.500000 -34.500000,
236
+ -12.304760 35.000000 -34.500000,
237
+ 7.048108 44.500000 -34.500000,
238
+ -12.400000 -8.184731 -34.500000,
239
+ -20.454405 -40.144030 -34.500000,
240
+ -12.400000 -42.761065 -34.500000,
241
+ -12.400000 -8.184731 -34.500000,
242
+ -31.858483 -31.858483 -34.500000,
243
+ -20.454405 -40.144030 -34.500000,
244
+ -12.400000 -8.184731 -34.500000,
245
+ -40.144030 -20.454405 -34.500000,
246
+ -31.858483 -31.858483 -34.500000,
247
+ -12.400000 -8.184731 -34.500000,
248
+ -44.500000 -7.048108 -34.500000,
249
+ -40.144030 -20.454405 -34.500000,
250
+ -12.400000 -8.184731 -34.500000,
251
+ -11.891385 3.139214 -34.500000,
252
+ -44.500000 -7.048108 -34.500000,
253
+ -44.500000 -7.048108 -34.500000,
254
+ -11.891385 3.139214 -34.500000,
255
+ -44.500000 7.048108 -34.500000,
256
+ -44.500000 7.048108 -34.500000,
257
+ -11.891385 3.139214 -34.500000,
258
+ -40.144030 20.454405 -34.500000,
259
+ -3.132543 11.885323 -34.500000,
260
+ 3.487549 11.791734 -34.500000,
261
+ 12.422364 19.500000 -34.500000,
262
+ 12.422364 19.500000 -34.500000,
263
+ 3.487549 11.791734 -34.500000,
264
+ 8.510221 8.918896 -34.500000,
265
+ 11.834375 3.429228 -34.500000,
266
+ 12.422364 19.500000 -34.500000,
267
+ 8.510221 8.918896 -34.500000,
268
+ 11.834375 3.429228 -34.500000,
269
+ 12.400000 -8.184731 -34.500000,
270
+ 44.500000 -7.048108 -34.500000,
271
+ 44.500000 -7.048108 -34.500000,
272
+ 12.400000 -8.184731 -34.500000,
273
+ 40.144030 -20.454405 -34.500000,
274
+ 40.144030 -20.454405 -34.500000,
275
+ 12.400000 -8.184731 -34.500000,
276
+ 31.858483 -31.858483 -34.500000,
277
+ 31.858483 -31.858483 -34.500000,
278
+ 12.400000 -8.184731 -34.500000,
279
+ 20.454405 -40.144030 -34.500000,
280
+ 20.454405 -40.144030 -34.500000,
281
+ 12.400000 -8.184731 -34.500000,
282
+ 12.400000 -42.761065 -34.500000,
283
+ 20.454405 40.144030 -34.500000,
284
+ 31.858483 31.858483 -34.500000,
285
+ 31.858483 31.858483 -82.900000,
286
+ 20.454405 40.144030 -82.900000,
287
+ 20.454405 40.144030 -34.500000,
288
+ 31.858483 31.858483 -82.900000,
289
+ -40.144030 20.454405 -34.500000,
290
+ -31.858483 31.858483 -34.500000,
291
+ -31.858483 31.858483 -82.900000,
292
+ -40.144030 20.454405 -82.900000,
293
+ -40.144030 20.454405 -34.500000,
294
+ -31.858483 31.858483 -82.900000,
295
+ 31.858483 -31.858483 -82.900000,
296
+ 40.144030 -20.454405 -82.900000,
297
+ 40.144030 -20.454405 -34.500000,
298
+ 31.858483 -31.858483 -34.500000,
299
+ 31.858483 -31.858483 -82.900000,
300
+ 40.144030 -20.454405 -34.500000,
301
+ -31.858483 -31.858483 -82.900000,
302
+ -20.454405 -40.144030 -82.900000,
303
+ -20.454405 -40.144030 -34.500000,
304
+ -31.858483 -31.858483 -34.500000,
305
+ -31.858483 -31.858483 -82.900000,
306
+ -20.454405 -40.144030 -34.500000,
307
+ 44.500000 -7.048108 -34.500000,
308
+ 40.144030 -20.454405 -34.500000,
309
+ 40.144030 -20.454405 -82.900000,
310
+ 44.500000 -7.048108 -82.900000,
311
+ 44.500000 -7.048108 -34.500000,
312
+ 40.144030 -20.454405 -82.900000,
313
+ 7.048108 44.500000 -34.500000,
314
+ 20.454405 40.144030 -34.500000,
315
+ 20.454405 40.144030 -82.900000,
316
+ 7.048108 44.500000 -82.900000,
317
+ 7.048108 44.500000 -34.500000,
318
+ 20.454405 40.144030 -82.900000,
319
+ -12.400000 -42.761065 -34.500000,
320
+ -20.454405 -40.144030 -34.500000,
321
+ -20.454405 -40.144030 -82.900000,
322
+ -7.048108 -44.500000 -82.900000,
323
+ -12.400000 -42.761065 -34.500000,
324
+ -20.454405 -40.144030 -82.900000,
325
+ -7.048108 -44.500000 -82.900000,
326
+ -7.048108 -44.500000 -34.500000,
327
+ -12.400000 -42.761065 -34.500000,
328
+ -44.500000 7.048108 -34.500000,
329
+ -40.144030 20.454405 -34.500000,
330
+ -40.144030 20.454405 -82.900000,
331
+ -44.500000 7.048108 -82.900000,
332
+ -44.500000 7.048108 -34.500000,
333
+ -40.144030 20.454405 -82.900000,
334
+ 40.144030 -20.454405 -82.900000,
335
+ 31.858483 -31.858483 -82.900000,
336
+ 20.454405 -40.144030 -82.900000,
337
+ 7.048108 -44.500000 -82.900000,
338
+ 40.144030 -20.454405 -82.900000,
339
+ 20.454405 -40.144030 -82.900000,
340
+ 7.048108 -44.500000 -82.900000,
341
+ -7.048108 -44.500000 -82.900000,
342
+ 40.144030 -20.454405 -82.900000,
343
+ 40.144030 -20.454405 -82.900000,
344
+ -7.048108 -44.500000 -82.900000,
345
+ 44.500000 -7.048108 -82.900000,
346
+ 44.500000 -7.048108 -82.900000,
347
+ -7.048108 -44.500000 -82.900000,
348
+ 44.500000 7.048108 -82.900000,
349
+ 44.500000 7.048108 -82.900000,
350
+ -7.048108 -44.500000 -82.900000,
351
+ -20.454405 -40.144030 -82.900000,
352
+ -31.858483 -31.858483 -82.900000,
353
+ 44.500000 7.048108 -82.900000,
354
+ -20.454405 -40.144030 -82.900000,
355
+ -31.858483 -31.858483 -82.900000,
356
+ 40.144030 20.454405 -82.900000,
357
+ 44.500000 7.048108 -82.900000,
358
+ -31.858483 -31.858483 -82.900000,
359
+ -40.144030 -20.454405 -82.900000,
360
+ 40.144030 20.454405 -82.900000,
361
+ 40.144030 20.454405 -82.900000,
362
+ -40.144030 -20.454405 -82.900000,
363
+ 31.858483 31.858483 -82.900000,
364
+ 31.858483 31.858483 -82.900000,
365
+ -40.144030 -20.454405 -82.900000,
366
+ 20.454405 40.144030 -82.900000,
367
+ 20.454405 40.144030 -82.900000,
368
+ -40.144030 -20.454405 -82.900000,
369
+ 7.048108 44.500000 -82.900000,
370
+ 7.048108 44.500000 -82.900000,
371
+ -40.144030 -20.454405 -82.900000,
372
+ -44.500000 -7.048108 -82.900000,
373
+ -44.500000 7.048108 -82.900000,
374
+ 7.048108 44.500000 -82.900000,
375
+ -44.500000 -7.048108 -82.900000,
376
+ -44.500000 7.048108 -82.900000,
377
+ -40.144030 20.454405 -82.900000,
378
+ 7.048108 44.500000 -82.900000,
379
+ 7.048108 44.500000 -82.900000,
380
+ -40.144030 20.454405 -82.900000,
381
+ -7.048108 44.500000 -82.900000,
382
+ -7.048108 44.500000 -82.900000,
383
+ -40.144030 20.454405 -82.900000,
384
+ -20.454405 40.144030 -82.900000,
385
+ -20.454405 40.144030 -82.900000,
386
+ -40.144030 20.454405 -82.900000,
387
+ -31.858483 31.858483 -82.900000,
388
+ 40.144030 20.454405 -34.500000,
389
+ 44.500000 7.048108 -34.500000,
390
+ 44.500000 7.048108 -82.900000,
391
+ 40.144030 20.454405 -82.900000,
392
+ 40.144030 20.454405 -34.500000,
393
+ 44.500000 7.048108 -82.900000,
394
+ -20.454405 40.144030 -34.500000,
395
+ -7.048108 44.500000 -34.500000,
396
+ -7.048108 44.500000 -82.900000,
397
+ -20.454405 40.144030 -82.900000,
398
+ -20.454405 40.144030 -34.500000,
399
+ -7.048108 44.500000 -82.900000,
400
+ 20.454405 -40.144030 -82.900000,
401
+ 20.454405 -40.144030 -34.500000,
402
+ 12.400000 -42.761065 -34.500000,
403
+ 7.048108 -44.500000 -82.900000,
404
+ 12.400000 -42.761065 -34.500000,
405
+ 7.048108 -44.500000 -34.500000,
406
+ 7.048108 -44.500000 -82.900000,
407
+ 20.454405 -40.144030 -82.900000,
408
+ 12.400000 -42.761065 -34.500000,
409
+ -44.500000 -7.048108 -82.900000,
410
+ -40.144030 -20.454405 -82.900000,
411
+ -40.144030 -20.454405 -34.500000,
412
+ -44.500000 -7.048108 -34.500000,
413
+ -44.500000 -7.048108 -82.900000,
414
+ -40.144030 -20.454405 -34.500000,
415
+ 20.454405 -40.144030 -82.900000,
416
+ 31.858483 -31.858483 -82.900000,
417
+ 31.858483 -31.858483 -34.500000,
418
+ 20.454405 -40.144030 -34.500000,
419
+ 20.454405 -40.144030 -82.900000,
420
+ 31.858483 -31.858483 -34.500000,
421
+ 40.144030 20.454405 -82.900000,
422
+ 31.858483 31.858483 -82.900000,
423
+ 31.858483 31.858483 -34.500000,
424
+ 40.144030 20.454405 -34.500000,
425
+ 40.144030 20.454405 -82.900000,
426
+ 31.858483 31.858483 -34.500000,
427
+ -40.144030 -20.454405 -82.900000,
428
+ -31.858483 -31.858483 -82.900000,
429
+ -31.858483 -31.858483 -34.500000,
430
+ -40.144030 -20.454405 -34.500000,
431
+ -40.144030 -20.454405 -82.900000,
432
+ -31.858483 -31.858483 -34.500000,
433
+ -20.454405 40.144030 -82.900000,
434
+ -31.858483 31.858483 -82.900000,
435
+ -31.858483 31.858483 -34.500000,
436
+ -20.454405 40.144030 -34.500000,
437
+ -20.454405 40.144030 -82.900000,
438
+ -31.858483 31.858483 -34.500000,
439
+ -7.048108 -44.500000 -82.900000,
440
+ 7.048108 -44.500000 -82.900000,
441
+ 7.048108 -44.500000 -34.500000,
442
+ -7.048108 -44.500000 -34.500000,
443
+ -7.048108 -44.500000 -82.900000,
444
+ 7.048108 -44.500000 -34.500000,
445
+ 44.500000 -7.048108 -82.900000,
446
+ 44.500000 7.048108 -82.900000,
447
+ 44.500000 7.048108 -34.500000,
448
+ 44.500000 -7.048108 -34.500000,
449
+ 44.500000 -7.048108 -82.900000,
450
+ 44.500000 7.048108 -34.500000,
451
+ -44.500000 7.048108 -82.900000,
452
+ -44.500000 -7.048108 -82.900000,
453
+ -44.500000 -7.048108 -34.500000,
454
+ -44.500000 7.048108 -34.500000,
455
+ -44.500000 7.048108 -82.900000,
456
+ -44.500000 -7.048108 -34.500000,
457
+ 7.048108 44.500000 -82.900000,
458
+ -7.048108 44.500000 -82.900000,
459
+ -7.048108 44.500000 -34.500000,
460
+ 7.048108 44.500000 -34.500000,
461
+ 7.048108 44.500000 -82.900000,
462
+ -7.048108 44.500000 -34.500000,
463
+ -12.400000 -8.184731 -9.800000,
464
+ -12.400000 -26.500000 -9.800000,
465
+ -24.990063 -26.500000 -9.800000,
466
+ -39.836388 -19.814217 -9.800000,
467
+ -24.990063 -26.500000 -9.800000,
468
+ -37.561241 -22.845787 -9.800000,
469
+ -39.836388 -19.814217 -9.800000,
470
+ -12.400000 -8.184731 -9.800000,
471
+ -24.990063 -26.500000 -9.800000,
472
+ -39.836388 -19.814217 -9.800000,
473
+ -42.889217 -11.692345 -9.800000,
474
+ -12.400000 -8.184731 -9.800000,
475
+ -12.400000 -8.184731 -9.800000,
476
+ -42.889217 -11.692345 -9.800000,
477
+ -44.296982 -4.186272 -9.800000,
478
+ -11.891385 3.139214 -9.800000,
479
+ -44.296982 -4.186272 -9.800000,
480
+ -44.311378 -0.256433 -9.800000,
481
+ -44.290688 4.228964 -9.800000,
482
+ -11.891385 3.139214 -9.800000,
483
+ -44.311378 -0.256433 -9.800000,
484
+ -44.290688 4.228964 -9.800000,
485
+ -42.752518 12.316201 -9.800000,
486
+ -11.891385 3.139214 -9.800000,
487
+ -11.891385 3.139214 -9.800000,
488
+ -42.752518 12.316201 -9.800000,
489
+ -8.804438 8.582165 -9.800000,
490
+ -8.804438 8.582165 -9.800000,
491
+ -42.752518 12.316201 -9.800000,
492
+ -12.304760 19.500000 -9.800000,
493
+ -3.132543 11.885323 -9.800000,
494
+ -12.304760 19.500000 -9.800000,
495
+ 12.422364 19.500000 -9.800000,
496
+ 3.487549 11.791734 -9.800000,
497
+ 12.422364 19.500000 -9.800000,
498
+ 8.510221 8.918896 -9.800000,
499
+ 3.487549 11.791734 -9.800000,
500
+ -3.132543 11.885323 -9.800000,
501
+ 12.422364 19.500000 -9.800000,
502
+ -24.990063 -26.500000 -9.800000,
503
+ -34.734573 -24.576164 -9.800000,
504
+ -37.561241 -22.845787 -9.800000,
505
+ -42.752518 12.316201 -9.800000,
506
+ -39.757710 19.957335 -9.800000,
507
+ -12.304760 19.500000 -9.800000,
508
+ -12.304760 19.500000 -9.800000,
509
+ -39.757710 19.957335 -9.800000,
510
+ -34.204308 24.830261 -9.800000,
511
+ -29.617748 26.500000 -9.800000,
512
+ -12.304760 19.500000 -9.800000,
513
+ -34.204308 24.830261 -9.800000,
514
+ -29.617748 26.500000 -9.800000,
515
+ -12.304760 26.500000 -9.800000,
516
+ -12.304760 19.500000 -9.800000,
517
+ 12.422364 19.500000 -9.800000,
518
+ 12.422364 26.500000 -9.800000,
519
+ 29.849741 26.500000 -9.800000,
520
+ 37.703270 22.662239 -9.800000,
521
+ 12.422364 19.500000 -9.800000,
522
+ 29.849741 26.500000 -9.800000,
523
+ 37.703270 22.662239 -9.800000,
524
+ 39.810204 19.881573 -9.800000,
525
+ 12.422364 19.500000 -9.800000,
526
+ 12.422364 19.500000 -9.800000,
527
+ 39.810204 19.881573 -9.800000,
528
+ 42.860016 11.858391 -9.800000,
529
+ 8.510221 8.918896 -9.800000,
530
+ 42.860016 11.858391 -9.800000,
531
+ 11.834375 3.429228 -9.800000,
532
+ 8.510221 8.918896 -9.800000,
533
+ 12.422364 19.500000 -9.800000,
534
+ 42.860016 11.858391 -9.800000,
535
+ 11.834375 3.429228 -9.800000,
536
+ 42.860016 11.858391 -9.800000,
537
+ 44.305000 4.145195 -9.800000,
538
+ 44.279694 -4.290897 -9.800000,
539
+ 11.834375 3.429228 -9.800000,
540
+ 44.305000 4.145195 -9.800000,
541
+ 44.279694 -4.290897 -9.800000,
542
+ 12.400000 -8.184731 -9.800000,
543
+ 11.834375 3.429228 -9.800000,
544
+ 44.279694 -4.290897 -9.800000,
545
+ 42.668922 -12.528546 -9.800000,
546
+ 12.400000 -8.184731 -9.800000,
547
+ 12.400000 -8.184731 -9.800000,
548
+ 42.668922 -12.528546 -9.800000,
549
+ 39.783470 -19.923405 -9.800000,
550
+ 24.853920 -26.500000 -9.800000,
551
+ 39.783470 -19.923405 -9.800000,
552
+ 37.357819 -22.969519 -9.800000,
553
+ 34.466110 -24.738983 -9.800000,
554
+ 24.853920 -26.500000 -9.800000,
555
+ 37.357819 -22.969519 -9.800000,
556
+ 24.853920 -26.500000 -9.800000,
557
+ 12.400000 -26.500000 -9.800000,
558
+ 12.400000 -8.184731 -9.800000,
559
+ 39.783470 -19.923405 -9.800000,
560
+ 24.853920 -26.500000 -9.800000,
561
+ 12.400000 -8.184731 -9.800000,
562
+ -3.132543 11.885323 -9.800000,
563
+ -8.804438 8.582165 -9.800000,
564
+ -12.304760 19.500000 -9.800000,
565
+ -11.891385 3.139214 -9.800000,
566
+ -12.400000 -8.184731 -9.800000,
567
+ -44.296982 -4.186272 -9.800000,
568
+ 12.422364 26.500000 0.000000,
569
+ 12.422364 35.000000 -6.960000,
570
+ -12.304760 35.000000 -6.960000,
571
+ -12.304760 26.500000 0.000000,
572
+ 12.422364 26.500000 0.000000,
573
+ -12.304760 35.000000 -6.960000,
574
+ -29.617748 26.500000 0.000000,
575
+ -12.304760 26.500000 0.000000,
576
+ -12.304760 26.500000 -9.800000,
577
+ -29.617748 26.500000 -9.800000,
578
+ -29.617748 26.500000 0.000000,
579
+ -12.304760 26.500000 -9.800000,
580
+ 29.849741 26.500000 -9.800000,
581
+ 12.422364 26.500000 -9.800000,
582
+ 12.422364 26.500000 0.000000,
583
+ 29.849741 26.500000 0.000000,
584
+ 29.849741 26.500000 -9.800000,
585
+ 12.422364 26.500000 0.000000,
586
+ 37.703270 22.662239 0.000000,
587
+ 39.810204 19.881573 0.000000,
588
+ 39.810204 19.881573 -9.800000,
589
+ 37.703270 22.662239 -9.800000,
590
+ 37.703270 22.662239 0.000000,
591
+ 39.810204 19.881573 -9.800000,
592
+ 39.810204 19.881573 0.000000,
593
+ 42.860016 11.858391 0.000000,
594
+ 42.860016 11.858391 -9.800000,
595
+ 39.810204 19.881573 -9.800000,
596
+ 39.810204 19.881573 0.000000,
597
+ 42.860016 11.858391 -9.800000,
598
+ 42.860016 11.858391 0.000000,
599
+ 44.305000 4.145195 0.000000,
600
+ 44.305000 4.145195 -9.800000,
601
+ 42.860016 11.858391 -9.800000,
602
+ 42.860016 11.858391 0.000000,
603
+ 44.305000 4.145195 -9.800000,
604
+ 44.305000 4.145195 0.000000,
605
+ 44.279694 -4.290897 0.000000,
606
+ 44.279694 -4.290897 -9.800000,
607
+ 44.305000 4.145195 -9.800000,
608
+ 44.305000 4.145195 0.000000,
609
+ 44.279694 -4.290897 -9.800000,
610
+ 44.279694 -4.290897 0.000000,
611
+ 42.668922 -12.528546 0.000000,
612
+ 42.668922 -12.528546 -9.800000,
613
+ 44.279694 -4.290897 -9.800000,
614
+ 44.279694 -4.290897 0.000000,
615
+ 42.668922 -12.528546 -9.800000,
616
+ 42.668922 -12.528546 0.000000,
617
+ 39.783470 -19.923405 0.000000,
618
+ 39.783470 -19.923405 -9.800000,
619
+ 42.668922 -12.528546 -9.800000,
620
+ 42.668922 -12.528546 0.000000,
621
+ 39.783470 -19.923405 -9.800000,
622
+ 39.783470 -19.923405 0.000000,
623
+ 37.357819 -22.969519 0.000000,
624
+ 37.357819 -22.969519 -9.800000,
625
+ 39.783470 -19.923405 -9.800000,
626
+ 39.783470 -19.923405 0.000000,
627
+ 37.357819 -22.969519 -9.800000,
628
+ 37.357819 -22.969519 0.000000,
629
+ 34.466110 -24.738983 0.000000,
630
+ 34.466110 -24.738983 -9.800000,
631
+ 37.357819 -22.969519 -9.800000,
632
+ 37.357819 -22.969519 0.000000,
633
+ 34.466110 -24.738983 -9.800000,
634
+ 34.466110 -24.738983 0.000000,
635
+ 24.853920 -26.500000 0.000000,
636
+ 24.853920 -26.500000 -9.800000,
637
+ 34.466110 -24.738983 -9.800000,
638
+ 34.466110 -24.738983 0.000000,
639
+ 24.853920 -26.500000 -9.800000,
640
+ -24.990063 -26.500000 0.000000,
641
+ -12.400000 -26.500000 -9.800000,
642
+ 24.853920 -26.500000 0.000000,
643
+ -24.990063 -26.500000 0.000000,
644
+ -24.990063 -26.500000 -9.800000,
645
+ -12.400000 -26.500000 -9.800000,
646
+ -12.400000 -26.500000 -9.800000,
647
+ 12.400000 -26.500000 -9.800000,
648
+ 24.853920 -26.500000 0.000000,
649
+ 24.853920 -26.500000 0.000000,
650
+ 12.400000 -26.500000 -9.800000,
651
+ 24.853920 -26.500000 -9.800000,
652
+ -24.990063 -26.500000 0.000000,
653
+ -34.734573 -24.576164 0.000000,
654
+ -34.734573 -24.576164 -9.800000,
655
+ -24.990063 -26.500000 -9.800000,
656
+ -24.990063 -26.500000 0.000000,
657
+ -34.734573 -24.576164 -9.800000,
658
+ -34.734573 -24.576164 0.000000,
659
+ -37.561241 -22.845787 0.000000,
660
+ -37.561241 -22.845787 -9.800000,
661
+ -34.734573 -24.576164 -9.800000,
662
+ -34.734573 -24.576164 0.000000,
663
+ -37.561241 -22.845787 -9.800000,
664
+ -37.561241 -22.845787 0.000000,
665
+ -39.836388 -19.814217 0.000000,
666
+ -39.836388 -19.814217 -9.800000,
667
+ -37.561241 -22.845787 -9.800000,
668
+ -37.561241 -22.845787 0.000000,
669
+ -39.836388 -19.814217 -9.800000,
670
+ -39.836388 -19.814217 0.000000,
671
+ -42.889217 -11.692345 0.000000,
672
+ -42.889217 -11.692345 -9.800000,
673
+ -39.836388 -19.814217 -9.800000,
674
+ -39.836388 -19.814217 0.000000,
675
+ -42.889217 -11.692345 -9.800000,
676
+ -42.889217 -11.692345 0.000000,
677
+ -44.296982 -4.186272 0.000000,
678
+ -44.296982 -4.186272 -9.800000,
679
+ -42.889217 -11.692345 -9.800000,
680
+ -42.889217 -11.692345 0.000000,
681
+ -44.296982 -4.186272 -9.800000,
682
+ -44.296982 -4.186272 0.000000,
683
+ -44.311378 -0.256433 0.000000,
684
+ -44.311378 -0.256433 -9.800000,
685
+ -44.296982 -4.186272 -9.800000,
686
+ -44.296982 -4.186272 0.000000,
687
+ -44.311378 -0.256433 -9.800000,
688
+ -44.311378 -0.256433 0.000000,
689
+ -44.290688 4.228964 0.000000,
690
+ -44.290688 4.228964 -9.800000,
691
+ -44.311378 -0.256433 -9.800000,
692
+ -44.311378 -0.256433 0.000000,
693
+ -44.290688 4.228964 -9.800000,
694
+ -44.290688 4.228964 0.000000,
695
+ -42.752518 12.316201 0.000000,
696
+ -42.752518 12.316201 -9.800000,
697
+ -44.290688 4.228964 -9.800000,
698
+ -44.290688 4.228964 0.000000,
699
+ -42.752518 12.316201 -9.800000,
700
+ -42.752518 12.316201 0.000000,
701
+ -39.757710 19.957335 0.000000,
702
+ -39.757710 19.957335 -9.800000,
703
+ -42.752518 12.316201 -9.800000,
704
+ -42.752518 12.316201 0.000000,
705
+ -39.757710 19.957335 -9.800000,
706
+ -39.757710 19.957335 0.000000,
707
+ -34.204308 24.830261 0.000000,
708
+ -34.204308 24.830261 -9.800000,
709
+ -39.757710 19.957335 -9.800000,
710
+ -39.757710 19.957335 0.000000,
711
+ -34.204308 24.830261 -9.800000,
712
+ -34.204308 24.830261 0.000000,
713
+ -29.617748 26.500000 0.000000,
714
+ -29.617748 26.500000 -9.800000,
715
+ -34.204308 24.830261 -9.800000,
716
+ -34.204308 24.830261 0.000000,
717
+ -29.617748 26.500000 -9.800000,
718
+ 29.849741 26.500000 0.000000,
719
+ 37.703270 22.662239 0.000000,
720
+ 37.703270 22.662239 -9.800000,
721
+ 29.849741 26.500000 -9.800000,
722
+ 29.849741 26.500000 0.000000,
723
+ 37.703270 22.662239 -9.800000,
724
+ 39.810204 19.881573 0.000000,
725
+ 37.703270 22.662239 0.000000,
726
+ 29.849741 26.500000 0.000000,
727
+ 12.422364 26.500000 0.000000,
728
+ 39.810204 19.881573 0.000000,
729
+ 29.849741 26.500000 0.000000,
730
+ 12.422364 26.500000 0.000000,
731
+ 42.860016 11.858391 0.000000,
732
+ 39.810204 19.881573 0.000000,
733
+ 12.422364 26.500000 0.000000,
734
+ 44.305000 4.145195 0.000000,
735
+ 42.860016 11.858391 0.000000,
736
+ 12.422364 26.500000 0.000000,
737
+ -44.311378 -0.256433 0.000000,
738
+ 44.305000 4.145195 0.000000,
739
+ 12.422364 26.500000 0.000000,
740
+ -12.304760 26.500000 0.000000,
741
+ -44.311378 -0.256433 0.000000,
742
+ -44.311378 -0.256433 0.000000,
743
+ -12.304760 26.500000 0.000000,
744
+ -44.290688 4.228964 0.000000,
745
+ -44.290688 4.228964 0.000000,
746
+ -12.304760 26.500000 0.000000,
747
+ -42.752518 12.316201 0.000000,
748
+ -42.752518 12.316201 0.000000,
749
+ -12.304760 26.500000 0.000000,
750
+ -39.757710 19.957335 0.000000,
751
+ -39.757710 19.957335 0.000000,
752
+ -12.304760 26.500000 0.000000,
753
+ -29.617748 26.500000 0.000000,
754
+ -34.204308 24.830261 0.000000,
755
+ -39.757710 19.957335 0.000000,
756
+ -29.617748 26.500000 0.000000,
757
+ -44.311378 -0.256433 0.000000,
758
+ -44.296982 -4.186272 0.000000,
759
+ 44.279694 -4.290897 0.000000,
760
+ 44.305000 4.145195 0.000000,
761
+ -44.311378 -0.256433 0.000000,
762
+ 44.279694 -4.290897 0.000000,
763
+ -44.296982 -4.186272 0.000000,
764
+ -42.889217 -11.692345 0.000000,
765
+ 44.279694 -4.290897 0.000000,
766
+ 44.279694 -4.290897 0.000000,
767
+ -42.889217 -11.692345 0.000000,
768
+ -24.990063 -26.500000 0.000000,
769
+ 42.668922 -12.528546 0.000000,
770
+ -24.990063 -26.500000 0.000000,
771
+ 24.853920 -26.500000 0.000000,
772
+ 39.783470 -19.923405 0.000000,
773
+ 24.853920 -26.500000 0.000000,
774
+ 37.357819 -22.969519 0.000000,
775
+ 39.783470 -19.923405 0.000000,
776
+ 42.668922 -12.528546 0.000000,
777
+ 24.853920 -26.500000 0.000000,
778
+ -42.889217 -11.692345 0.000000,
779
+ -39.836388 -19.814217 0.000000,
780
+ -24.990063 -26.500000 0.000000,
781
+ -24.990063 -26.500000 0.000000,
782
+ -39.836388 -19.814217 0.000000,
783
+ -37.561241 -22.845787 0.000000,
784
+ -34.734573 -24.576164 0.000000,
785
+ -24.990063 -26.500000 0.000000,
786
+ -37.561241 -22.845787 0.000000,
787
+ 24.853920 -26.500000 0.000000,
788
+ 34.466110 -24.738983 0.000000,
789
+ 37.357819 -22.969519 0.000000,
790
+ -24.990063 -26.500000 0.000000,
791
+ 42.668922 -12.528546 0.000000,
792
+ 44.279694 -4.290897 0.000000,
793
+ 12.422364 35.000000 -34.500000,
794
+ -12.304760 35.000000 -34.500000,
795
+ -12.304760 35.000000 -6.960000,
796
+ 12.422364 35.000000 -6.960000,
797
+ 12.422364 35.000000 -34.500000,
798
+ -12.304760 35.000000 -6.960000,
799
+ -12.304760 35.000000 -34.500000,
800
+ -12.304760 19.500000 -34.500000,
801
+ -12.304760 26.500000 -9.800000,
802
+ -12.304760 35.000000 -6.960000,
803
+ -12.304760 26.500000 -9.800000,
804
+ -12.304760 26.500000 0.000000,
805
+ -12.304760 35.000000 -6.960000,
806
+ -12.304760 35.000000 -34.500000,
807
+ -12.304760 26.500000 -9.800000,
808
+ -12.304760 19.500000 -34.500000,
809
+ -12.304760 19.500000 -9.800000,
810
+ -12.304760 26.500000 -9.800000,
811
+ 12.422364 26.500000 -9.800000,
812
+ 12.422364 19.500000 -9.800000,
813
+ 12.422364 19.500000 -34.500000,
814
+ 12.422364 35.000000 -34.500000,
815
+ 12.422364 26.500000 -9.800000,
816
+ 12.422364 19.500000 -34.500000,
817
+ 12.422364 35.000000 -34.500000,
818
+ 12.422364 35.000000 -6.960000,
819
+ 12.422364 26.500000 -9.800000,
820
+ 12.422364 26.500000 -9.800000,
821
+ 12.422364 35.000000 -6.960000,
822
+ 12.422364 26.500000 0.000000,
823
+ 12.422364 19.500000 -9.800000,
824
+ -12.304760 19.500000 -9.800000,
825
+ -12.304760 19.500000 -34.500000,
826
+ 12.422364 19.500000 -34.500000,
827
+ 12.422364 19.500000 -9.800000,
828
+ -12.304760 19.500000 -34.500000,
829
+ ]
830
+ }
831
+ FaceSet {
832
+ numVertices [ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
833
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
834
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
835
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
836
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
837
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
838
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
839
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
840
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
841
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
842
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
843
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
844
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
845
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
846
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
847
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
848
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
849
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
850
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
851
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
852
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
853
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
854
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
855
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
856
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
857
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
858
+ 3, 3, 3, 3, 3, 3, 3, 3, ]
859
+ }
860
+ }
861
+
862
+ }
hand_model/barrett_hand_description/meshes/palm.stl ADDED
Binary file (13.5 kB). View file
 
hand_model/barrett_hand_description/meshes/palm.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ 498257408.000000 -26085.812500 -35313.773438 427751712.000000 54729772.000000 429553728.000000
2
+ 0.002672 -3.848102 -46.193062
3
+
hand_model/barrett_hand_description/meshes/palm.wrl ADDED
@@ -0,0 +1,507 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #VRML V2.0 utf8
2
+
3
+
4
+ Group {
5
+ children
6
+ Group {
7
+ children
8
+ Shape {
9
+ appearance
10
+ Appearance {
11
+ material
12
+ Material {
13
+ diffuseColor 0 0 0
14
+ ambientIntensity 0.047137998
15
+ specularColor 0.15151501 0.15151501 0.15151501
16
+ shininess 0.104377
17
+
18
+ }
19
+
20
+ }
21
+ geometry
22
+ IndexedFaceSet {
23
+ coord
24
+ Coordinate {
25
+ point [ -12.4 -50.496204 -34.5,
26
+ -12.4 -42.761066 -34.5,
27
+ -7.0481081 -44.5 -34.5,
28
+ 7.0481081 -44.5 -34.5,
29
+ 12.4 -50.496204 -34.5,
30
+ 12.4 -42.761066 -34.5,
31
+ -12.4 -27.611208 -9.8000002,
32
+ -12.4 -40.083328 9.1600952,
33
+ 12.4 -40.083328 9.1600952,
34
+ 12.4 -27.611208 -9.8000002,
35
+ -12.4 -46.520042 12.788868,
36
+ 12.4 -46.520042 12.788868,
37
+ -12.4 -57.343094 11.436878,
38
+ 12.4 -57.343094 11.436878,
39
+ -12.4 -62.677574 5.782486,
40
+ 12.4 -62.677574 5.782486,
41
+ -12.4 -64.442955 -1.295334,
42
+ 12.4 -64.442955 -1.295334,
43
+ -12.4 -64.442955 -26.998272,
44
+ 12.4 -64.442955 -26.998272,
45
+ 12.4 -26.5 -9.8000002,
46
+ 12.4 -8.1847305 -34.5,
47
+ 12.4 -8.1847305 -9.8000002,
48
+ -12.4 -26.5 -9.8000002,
49
+ -12.4 -8.1847305 -34.5,
50
+ -12.4 -8.1847305 -9.8000002,
51
+ 11.834375 3.4292281 -34.5,
52
+ 8.5102205 8.9188957 -34.5,
53
+ 8.5102205 8.9188957 -9.8000002,
54
+ 11.834375 3.4292281 -9.8000002,
55
+ 3.4875491 11.791734 -34.5,
56
+ 3.4875491 11.791734 -9.8000002,
57
+ -3.1325431 11.885323 -34.5,
58
+ -3.1325431 11.885323 -9.8000002,
59
+ -8.8044376 8.5821648 -34.5,
60
+ -8.8044376 8.5821648 -9.8000002,
61
+ -11.891385 3.139214 -34.5,
62
+ -11.891385 3.139214 -9.8000002,
63
+ 12.422364 35 -34.5,
64
+ 7.0481081 44.5 -34.5,
65
+ -12.30476 35 -34.5,
66
+ 20.454405 40.144032 -34.5,
67
+ 31.858482 31.858482 -34.5,
68
+ 12.422364 19.5 -34.5,
69
+ 40.144032 20.454405 -34.5,
70
+ 44.5 7.0481081 -34.5,
71
+ 44.5 -7.0481081 -34.5,
72
+ -12.30476 19.5 -34.5,
73
+ -40.144032 20.454405 -34.5,
74
+ -31.858482 31.858482 -34.5,
75
+ -20.454405 40.144032 -34.5,
76
+ -7.0481081 44.5 -34.5,
77
+ -20.454405 -40.144032 -34.5,
78
+ -31.858482 -31.858482 -34.5,
79
+ -40.144032 -20.454405 -34.5,
80
+ -44.5 -7.0481081 -34.5,
81
+ -44.5 7.0481081 -34.5,
82
+ 40.144032 -20.454405 -34.5,
83
+ 31.858482 -31.858482 -34.5,
84
+ 20.454405 -40.144032 -34.5,
85
+ 31.858482 31.858482 -82.900002,
86
+ 20.454405 40.144032 -82.900002,
87
+ -31.858482 31.858482 -82.900002,
88
+ -40.144032 20.454405 -82.900002,
89
+ 31.858482 -31.858482 -82.900002,
90
+ 40.144032 -20.454405 -82.900002,
91
+ -31.858482 -31.858482 -82.900002,
92
+ -20.454405 -40.144032 -82.900002,
93
+ 44.5 -7.0481081 -82.900002,
94
+ 7.0481081 44.5 -82.900002,
95
+ -7.0481081 -44.5 -82.900002,
96
+ -44.5 7.0481081 -82.900002,
97
+ 20.454405 -40.144032 -82.900002,
98
+ 7.0481081 -44.5 -82.900002,
99
+ 44.5 7.0481081 -82.900002,
100
+ 40.144032 20.454405 -82.900002,
101
+ -40.144032 -20.454405 -82.900002,
102
+ -44.5 -7.0481081 -82.900002,
103
+ -7.0481081 44.5 -82.900002,
104
+ -20.454405 40.144032 -82.900002,
105
+ -24.990063 -26.5 -9.8000002,
106
+ -39.836388 -19.814217 -9.8000002,
107
+ -37.561241 -22.845787 -9.8000002,
108
+ -42.889217 -11.692345 -9.8000002,
109
+ -44.296982 -4.1862721 -9.8000002,
110
+ -44.311378 -0.25643301 -9.8000002,
111
+ -44.290688 4.2289639 -9.8000002,
112
+ -42.752518 12.316201 -9.8000002,
113
+ -12.30476 19.5 -9.8000002,
114
+ 12.422364 19.5 -9.8000002,
115
+ -34.734573 -24.576164 -9.8000002,
116
+ -39.75771 19.957335 -9.8000002,
117
+ -34.204308 24.830261 -9.8000002,
118
+ -29.617748 26.5 -9.8000002,
119
+ -12.30476 26.5 -9.8000002,
120
+ 12.422364 26.5 -9.8000002,
121
+ 29.849741 26.5 -9.8000002,
122
+ 37.70327 22.662239 -9.8000002,
123
+ 39.810204 19.881573 -9.8000002,
124
+ 42.860016 11.858391 -9.8000002,
125
+ 44.305 4.145195 -9.8000002,
126
+ 44.279694 -4.2908969 -9.8000002,
127
+ 42.668922 -12.528546 -9.8000002,
128
+ 39.78347 -19.923405 -9.8000002,
129
+ 24.85392 -26.5 -9.8000002,
130
+ 37.357819 -22.969519 -9.8000002,
131
+ 34.46611 -24.738983 -9.8000002,
132
+ 12.422364 26.5 0,
133
+ 12.422364 35 -6.96,
134
+ -12.30476 35 -6.96,
135
+ -12.30476 26.5 0,
136
+ -29.617748 26.5 0,
137
+ 29.849741 26.5 0,
138
+ 37.70327 22.662239 0,
139
+ 39.810204 19.881573 0,
140
+ 42.860016 11.858391 0,
141
+ 44.305 4.145195 0,
142
+ 44.279694 -4.2908969 0,
143
+ 42.668922 -12.528546 0,
144
+ 39.78347 -19.923405 0,
145
+ 37.357819 -22.969519 0,
146
+ 34.46611 -24.738983 0,
147
+ 24.85392 -26.5 0,
148
+ -24.990063 -26.5 0,
149
+ -34.734573 -24.576164 0,
150
+ -37.561241 -22.845787 0,
151
+ -39.836388 -19.814217 0,
152
+ -42.889217 -11.692345 0,
153
+ -44.296982 -4.1862721 0,
154
+ -44.311378 -0.25643301 0,
155
+ -44.290688 4.2289639 0,
156
+ -42.752518 12.316201 0,
157
+ -39.75771 19.957335 0,
158
+ -34.204308 24.830261 0 ]
159
+
160
+ }
161
+ normal
162
+ Normal {
163
+ vector [ 0 0 -1,
164
+ -0 0.83544999 0.54956651,
165
+ 0 0.49109587 0.87110549,
166
+ 0 -0.12395424 0.99228799,
167
+ 0 -0.72738421 0.68623048,
168
+ 0 -0.97027379 0.24200995,
169
+ 0 -1 0,
170
+ 0 -0.47370523 -0.88068354,
171
+ 1 0 -0,
172
+ -1 0 0,
173
+ 0.85539919 0.51796931 -0,
174
+ 0.49649587 0.86803919 -0,
175
+ 0.014135676 0.99990016 -0,
176
+ -0.50325167 0.86413985 0,
177
+ -0.86984336 0.49332812 0,
178
+ -0.99899286 0.044869728 0,
179
+ 0.99881619 0.048644453 -0,
180
+ 0 0 1,
181
+ 0.5877853 0.80901694 0,
182
+ -0.80901694 0.5877853 0,
183
+ 0.80901694 -0.5877853 0,
184
+ -0.5877853 -0.80901694 0,
185
+ 0.9510566 -0.30901694 0,
186
+ 0.30901694 0.9510566 0,
187
+ -0.309017 -0.95105654 -0,
188
+ -0.30901694 -0.95105654 -1.6773878e-008,
189
+ -0.30901679 -0.9510566 -0,
190
+ -0.9510566 0.30901694 0,
191
+ 0.9510566 0.30901694 0,
192
+ -0.30901694 0.9510566 0,
193
+ 0.30901697 -0.9510566 -8.3869391e-009,
194
+ 0.309017 -0.95105654 0,
195
+ 0.30901688 -0.9510566 -8.3869391e-009,
196
+ 0.30901679 -0.9510566 0,
197
+ 0.30901688 -0.9510566 -5.5912923e-009,
198
+ -0.9510566 -0.30901694 0,
199
+ 0.5877853 -0.80901694 0,
200
+ 0.80901694 0.5877853 -0,
201
+ -0.80901694 -0.5877853 0,
202
+ -0.5877853 0.80901694 0,
203
+ 0 1 0,
204
+ 0 0.63353521 0.77371395,
205
+ 0.79704136 0.60392475 0,
206
+ 0.93474478 0.35531989 0,
207
+ 0.9829008 0.18413591 0,
208
+ 0.99999553 -0.0029997998 0,
209
+ 0.98141378 -0.19190338 0,
210
+ 0.9315924 -0.36350468 0,
211
+ 0.78227484 -0.62293345 0,
212
+ 0.52194589 -0.85297865 0,
213
+ 0.18020728 -0.98362869 0,
214
+ -0.19368896 -0.98106307 -0,
215
+ -0.52210212 -0.85288298 -0,
216
+ -0.79981399 -0.60024798 -0,
217
+ -0.93605888 -0.35184357 -0,
218
+ -0.98286331 -0.1843361 -0,
219
+ -0.99999332 -0.0036633997 -0,
220
+ -0.99998933 0.0046129022 0,
221
+ -0.98238897 0.18684761 0,
222
+ -0.93104428 0.36490646 0,
223
+ -0.65955418 0.75165701 0,
224
+ -0.34208667 0.93966848 0,
225
+ 0.43904933 0.89846307 0 ]
226
+
227
+ }
228
+ coordIndex [ 0, 1, 2, -1, 3, 0, 2, -1,
229
+ 3, 4, 0, -1, 3, 5, 4, -1,
230
+ 6, 7, 8, -1, 9, 6, 8, -1,
231
+ 8, 7, 10, -1, 11, 8, 10, -1,
232
+ 11, 10, 12, -1, 13, 11, 12, -1,
233
+ 13, 12, 14, -1, 15, 13, 14, -1,
234
+ 15, 14, 16, -1, 17, 15, 16, -1,
235
+ 17, 16, 18, -1, 19, 17, 18, -1,
236
+ 19, 18, 0, -1, 4, 19, 0, -1,
237
+ 19, 4, 9, -1, 17, 9, 8, -1,
238
+ 15, 8, 11, -1, 13, 15, 11, -1,
239
+ 4, 5, 9, -1, 9, 5, 20, -1,
240
+ 20, 5, 21, -1, 22, 20, 21, -1,
241
+ 8, 15, 17, -1, 9, 17, 19, -1,
242
+ 6, 1, 0, -1, 18, 6, 0, -1,
243
+ 18, 16, 6, -1, 6, 16, 7, -1,
244
+ 7, 16, 14, -1, 10, 14, 12, -1,
245
+ 10, 7, 14, -1, 1, 6, 23, -1,
246
+ 24, 23, 25, -1, 24, 1, 23, -1,
247
+ 26, 27, 28, -1, 29, 26, 28, -1,
248
+ 27, 30, 31, -1, 28, 27, 31, -1,
249
+ 30, 32, 33, -1, 31, 30, 33, -1,
250
+ 32, 34, 35, -1, 33, 32, 35, -1,
251
+ 34, 36, 37, -1, 35, 34, 37, -1,
252
+ 36, 24, 25, -1, 37, 36, 25, -1,
253
+ 21, 26, 29, -1, 22, 21, 29, -1,
254
+ 9, 20, 23, -1, 6, 9, 23, -1,
255
+ 38, 39, 40, -1, 38, 41, 39, -1,
256
+ 38, 42, 41, -1, 38, 43, 42, -1,
257
+ 42, 43, 44, -1, 44, 43, 26, -1,
258
+ 45, 26, 46, -1, 45, 44, 26, -1,
259
+ 47, 32, 43, -1, 47, 34, 32, -1,
260
+ 47, 36, 34, -1, 47, 48, 36, -1,
261
+ 47, 49, 48, -1, 47, 40, 49, -1,
262
+ 49, 40, 50, -1, 50, 40, 51, -1,
263
+ 51, 40, 39, -1, 24, 52, 1, -1,
264
+ 24, 53, 52, -1, 24, 54, 53, -1,
265
+ 24, 55, 54, -1, 24, 36, 55, -1,
266
+ 55, 36, 56, -1, 56, 36, 48, -1,
267
+ 32, 30, 43, -1, 43, 30, 27, -1,
268
+ 26, 43, 27, -1, 26, 21, 46, -1,
269
+ 46, 21, 57, -1, 57, 21, 58, -1,
270
+ 58, 21, 59, -1, 59, 21, 5, -1,
271
+ 41, 42, 60, -1, 61, 41, 60, -1,
272
+ 48, 49, 62, -1, 63, 48, 62, -1,
273
+ 64, 65, 57, -1, 58, 64, 57, -1,
274
+ 66, 67, 52, -1, 53, 66, 52, -1,
275
+ 46, 57, 65, -1, 68, 46, 65, -1,
276
+ 39, 41, 61, -1, 69, 39, 61, -1,
277
+ 1, 52, 67, -1, 70, 1, 67, -1,
278
+ 70, 2, 1, -1, 56, 48, 63, -1,
279
+ 71, 56, 63, -1, 65, 64, 72, -1,
280
+ 73, 65, 72, -1, 73, 70, 65, -1,
281
+ 65, 70, 68, -1, 68, 70, 74, -1,
282
+ 74, 70, 67, -1, 66, 74, 67, -1,
283
+ 66, 75, 74, -1, 66, 76, 75, -1,
284
+ 75, 76, 60, -1, 60, 76, 61, -1,
285
+ 61, 76, 69, -1, 69, 76, 77, -1,
286
+ 71, 69, 77, -1, 71, 63, 69, -1,
287
+ 69, 63, 78, -1, 78, 63, 79, -1,
288
+ 79, 63, 62, -1, 44, 45, 74, -1,
289
+ 75, 44, 74, -1, 50, 51, 78, -1,
290
+ 79, 50, 78, -1, 72, 59, 5, -1,
291
+ 73, 5, 3, -1, 73, 72, 5, -1,
292
+ 77, 76, 54, -1, 55, 77, 54, -1,
293
+ 72, 64, 58, -1, 59, 72, 58, -1,
294
+ 75, 60, 42, -1, 44, 75, 42, -1,
295
+ 76, 66, 53, -1, 54, 76, 53, -1,
296
+ 79, 62, 49, -1, 50, 79, 49, -1,
297
+ 70, 73, 3, -1, 2, 70, 3, -1,
298
+ 68, 74, 45, -1, 46, 68, 45, -1,
299
+ 71, 77, 55, -1, 56, 71, 55, -1,
300
+ 69, 78, 51, -1, 39, 69, 51, -1,
301
+ 25, 23, 80, -1, 81, 80, 82, -1,
302
+ 81, 25, 80, -1, 81, 83, 25, -1,
303
+ 25, 83, 84, -1, 37, 84, 85, -1,
304
+ 86, 37, 85, -1, 86, 87, 37, -1,
305
+ 37, 87, 35, -1, 35, 87, 88, -1,
306
+ 33, 88, 89, -1, 31, 89, 28, -1,
307
+ 31, 33, 89, -1, 80, 90, 82, -1,
308
+ 87, 91, 88, -1, 88, 91, 92, -1,
309
+ 93, 88, 92, -1, 93, 94, 88, -1,
310
+ 89, 95, 96, -1, 97, 89, 96, -1,
311
+ 97, 98, 89, -1, 89, 98, 99, -1,
312
+ 28, 99, 29, -1, 28, 89, 99, -1,
313
+ 29, 99, 100, -1, 101, 29, 100, -1,
314
+ 101, 22, 29, -1, 101, 102, 22, -1,
315
+ 22, 102, 103, -1, 104, 103, 105, -1,
316
+ 106, 104, 105, -1, 104, 20, 22, -1,
317
+ 103, 104, 22, -1, 33, 35, 88, -1,
318
+ 37, 25, 84, -1, 107, 108, 109, -1,
319
+ 110, 107, 109, -1, 111, 110, 94, -1,
320
+ 93, 111, 94, -1, 96, 95, 107, -1,
321
+ 112, 96, 107, -1, 113, 114, 98, -1,
322
+ 97, 113, 98, -1, 114, 115, 99, -1,
323
+ 98, 114, 99, -1, 115, 116, 100, -1,
324
+ 99, 115, 100, -1, 116, 117, 101, -1,
325
+ 100, 116, 101, -1, 117, 118, 102, -1,
326
+ 101, 117, 102, -1, 118, 119, 103, -1,
327
+ 102, 118, 103, -1, 119, 120, 105, -1,
328
+ 103, 119, 105, -1, 120, 121, 106, -1,
329
+ 105, 120, 106, -1, 121, 122, 104, -1,
330
+ 106, 121, 104, -1, 123, 23, 122, -1,
331
+ 123, 80, 23, -1, 23, 20, 122, -1,
332
+ 122, 20, 104, -1, 123, 124, 90, -1,
333
+ 80, 123, 90, -1, 124, 125, 82, -1,
334
+ 90, 124, 82, -1, 125, 126, 81, -1,
335
+ 82, 125, 81, -1, 126, 127, 83, -1,
336
+ 81, 126, 83, -1, 127, 128, 84, -1,
337
+ 83, 127, 84, -1, 128, 129, 85, -1,
338
+ 84, 128, 85, -1, 129, 130, 86, -1,
339
+ 85, 129, 86, -1, 130, 131, 87, -1,
340
+ 86, 130, 87, -1, 131, 132, 91, -1,
341
+ 87, 131, 91, -1, 132, 133, 92, -1,
342
+ 91, 132, 92, -1, 133, 111, 93, -1,
343
+ 92, 133, 93, -1, 112, 113, 97, -1,
344
+ 96, 112, 97, -1, 114, 113, 112, -1,
345
+ 107, 114, 112, -1, 107, 115, 114, -1,
346
+ 107, 116, 115, -1, 107, 129, 116, -1,
347
+ 107, 110, 129, -1, 129, 110, 130, -1,
348
+ 130, 110, 131, -1, 131, 110, 132, -1,
349
+ 132, 110, 111, -1, 133, 132, 111, -1,
350
+ 129, 128, 117, -1, 116, 129, 117, -1,
351
+ 128, 127, 117, -1, 117, 127, 123, -1,
352
+ 118, 123, 122, -1, 119, 122, 120, -1,
353
+ 119, 118, 122, -1, 127, 126, 123, -1,
354
+ 123, 126, 125, -1, 124, 123, 125, -1,
355
+ 122, 121, 120, -1, 123, 118, 117, -1,
356
+ 38, 40, 109, -1, 108, 38, 109, -1,
357
+ 40, 47, 94, -1, 109, 94, 110, -1,
358
+ 109, 40, 94, -1, 47, 88, 94, -1,
359
+ 95, 89, 43, -1, 38, 95, 43, -1,
360
+ 38, 108, 95, -1, 95, 108, 107, -1,
361
+ 89, 88, 47, -1, 43, 89, 47, -1 ]
362
+ normalIndex [ 0, 0, 0, -1, 0, 0, 0, -1,
363
+ 0, 0, 0, -1, 0, 0, 0, -1,
364
+ 1, 1, 1, -1, 1, 1, 1, -1,
365
+ 2, 2, 2, -1, 2, 2, 2, -1,
366
+ 3, 3, 3, -1, 3, 3, 3, -1,
367
+ 4, 4, 4, -1, 4, 4, 4, -1,
368
+ 5, 5, 5, -1, 5, 5, 5, -1,
369
+ 6, 6, 6, -1, 6, 6, 6, -1,
370
+ 7, 7, 7, -1, 7, 7, 7, -1,
371
+ 8, 8, 8, -1, 8, 8, 8, -1,
372
+ 8, 8, 8, -1, 8, 8, 8, -1,
373
+ 8, 8, 8, -1, 8, 8, 8, -1,
374
+ 8, 8, 8, -1, 8, 8, 8, -1,
375
+ 8, 8, 8, -1, 8, 8, 8, -1,
376
+ 9, 9, 9, -1, 9, 9, 9, -1,
377
+ 9, 9, 9, -1, 9, 9, 9, -1,
378
+ 9, 9, 9, -1, 9, 9, 9, -1,
379
+ 9, 9, 9, -1, 9, 9, 9, -1,
380
+ 9, 9, 9, -1, 9, 9, 9, -1,
381
+ 10, 10, 10, -1, 10, 10, 10, -1,
382
+ 11, 11, 11, -1, 11, 11, 11, -1,
383
+ 12, 12, 12, -1, 12, 12, 12, -1,
384
+ 13, 13, 13, -1, 13, 13, 13, -1,
385
+ 14, 14, 14, -1, 14, 14, 14, -1,
386
+ 15, 15, 15, -1, 15, 15, 15, -1,
387
+ 16, 16, 16, -1, 16, 16, 16, -1,
388
+ 17, 17, 17, -1, 17, 17, 17, -1,
389
+ 17, 17, 17, -1, 17, 17, 17, -1,
390
+ 17, 17, 17, -1, 17, 17, 17, -1,
391
+ 17, 17, 17, -1, 17, 17, 17, -1,
392
+ 17, 17, 17, -1, 17, 17, 17, -1,
393
+ 17, 17, 17, -1, 17, 17, 17, -1,
394
+ 17, 17, 17, -1, 17, 17, 17, -1,
395
+ 17, 17, 17, -1, 17, 17, 17, -1,
396
+ 17, 17, 17, -1, 17, 17, 17, -1,
397
+ 17, 17, 17, -1, 17, 17, 17, -1,
398
+ 17, 17, 17, -1, 17, 17, 17, -1,
399
+ 17, 17, 17, -1, 17, 17, 17, -1,
400
+ 17, 17, 17, -1, 17, 17, 17, -1,
401
+ 17, 17, 17, -1, 17, 17, 17, -1,
402
+ 17, 17, 17, -1, 17, 17, 17, -1,
403
+ 17, 17, 17, -1, 17, 17, 17, -1,
404
+ 17, 17, 17, -1, 17, 17, 17, -1,
405
+ 18, 18, 18, -1, 18, 18, 18, -1,
406
+ 19, 19, 19, -1, 19, 19, 19, -1,
407
+ 20, 20, 20, -1, 20, 20, 20, -1,
408
+ 21, 21, 21, -1, 21, 21, 21, -1,
409
+ 22, 22, 22, -1, 22, 22, 22, -1,
410
+ 23, 23, 23, -1, 23, 23, 23, -1,
411
+ 24, 24, 24, -1, 25, 25, 25, -1,
412
+ 26, 26, 26, -1, 27, 27, 27, -1,
413
+ 27, 27, 27, -1, 0, 0, 0, -1,
414
+ 0, 0, 0, -1, 0, 0, 0, -1,
415
+ 0, 0, 0, -1, 0, 0, 0, -1,
416
+ 0, 0, 0, -1, 0, 0, 0, -1,
417
+ 0, 0, 0, -1, 0, 0, 0, -1,
418
+ 0, 0, 0, -1, 0, 0, 0, -1,
419
+ 0, 0, 0, -1, 0, 0, 0, -1,
420
+ 0, 0, 0, -1, 0, 0, 0, -1,
421
+ 0, 0, 0, -1, 0, 0, 0, -1,
422
+ 0, 0, 0, -1, 28, 28, 28, -1,
423
+ 28, 28, 28, -1, 29, 29, 29, -1,
424
+ 29, 29, 29, -1, 30, 31, 30, -1,
425
+ 32, 32, 33, -1, 32, 30, 34, -1,
426
+ 35, 35, 35, -1, 35, 35, 35, -1,
427
+ 36, 36, 36, -1, 36, 36, 36, -1,
428
+ 37, 37, 37, -1, 37, 37, 37, -1,
429
+ 38, 38, 38, -1, 38, 38, 38, -1,
430
+ 39, 39, 39, -1, 39, 39, 39, -1,
431
+ 6, 6, 6, -1, 6, 6, 6, -1,
432
+ 8, 8, 8, -1, 8, 8, 8, -1,
433
+ 9, 9, 9, -1, 9, 9, 9, -1,
434
+ 40, 40, 40, -1, 40, 40, 40, -1,
435
+ 0, 0, 0, -1, 0, 0, 0, -1,
436
+ 0, 0, 0, -1, 0, 0, 0, -1,
437
+ 0, 0, 0, -1, 0, 0, 0, -1,
438
+ 0, 0, 0, -1, 0, 0, 0, -1,
439
+ 0, 0, 0, -1, 0, 0, 0, -1,
440
+ 0, 0, 0, -1, 0, 0, 0, -1,
441
+ 0, 0, 0, -1, 0, 0, 0, -1,
442
+ 0, 0, 0, -1, 0, 0, 0, -1,
443
+ 0, 0, 0, -1, 0, 0, 0, -1,
444
+ 0, 0, 0, -1, 0, 0, 0, -1,
445
+ 0, 0, 0, -1, 0, 0, 0, -1,
446
+ 0, 0, 0, -1, 0, 0, 0, -1,
447
+ 0, 0, 0, -1, 0, 0, 0, -1,
448
+ 0, 0, 0, -1, 0, 0, 0, -1,
449
+ 0, 0, 0, -1, 0, 0, 0, -1,
450
+ 0, 0, 0, -1, 0, 0, 0, -1,
451
+ 0, 0, 0, -1, 0, 0, 0, -1,
452
+ 0, 0, 0, -1, 41, 41, 41, -1,
453
+ 41, 41, 41, -1, 40, 40, 40, -1,
454
+ 40, 40, 40, -1, 40, 40, 40, -1,
455
+ 40, 40, 40, -1, 42, 42, 42, -1,
456
+ 42, 42, 42, -1, 43, 43, 43, -1,
457
+ 43, 43, 43, -1, 44, 44, 44, -1,
458
+ 44, 44, 44, -1, 45, 45, 45, -1,
459
+ 45, 45, 45, -1, 46, 46, 46, -1,
460
+ 46, 46, 46, -1, 47, 47, 47, -1,
461
+ 47, 47, 47, -1, 48, 48, 48, -1,
462
+ 48, 48, 48, -1, 49, 49, 49, -1,
463
+ 49, 49, 49, -1, 50, 50, 50, -1,
464
+ 50, 50, 50, -1, 6, 6, 6, -1,
465
+ 6, 6, 6, -1, 6, 6, 6, -1,
466
+ 6, 6, 6, -1, 51, 51, 51, -1,
467
+ 51, 51, 51, -1, 52, 52, 52, -1,
468
+ 52, 52, 52, -1, 53, 53, 53, -1,
469
+ 53, 53, 53, -1, 54, 54, 54, -1,
470
+ 54, 54, 54, -1, 55, 55, 55, -1,
471
+ 55, 55, 55, -1, 56, 56, 56, -1,
472
+ 56, 56, 56, -1, 57, 57, 57, -1,
473
+ 57, 57, 57, -1, 58, 58, 58, -1,
474
+ 58, 58, 58, -1, 59, 59, 59, -1,
475
+ 59, 59, 59, -1, 60, 60, 60, -1,
476
+ 60, 60, 60, -1, 61, 61, 61, -1,
477
+ 61, 61, 61, -1, 62, 62, 62, -1,
478
+ 62, 62, 62, -1, 17, 17, 17, -1,
479
+ 17, 17, 17, -1, 17, 17, 17, -1,
480
+ 17, 17, 17, -1, 17, 17, 17, -1,
481
+ 17, 17, 17, -1, 17, 17, 17, -1,
482
+ 17, 17, 17, -1, 17, 17, 17, -1,
483
+ 17, 17, 17, -1, 17, 17, 17, -1,
484
+ 17, 17, 17, -1, 17, 17, 17, -1,
485
+ 17, 17, 17, -1, 17, 17, 17, -1,
486
+ 17, 17, 17, -1, 17, 17, 17, -1,
487
+ 17, 17, 17, -1, 17, 17, 17, -1,
488
+ 17, 17, 17, -1, 17, 17, 17, -1,
489
+ 17, 17, 17, -1, 17, 17, 17, -1,
490
+ 40, 40, 40, -1, 40, 40, 40, -1,
491
+ 9, 9, 9, -1, 9, 9, 9, -1,
492
+ 9, 9, 9, -1, 9, 9, 9, -1,
493
+ 8, 8, 8, -1, 8, 8, 8, -1,
494
+ 8, 8, 8, -1, 8, 8, 8, -1,
495
+ 6, 6, 6, -1, 6, 6, 6, -1 ]
496
+ ccw TRUE
497
+ solid TRUE
498
+ convex TRUE
499
+ creaseAngle 0
500
+
501
+ }
502
+
503
+ }
504
+
505
+ }
506
+
507
+ }
hand_model/barrett_hand_description/meshes/palm.xml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" ?>
2
+ <root>
3
+ <material>plastic</material>
4
+ <mass>1000</mass>
5
+ <cog>0.003360 -3.736 -47.83</cog>
6
+ <inertia_matrix>3540.1 0 0 0 3350.1 -42.614 0 -42.614 1056.9</inertia_matrix>
7
+ <geometryFile>palm.iv</geometryFile>
8
+ </root>
hand_model/barrett_hand_description/test_barrett.urdf ADDED
@@ -0,0 +1,297 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version='1.0' encoding='ASCII'?>
2
+ <robot name="Barrett">
3
+ <link name="base_link"/>
4
+ <joint name="base_link_palm" type="fixed">
5
+ <origin rpy="0 0.00000000 0.00000000"/>
6
+ <parent link="base_link"/>
7
+ <child link="palm"/>
8
+ </joint>
9
+ <link name="palm">
10
+ <visual>
11
+ <geometry>
12
+ <mesh filename="./meshes/palm.stl" scale="0.00100000 0.00100000 0.00100000"/>
13
+ </geometry>
14
+ </visual>
15
+ <inertial>
16
+ <mass value="1.00000000"/>
17
+ <inertia ixx="4.9826e-07" ixy="-2.6086e-11" ixz="-3.5314e-11" iyy="4.2775e-07" iyz="5.4730e-08" izz="4.2955e-07"/>
18
+ <origin xyz="0.00000267 -0.00384810 -0.04619306"/>
19
+ </inertial>
20
+ </link>
21
+
22
+
23
+ <link name="a_link1">
24
+ <visual>
25
+ <geometry>
26
+ <mesh filename="./meshes/link1.stl" scale="0.00100000 0.00100000 0.00100000"/>
27
+ </geometry>
28
+ </visual>
29
+ <inertial>
30
+ <mass value="0.20000000"/>
31
+ <inertia ixx="1.0839e-08" ixy="-5.8433e-09" ixz="-2.6510e-12" iyy="2.8604e-08" iyz="-2.8865e-13" izz="3.3596e-08"/>
32
+ <origin xyz="-0.01770848 -0.01532542 -0.00000084"/>
33
+ </inertial>
34
+ </link>
35
+ <link name="a_link2">
36
+ <visual>
37
+ <geometry>
38
+ <mesh filename="./meshes/link2.stl" scale="0.00100000 0.00100000 0.00100000"/>
39
+ </geometry>
40
+ </visual>
41
+ <inertial>
42
+ <mass value="0.10000000"/>
43
+ <inertia ixx="1.0839e-08" ixy="-5.8433e-09" ixz="-2.6510e-12" iyy="2.8604e-08" iyz="-2.8865e-13" izz="3.3596e-08"/>
44
+ <origin xyz="-0.01770848 -0.01532542 -0.00000084"/>
45
+ </inertial>
46
+ </link>
47
+ <link name="a_link3">
48
+ <visual>
49
+ <geometry>
50
+ <mesh filename="./meshes/link3.stl" scale="0.00100000 0.00100000 0.00100000"/>
51
+ </geometry>
52
+ </visual>
53
+ <inertial>
54
+ <mass value="0.10000000"/>
55
+ <inertia ixx="1.5808e-09" ixy="-3.7926e-10" ixz="1.6162e-12" iyy="7.9936e-09" iyz="-1.4246e-11" izz="7.4485e-09"/>
56
+ <origin xyz="-0.02984130 0.00230978 0.00002310"/>
57
+ </inertial>
58
+ </link>
59
+ <link name="a_link1_joint"/>
60
+ <joint name="a_palm_link1_joint" type="revolute">
61
+ <origin rpy="0.00000000 3.14159265 0.00000000" xyz="0.02500000 0.00000000 -0.00100000"/>
62
+ <parent link="palm"/>
63
+ <child link="a_link1_joint"/>
64
+ <axis xyz="0.00000000 0.00000000 1.00000000"/>
65
+ <limit effort="50.00000000" lower="0.0" upper="3.14159265359" velocity="0.52333333"/>
66
+ </joint>
67
+ <link name="a_link1_dh"/>
68
+ <joint name="a_link1_joint_link1_dh" type="fixed">
69
+ <origin rpy="0.00000000 0.00000000 1.57079633"/>
70
+ <parent link="a_link1_joint"/>
71
+ <child link="a_link1_dh"/>
72
+ </joint>
73
+ <joint name="a_link1_dh_link1" type="fixed">
74
+ <origin rpy="-1.57079633 0.00000000 0.00000000" xyz="0.05000000 0.00000000 0.00000000"/>
75
+ <parent link="a_link1_dh"/>
76
+ <child link="a_link1"/>
77
+ </joint>
78
+ <link name="a_link2_joint"/>
79
+ <joint name="a_link1_link2_joint" type="revolute">
80
+ <origin rpy="0.00000000 0.00000000 0.00000000" xyz="0.00000000 0.00000000 0.00000000"/>
81
+ <parent link="a_link1"/>
82
+ <child link="a_link2_joint"/>
83
+ <axis xyz="0.00000000 0.00000000 1.00000000"/>
84
+ <limit effort="2.50000000" lower="0.0" upper="2.51327412287" velocity="0.52333333"/>
85
+ </joint>
86
+ <link name="a_link2_dh"/>
87
+ <joint name="a_link2_joint_link2_dh" type="fixed">
88
+ <origin rpy="0.00000000 0.00000000 0.08726646"/>
89
+ <parent link="a_link2_joint"/>
90
+ <child link="a_link2_dh"/>
91
+ </joint>
92
+ <joint name="a_link2_dh_link2" type="fixed">
93
+ <origin rpy="0.00000000 0.00000000 0.00000000" xyz="0.07000000 0.00000000 0.00000000"/>
94
+ <parent link="a_link2_dh"/>
95
+ <child link="a_link2"/>
96
+ </joint>
97
+ <link name="a_link3_joint"/>
98
+ <joint name="a_link2_link3_joint" type="revolute">
99
+ <origin rpy="0.00000000 0.00000000 0.00000000" xyz="0.00000000 0.00000000 0.00000000"/>
100
+ <parent link="a_link2"/>
101
+ <child link="a_link3_joint"/>
102
+ <axis xyz="0.00000000 0.00000000 0.33333333"/>
103
+ <limit effort="2.50000000" lower="0.0" upper="2.51327412287" velocity="0.52333333"/>
104
+ </joint>
105
+ <link name="a_link3_dh"/>
106
+ <joint name="a_link3_joint_link3_dh" type="fixed">
107
+ <origin rpy="0.00000000 0.00000000 0.69813170"/>
108
+ <parent link="a_link3_joint"/>
109
+ <child link="a_link3_dh"/>
110
+ </joint>
111
+ <joint name="a_link3_dh_link3" type="fixed">
112
+ <origin rpy="0.00000000 0.00000000 0.00000000" xyz="0.05500000 0.00000000 0.00000000"/>
113
+ <parent link="a_link3_dh"/>
114
+ <child link="a_link3"/>
115
+ </joint>
116
+
117
+
118
+
119
+ <link name="b_link1">
120
+ <visual>
121
+ <geometry>
122
+ <mesh filename="./meshes/link1.stl" scale="0.00100000 0.00100000 0.00100000"/>
123
+ </geometry>
124
+ </visual>
125
+ <inertial>
126
+ <mass value="0.20000000"/>
127
+ <inertia ixx="1.0839e-08" ixy="-5.8433e-09" ixz="-2.6510e-12" iyy="2.8604e-08" iyz="-2.8865e-13" izz="3.3596e-08"/>
128
+ <origin xyz="-0.01770848 -0.01532542 -0.00000084"/>
129
+ </inertial>
130
+ </link>
131
+ <link name="b_link2">
132
+ <visual>
133
+ <geometry>
134
+ <mesh filename="./meshes/link2.stl" scale="0.00100000 0.00100000 0.00100000"/>
135
+ </geometry>
136
+ </visual>
137
+ <inertial>
138
+ <mass value="0.10000000"/>
139
+ <inertia ixx="1.0839e-08" ixy="-5.8433e-09" ixz="-2.6510e-12" iyy="2.8604e-08" iyz="-2.8865e-13" izz="3.3596e-08"/>
140
+ <origin xyz="-0.01770848 -0.01532542 -0.00000084"/>
141
+ </inertial>
142
+ </link>
143
+ <link name="b_link3">
144
+ <visual>
145
+ <geometry>
146
+ <mesh filename="./meshes/link3.stl" scale="0.00100000 0.00100000 0.00100000"/>
147
+ </geometry>
148
+ </visual>
149
+ <inertial>
150
+ <mass value="0.10000000"/>
151
+ <inertia ixx="1.5808e-09" ixy="-3.7926e-10" ixz="1.6162e-12" iyy="7.9936e-09" iyz="-1.4246e-11" izz="7.4485e-09"/>
152
+ <origin xyz="-0.02984130 0.00230978 0.00002310"/>
153
+ </inertial>
154
+ </link>
155
+ <link name="b_link1_joint"/>
156
+ <joint name="b_palm_link1_joint" type="revolute">
157
+ <origin rpy="0.00000000 0.00000000 0.00000000" xyz="-0.02500000 0.00000000 -0.00100000"/>
158
+ <parent link="palm"/>
159
+ <child link="b_link1_joint"/>
160
+ <axis xyz="0.00000000 0.00000000 1.00000000"/>
161
+ <limit effort="50.00000000" lower="0.0" upper="3.14159265359" velocity="0.52333333"/>
162
+ </joint>
163
+ <link name="b_link1_dh"/>
164
+ <joint name="b_link1_joint_link1_dh" type="fixed">
165
+ <origin rpy="0.00000000 0.00000000 1.57079633"/>
166
+ <parent link="b_link1_joint"/>
167
+ <child link="b_link1_dh"/>
168
+ </joint>
169
+ <joint name="b_link1_dh_link1" type="fixed">
170
+ <origin rpy="1.57079633 0.00000000 0.00000000" xyz="0.05000000 0.00000000 0.00000000"/>
171
+ <parent link="b_link1_dh"/>
172
+ <child link="b_link1"/>
173
+ </joint>
174
+ <link name="b_link2_joint"/>
175
+ <joint name="b_link1_link2_joint" type="revolute">
176
+ <origin rpy="0.00000000 0.00000000 0.00000000" xyz="0.00000000 0.00000000 0.00000000"/>
177
+ <parent link="b_link1"/>
178
+ <child link="b_link2_joint"/>
179
+ <axis xyz="0.00000000 0.00000000 1.00000000"/>
180
+ <limit effort="2.50000000" lower="0.0" upper="2.51327412287" velocity="0.52333333"/>
181
+ </joint>
182
+ <link name="b_link2_dh"/>
183
+ <joint name="b_link2_joint_link2_dh" type="fixed">
184
+ <origin rpy="0.00000000 0.00000000 0.08726646"/>
185
+ <parent link="b_link2_joint"/>
186
+ <child link="b_link2_dh"/>
187
+ </joint>
188
+ <joint name="b_link2_dh_link2" type="fixed">
189
+ <origin rpy="0.00000000 0.00000000 0.00000000" xyz="0.07000000 0.00000000 0.00000000"/>
190
+ <parent link="b_link2_dh"/>
191
+ <child link="b_link2"/>
192
+ </joint>
193
+ <link name="b_link3_joint"/>
194
+ <joint name="b_link2_link3_joint" type="revolute">
195
+ <origin rpy="0.00000000 0.00000000 0.00000000" xyz="0.00000000 0.00000000 0.00000000"/>
196
+ <parent link="b_link2"/>
197
+ <child link="b_link3_joint"/>
198
+ <axis xyz="0.00000000 0.00000000 0.33333333"/>
199
+ <limit effort="2.50000000" lower="0.0" upper="2.51327412287" velocity="0.52333333"/>
200
+ </joint>
201
+ <link name="b_link3_dh"/>
202
+ <joint name="b_link3_joint_link3_dh" type="fixed">
203
+ <origin rpy="0.00000000 0.00000000 0.69813170"/>
204
+ <parent link="b_link3_joint"/>
205
+ <child link="b_link3_dh"/>
206
+ </joint>
207
+ <joint name="b_link3_dh_link3" type="fixed">
208
+ <origin rpy="0.00000000 0.00000000 0.00000000" xyz="0.05500000 0.00000000 0.00000000"/>
209
+ <parent link="b_link3_dh"/>
210
+ <child link="b_link3"/>
211
+ </joint>
212
+
213
+
214
+
215
+ <link name="c_link2">
216
+ <visual>
217
+ <geometry>
218
+ <mesh filename="./meshes/link2.stl" scale="0.00100000 0.00100000 0.00100000"/>
219
+ </geometry>
220
+ </visual>
221
+ <inertial>
222
+ <mass value="0.10000000"/>
223
+ <inertia ixx="1.0839e-08" ixy="-5.8433e-09" ixz="-2.6510e-12" iyy="2.8604e-08" iyz="-2.8865e-13" izz="3.3596e-08"/>
224
+ <origin xyz="-0.01770848 -0.01532542 -0.00000084"/>
225
+ </inertial>
226
+ </link>
227
+
228
+ <link name="c_link3">
229
+ <visual>
230
+ <geometry>
231
+ <mesh filename="./meshes/link3.stl" scale="0.00100000 0.00100000 0.00100000"/>
232
+ </geometry>
233
+ </visual>
234
+ <inertial>
235
+ <mass value="0.10000000"/>
236
+ <inertia ixx="1.5808e-09" ixy="-3.7926e-10" ixz="1.6162e-12" iyy="7.9936e-09" iyz="-1.4246e-11" izz="7.4485e-09"/>
237
+ <origin xyz="-0.02984130 0.00230978 0.00002310"/>
238
+ </inertial>
239
+ </link>
240
+
241
+ <link name="c_link2_joint"/>
242
+
243
+ <!-- DUMMY LINK FOR THE CONSECUTIVE Z ROTATION -->
244
+ <link name="c_link2_joint_0"/>
245
+
246
+ <joint name="c_palm_link2_joint_0" type="revolute">
247
+ <origin rpy="0.00000000 -1.57079633 0" xyz="0.00000000 -0.05000000 -0.00100000"/>
248
+ <parent link="palm"/>
249
+ <child link="c_link2_joint_0"/>
250
+ <axis xyz="0.00000000 0.00000000 1.00000000"/>
251
+ <limit effort="5.00000000" lower="0.0" upper="2.51327412287" velocity="0.52333333"/>
252
+ </joint>
253
+
254
+ <!-- DUMMY Fixed joint FOR THE CONSECUTIVE Z ROTATION -->
255
+ <joint name="c_link2_joint_0_link2_joint" type="fixed">
256
+ <origin rpy="0.00000000 0 -1.57079633" xyz="0.00000000 0.00000000 0.0000000"/>
257
+ <parent link="c_link2_joint_0"/>
258
+ <child link="c_link2_joint"/>
259
+ <axis xyz="0.00000000 0.00000000 1.00000000"/>
260
+ </joint>
261
+
262
+ <link name="c_link2_dh"/>
263
+ <joint name="c_link2_joint_link2_dh" type="fixed">
264
+ <origin rpy="0.00000000 0.00000000 0.08726646"/>
265
+ <parent link="c_link2_joint"/>
266
+ <child link="c_link2_dh"/>
267
+ </joint>
268
+
269
+ <joint name="c_link2_dh_link2" type="fixed">
270
+ <origin rpy="0.00000000 0.00000000 0.00000000" xyz="0.07000000 0.00000000 0.00000000"/>
271
+ <parent link="c_link2_dh"/>
272
+ <child link="c_link2"/>
273
+ </joint>
274
+
275
+ <link name="c_link3_joint"/>
276
+
277
+ <joint name="c_link2_link3_joint" type="revolute">
278
+ <origin rpy="0.00000000 0.00000000 0.00000000" xyz="0.00000000 0.00000000 0.00000000"/>
279
+ <parent link="c_link2"/>
280
+ <child link="c_link3_joint"/>
281
+ <axis xyz="0.00000000 0.00000000 0.33333333"/>
282
+ <limit effort="5.00000000" lower="0.0" upper="2.51327412287" velocity="0.52333333"/>
283
+ </joint>
284
+ <link name="c_link3_dh"/>
285
+
286
+ <joint name="c_link3_joint_link3_dh" type="fixed">
287
+ <origin rpy="0.00000000 0.00000000 0.69813170"/>
288
+ <parent link="c_link3_joint"/>
289
+ <child link="c_link3_dh"/>
290
+ </joint>
291
+ <joint name="c_link3_dh_link3" type="fixed">
292
+ <origin rpy="0.00000000 0.00000000 0.00000000" xyz="0.05500000 0.00000000 0.00000000"/>
293
+ <parent link="c_link3_dh"/>
294
+ <child link="c_link3"/>
295
+ </joint>
296
+
297
+ </robot>
mid-level-data/barrett.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fbeba33eddf24a3dd242dbe11fa4b291765c8573b890718e70b1c1e67432ffa
3
+ size 32446376
utils/__pycache__/hand_model.cpython-39.pyc CHANGED
Binary files a/utils/__pycache__/hand_model.cpython-39.pyc and b/utils/__pycache__/hand_model.cpython-39.pyc differ
 
utils/__pycache__/utils_math.cpython-39.pyc CHANGED
Binary files a/utils/__pycache__/utils_math.cpython-39.pyc and b/utils/__pycache__/utils_math.cpython-39.pyc differ
 
utils/hand_model.py CHANGED
@@ -42,7 +42,7 @@ class HandModel:
42
  self.global_rotation = None
43
  self.softmax = torch.nn.Softmax(dim=-1)
44
  # prepare contact point basis and surface point samples
45
- self.contact_point_dict = json.load(open(os.path.join("./hand_model", 'contact_%s.json' % robot_name)))
46
  self.contact_point_basis = {}
47
  self.contact_normals = {}
48
  self.surface_points = {}
@@ -150,33 +150,33 @@ class HandModel:
150
  # point and normal of palm center
151
 
152
  # contact point
153
- if link.name in self.contact_point_dict:
154
- # if link.name != 'index_1': continue
155
- # new 1.11
156
- cpb = np.array(self.contact_point_dict[link.name])
157
- # print("cpb shape: ", cpb.shape, len(cpb.shape))
158
- if len(cpb.shape) > 1:
159
- cpb = cpb[np.random.randint(cpb.shape[0], size=1)][0]
160
- # print(link.name, cpb)
161
- # go.Figure(data = [
162
- # go.Mesh3d(x=mesh.vertices[:,0], y=mesh.vertices[:,1], z=mesh.vertices[:,2], i=mesh.faces[:,0], j=mesh.faces[:,1], k=mesh.faces[:,2]),
163
- # go.Scatter3d(x=mesh.vertices[cpb,0], y=mesh.vertices[cpb, 1], z=mesh.vertices[cpb,2])]).show()
164
- # input()
165
 
166
- cp_basis = mesh.vertices[cpb] * scale
167
- # print(cpb, "cp_basis: ", cp_basis)
168
- if robot_name == 'shadowhand':
169
- cp_basis = cp_basis[:, [0, 2, 1]]
170
- cp_basis[:, 1] *= -1
171
- cp_basis = np.matmul(rotation, cp_basis.T).T + translation
172
- cp_basis = torch.cat([torch.from_numpy(cp_basis).to(device).float(), torch.ones([4, 1]).to(device).float()], dim=-1)
173
- self.contact_point_basis[link.name] = cp_basis.unsqueeze( 0).repeat(batch_size, 1, 1)
174
- v1 = cp_basis[1, :3] - cp_basis[0, :3]
175
- v2 = cp_basis[2, :3] - cp_basis[0, :3]
176
- v1 = v1 / torch.norm(v1)
177
- v2 = v2 / torch.norm(v2)
178
- self.contact_normals[link.name] = torch.cross(v1, v2).view([1, 3])
179
- self.contact_normals[link.name] = self.contact_normals[link.name].unsqueeze(0).repeat(batch_size, 1, 1)
180
 
181
 
182
  self.revolute_joints = []
 
42
  self.global_rotation = None
43
  self.softmax = torch.nn.Softmax(dim=-1)
44
  # prepare contact point basis and surface point samples
45
+ #self.contact_point_dict = json.load(open(os.path.join("./hand_model", 'contact_%s.json' % robot_name)))
46
  self.contact_point_basis = {}
47
  self.contact_normals = {}
48
  self.surface_points = {}
 
150
  # point and normal of palm center
151
 
152
  # contact point
153
+ # if link.name in self.contact_point_dict:
154
+ # # if link.name != 'index_1': continue
155
+ # # new 1.11
156
+ # cpb = np.array(self.contact_point_dict[link.name])
157
+ # # print("cpb shape: ", cpb.shape, len(cpb.shape))
158
+ # if len(cpb.shape) > 1:
159
+ # cpb = cpb[np.random.randint(cpb.shape[0], size=1)][0]
160
+ # # print(link.name, cpb)
161
+ # # go.Figure(data = [
162
+ # # go.Mesh3d(x=mesh.vertices[:,0], y=mesh.vertices[:,1], z=mesh.vertices[:,2], i=mesh.faces[:,0], j=mesh.faces[:,1], k=mesh.faces[:,2]),
163
+ # # go.Scatter3d(x=mesh.vertices[cpb,0], y=mesh.vertices[cpb, 1], z=mesh.vertices[cpb,2])]).show()
164
+ # # input()
165
 
166
+ # cp_basis = mesh.vertices[cpb] * scale
167
+ # # print(cpb, "cp_basis: ", cp_basis)
168
+ # if robot_name == 'shadowhand':
169
+ # cp_basis = cp_basis[:, [0, 2, 1]]
170
+ # cp_basis[:, 1] *= -1
171
+ # cp_basis = np.matmul(rotation, cp_basis.T).T + translation
172
+ # cp_basis = torch.cat([torch.from_numpy(cp_basis).to(device).float(), torch.ones([4, 1]).to(device).float()], dim=-1)
173
+ # self.contact_point_basis[link.name] = cp_basis.unsqueeze( 0).repeat(batch_size, 1, 1)
174
+ # v1 = cp_basis[1, :3] - cp_basis[0, :3]
175
+ # v2 = cp_basis[2, :3] - cp_basis[0, :3]
176
+ # v1 = v1 / torch.norm(v1)
177
+ # v2 = v2 / torch.norm(v2)
178
+ # self.contact_normals[link.name] = torch.cross(v1, v2).view([1, 3])
179
+ # self.contact_normals[link.name] = self.contact_normals[link.name].unsqueeze(0).repeat(batch_size, 1, 1)
180
 
181
 
182
  self.revolute_joints = []
utils/utils_math.py CHANGED
@@ -6,7 +6,7 @@ Author: Aiden Li
6
  LastEditors: Aiden Li (i@aidenli.net)
7
  '''
8
  import numpy as np
9
- import open3d as o3d
10
  import torch
11
  import torch.nn.functional as F
12
 
@@ -203,11 +203,11 @@ def meshgrid_points(range, ticks, device='cuda', requires_grad=True):
203
  ii, jj, kk = torch.meshgrid([xx, yy, zz])
204
  return torch.concat([ii.unsqueeze(-1), jj.unsqueeze(-1), kk.unsqueeze(-1)], dim=-1).reshape([-1, 3])
205
 
206
- def mesh_from_points(points, radii=[0.005, 0.01, 0.02, 0.04]):
207
- pcd = o3d.geometry.PointCloud()
208
- pcd.points = o3d.utility.Vector3dVector(points[0])
209
- pcd = pcd.voxel_down_sample(voxel_size=0.5)
210
- pcd.estimate_normals()
211
 
212
  def mesh_to_pts(mesh, padding=False):
213
  if padding:
 
6
  LastEditors: Aiden Li (i@aidenli.net)
7
  '''
8
  import numpy as np
9
+ # import open3d as o3d
10
  import torch
11
  import torch.nn.functional as F
12
 
 
203
  ii, jj, kk = torch.meshgrid([xx, yy, zz])
204
  return torch.concat([ii.unsqueeze(-1), jj.unsqueeze(-1), kk.unsqueeze(-1)], dim=-1).reshape([-1, 3])
205
 
206
+ # def mesh_from_points(points, radii=[0.005, 0.01, 0.02, 0.04]):
207
+ # pcd = o3d.geometry.PointCloud()
208
+ # pcd.points = o3d.utility.Vector3dVector(points[0])
209
+ # pcd = pcd.voxel_down_sample(voxel_size=0.5)
210
+ # pcd.estimate_normals()
211
 
212
  def mesh_to_pts(mesh, padding=False):
213
  if padding:
vis_mid_dataset.ipynb CHANGED
The diff for this file is too large to render. See raw diff