hpp-tutorial 9.0.0__0-py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. cmeel.prefix/include/hpp/tutorial/config.hh +94 -0
  2. cmeel.prefix/include/hpp/tutorial/deprecated.hh +56 -0
  3. cmeel.prefix/include/hpp/tutorial/warning.hh +35 -0
  4. cmeel.prefix/lib/cmake/hpp_tutorial/cxx-standard.cmake +193 -0
  5. cmeel.prefix/lib/cmake/hpp_tutorial/hpp_tutorialConfig.cmake +209 -0
  6. cmeel.prefix/lib/cmake/hpp_tutorial/hpp_tutorialConfigVersion.cmake +65 -0
  7. cmeel.prefix/lib/cmake/hpp_tutorial/hpp_tutorialTargets.cmake +102 -0
  8. cmeel.prefix/lib/pkgconfig/hpp_tutorial.pc +22 -0
  9. cmeel.prefix/share/ament_index/resource_index/packages/hpp_tutorial +0 -0
  10. cmeel.prefix/share/hpp_tutorial/Media/materials/textures/auf_saeule_bei_shop.png +0 -0
  11. cmeel.prefix/share/hpp_tutorial/Media/materials/textures/ganz_links_neben_roboterplakat.png +0 -0
  12. cmeel.prefix/share/hpp_tutorial/Media/materials/textures/ganz_links_vorn_bei_biolab.png +0 -0
  13. cmeel.prefix/share/hpp_tutorial/Media/materials/textures/ganz_rechts_neben_kuecheninsel.png +0 -0
  14. cmeel.prefix/share/hpp_tutorial/Media/materials/textures/hinter_shopschraenken_an_saeule.png +0 -0
  15. cmeel.prefix/share/hpp_tutorial/Media/materials/textures/mittig_neben_roboterplakat.png +0 -0
  16. cmeel.prefix/share/hpp_tutorial/Media/materials/textures/sink.png +0 -0
  17. cmeel.prefix/share/hpp_tutorial/Media/materials/textures/stove.png +0 -0
  18. cmeel.prefix/share/hpp_tutorial/Media/materials/textures/wallpaper.png +0 -0
  19. cmeel.prefix/share/hpp_tutorial/Media/materials/textures/wallpaper2.png +0 -0
  20. cmeel.prefix/share/hpp_tutorial/Media/materials/textures/wallpaper_ai_unihb.png +0 -0
  21. cmeel.prefix/share/hpp_tutorial/Media/materials/textures/wallpaper_project_logos.png +0 -0
  22. cmeel.prefix/share/hpp_tutorial/Media/models/meshes/glasses/__Color_A05_4.png +0 -0
  23. cmeel.prefix/share/hpp_tutorial/hook/ament_prefix_path.dsv +1 -0
  24. cmeel.prefix/share/hpp_tutorial/hook/python_path.dsv +1 -0
  25. cmeel.prefix/share/hpp_tutorial/launch/config.rviz +475 -0
  26. cmeel.prefix/share/hpp_tutorial/launch/tutorial_7_launch.py +124 -0
  27. cmeel.prefix/share/hpp_tutorial/launch/tutorial_8_launch.py +193 -0
  28. cmeel.prefix/share/hpp_tutorial/meshes/box.dae +601 -0
  29. cmeel.prefix/share/hpp_tutorial/meshes/drill.stl +0 -0
  30. cmeel.prefix/share/hpp_tutorial/meshes/staubli-tx2-90/collision/base_link.stl +0 -0
  31. cmeel.prefix/share/hpp_tutorial/meshes/staubli-tx2-90/collision/link_1.stl +0 -0
  32. cmeel.prefix/share/hpp_tutorial/meshes/staubli-tx2-90/collision/link_2.stl +0 -0
  33. cmeel.prefix/share/hpp_tutorial/meshes/staubli-tx2-90/collision/link_3.stl +0 -0
  34. cmeel.prefix/share/hpp_tutorial/meshes/staubli-tx2-90/collision/link_4.stl +0 -0
  35. cmeel.prefix/share/hpp_tutorial/meshes/staubli-tx2-90/collision/link_5.stl +0 -0
  36. cmeel.prefix/share/hpp_tutorial/meshes/staubli-tx2-90/collision/link_6.stl +0 -0
  37. cmeel.prefix/share/hpp_tutorial/meshes/staubli-tx2-90/visual/base_link.stl +0 -0
  38. cmeel.prefix/share/hpp_tutorial/meshes/staubli-tx2-90/visual/link_1.stl +0 -0
  39. cmeel.prefix/share/hpp_tutorial/meshes/staubli-tx2-90/visual/link_2.stl +0 -0
  40. cmeel.prefix/share/hpp_tutorial/meshes/staubli-tx2-90/visual/link_3.stl +0 -0
  41. cmeel.prefix/share/hpp_tutorial/meshes/staubli-tx2-90/visual/link_4.stl +0 -0
  42. cmeel.prefix/share/hpp_tutorial/meshes/staubli-tx2-90/visual/link_5.stl +0 -0
  43. cmeel.prefix/share/hpp_tutorial/meshes/staubli-tx2-90/visual/link_6.stl +0 -0
  44. cmeel.prefix/share/hpp_tutorial/package.xml +20 -0
  45. cmeel.prefix/share/hpp_tutorial/srdf/box.srdf +13 -0
  46. cmeel.prefix/share/hpp_tutorial/srdf/cup.srdf +22 -0
  47. cmeel.prefix/share/hpp_tutorial/srdf/door.srdf +14 -0
  48. cmeel.prefix/share/hpp_tutorial/srdf/fr3.srdf +92 -0
  49. cmeel.prefix/share/hpp_tutorial/srdf/ground.srdf +8 -0
  50. cmeel.prefix/share/hpp_tutorial/srdf/kitchen_area.srdf +11770 -0
  51. cmeel.prefix/share/hpp_tutorial/srdf/panda.srdf +76 -0
  52. cmeel.prefix/share/hpp_tutorial/srdf/rod.srdf +2 -0
  53. cmeel.prefix/share/hpp_tutorial/srdf/staubli-drill.srdf +14 -0
  54. cmeel.prefix/share/hpp_tutorial/srdf/table.srdf +16 -0
  55. cmeel.prefix/share/hpp_tutorial/tutorial_7/controllers.yaml +28 -0
  56. cmeel.prefix/share/hpp_tutorial/tutorial_8/controllers.yaml +44 -0
  57. cmeel.prefix/share/hpp_tutorial/urdf/box.urdf +26 -0
  58. cmeel.prefix/share/hpp_tutorial/urdf/box_color.urdf +16 -0
  59. cmeel.prefix/share/hpp_tutorial/urdf/cup.urdf +26 -0
  60. cmeel.prefix/share/hpp_tutorial/urdf/door.urdf +111 -0
  61. cmeel.prefix/share/hpp_tutorial/urdf/fr3.urdf +452 -0
  62. cmeel.prefix/share/hpp_tutorial/urdf/ground.urdf +20 -0
  63. cmeel.prefix/share/hpp_tutorial/urdf/kitchen_area.urdf +4729 -0
  64. cmeel.prefix/share/hpp_tutorial/urdf/kitchen_area_obstacle.urdf +4729 -0
  65. cmeel.prefix/share/hpp_tutorial/urdf/obstacle.urdf +18 -0
  66. cmeel.prefix/share/hpp_tutorial/urdf/rod.urdf +19 -0
  67. cmeel.prefix/share/hpp_tutorial/urdf/square-plate.urdf +17 -0
  68. cmeel.prefix/share/hpp_tutorial/urdf/staubli-drill.urdf +254 -0
  69. cmeel.prefix/share/hpp_tutorial/urdf/table.urdf +160 -0
  70. hpp_tutorial-9.0.0.dist-info/METADATA +36 -0
  71. hpp_tutorial-9.0.0.dist-info/RECORD +74 -0
  72. hpp_tutorial-9.0.0.dist-info/WHEEL +6 -0
  73. hpp_tutorial-9.0.0.dist-info/licenses/LICENSE +24 -0
  74. hpp_tutorial-9.0.0.dist-info/top_level.txt +0 -0
@@ -0,0 +1,601 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1">
3
+ <asset>
4
+ <contributor>
5
+ <author>Blender User</author>
6
+ <authoring_tool>Blender 2.75.0 commit date:2015-07-07, commit time:14:56, hash:c27589e</authoring_tool>
7
+ </contributor>
8
+ <created>2015-09-14T15:38:51</created>
9
+ <modified>2015-09-14T15:38:51</modified>
10
+ <unit name="meter" meter="1"/>
11
+ <up_axis>Z_UP</up_axis>
12
+ </asset>
13
+ <library_cameras>
14
+ <camera id="Camera-camera" name="Camera">
15
+ <optics>
16
+ <technique_common>
17
+ <perspective>
18
+ <xfov sid="xfov">49.13434</xfov>
19
+ <aspect_ratio>1.777778</aspect_ratio>
20
+ <znear sid="znear">0.1</znear>
21
+ <zfar sid="zfar">100</zfar>
22
+ </perspective>
23
+ </technique_common>
24
+ </optics>
25
+ <extra>
26
+ <technique profile="blender">
27
+ <YF_dofdist>0</YF_dofdist>
28
+ <shiftx>0</shiftx>
29
+ <shifty>0</shifty>
30
+ </technique>
31
+ </extra>
32
+ </camera>
33
+ </library_cameras>
34
+ <library_lights>
35
+ <light id="Lamp-light" name="Lamp">
36
+ <technique_common>
37
+ <point>
38
+ <color sid="color">1 1 1</color>
39
+ <constant_attenuation>1</constant_attenuation>
40
+ <linear_attenuation>0</linear_attenuation>
41
+ <quadratic_attenuation>0.00111109</quadratic_attenuation>
42
+ </point>
43
+ </technique_common>
44
+ <extra>
45
+ <technique profile="blender">
46
+ <adapt_thresh>0.000999987</adapt_thresh>
47
+ <area_shape>1</area_shape>
48
+ <area_size>0.1</area_size>
49
+ <area_sizey>0.1</area_sizey>
50
+ <area_sizez>1</area_sizez>
51
+ <atm_distance_factor>1</atm_distance_factor>
52
+ <atm_extinction_factor>1</atm_extinction_factor>
53
+ <atm_turbidity>2</atm_turbidity>
54
+ <att1>0</att1>
55
+ <att2>1</att2>
56
+ <backscattered_light>1</backscattered_light>
57
+ <bias>1</bias>
58
+ <blue>1</blue>
59
+ <buffers>1</buffers>
60
+ <bufflag>0</bufflag>
61
+ <bufsize>2880</bufsize>
62
+ <buftype>2</buftype>
63
+ <clipend>30.002</clipend>
64
+ <clipsta>1.000799</clipsta>
65
+ <compressthresh>0.04999995</compressthresh>
66
+ <dist sid="blender_dist">29.99998</dist>
67
+ <energy sid="blender_energy">1</energy>
68
+ <falloff_type>2</falloff_type>
69
+ <filtertype>0</filtertype>
70
+ <flag>0</flag>
71
+ <gamma sid="blender_gamma">1</gamma>
72
+ <green>1</green>
73
+ <halo_intensity sid="blnder_halo_intensity">1</halo_intensity>
74
+ <horizon_brightness>1</horizon_brightness>
75
+ <mode>8192</mode>
76
+ <ray_samp>1</ray_samp>
77
+ <ray_samp_method>1</ray_samp_method>
78
+ <ray_samp_type>0</ray_samp_type>
79
+ <ray_sampy>1</ray_sampy>
80
+ <ray_sampz>1</ray_sampz>
81
+ <red>1</red>
82
+ <samp>3</samp>
83
+ <shadhalostep>0</shadhalostep>
84
+ <shadow_b sid="blender_shadow_b">0</shadow_b>
85
+ <shadow_g sid="blender_shadow_g">0</shadow_g>
86
+ <shadow_r sid="blender_shadow_r">0</shadow_r>
87
+ <sky_colorspace>0</sky_colorspace>
88
+ <sky_exposure>1</sky_exposure>
89
+ <skyblendfac>1</skyblendfac>
90
+ <skyblendtype>1</skyblendtype>
91
+ <soft>3</soft>
92
+ <spotblend>0.15</spotblend>
93
+ <spotsize>75</spotsize>
94
+ <spread>1</spread>
95
+ <sun_brightness>1</sun_brightness>
96
+ <sun_effect_type>0</sun_effect_type>
97
+ <sun_intensity>1</sun_intensity>
98
+ <sun_size>1</sun_size>
99
+ <type>0</type>
100
+ </technique>
101
+ </extra>
102
+ </light>
103
+ </library_lights>
104
+ <library_images/>
105
+ <library_effects>
106
+ <effect id="Red-effect">
107
+ <profile_COMMON>
108
+ <technique sid="common">
109
+ <phong>
110
+ <emission>
111
+ <color sid="emission">0 0 0 1</color>
112
+ </emission>
113
+ <ambient>
114
+ <color sid="ambient">0 0 0 1</color>
115
+ </ambient>
116
+ <diffuse>
117
+ <color sid="diffuse">0.8 0 0 1</color>
118
+ </diffuse>
119
+ <specular>
120
+ <color sid="specular">0.5 0.5 0.5 1</color>
121
+ </specular>
122
+ <shininess>
123
+ <float sid="shininess">50</float>
124
+ </shininess>
125
+ <index_of_refraction>
126
+ <float sid="index_of_refraction">1</float>
127
+ </index_of_refraction>
128
+ </phong>
129
+ </technique>
130
+ <extra>
131
+ <technique profile="GOOGLEEARTH">
132
+ <double_sided>1</double_sided>
133
+ </technique>
134
+ </extra>
135
+ </profile_COMMON>
136
+ <extra><technique profile="MAX3D"><double_sided>1</double_sided></technique></extra>
137
+ </effect>
138
+ <effect id="blue-effect">
139
+ <profile_COMMON>
140
+ <technique sid="common">
141
+ <phong>
142
+ <emission>
143
+ <color sid="emission">0 0 0 1</color>
144
+ </emission>
145
+ <ambient>
146
+ <color sid="ambient">0 0 0 1</color>
147
+ </ambient>
148
+ <diffuse>
149
+ <color sid="diffuse">0 0 0.8 1</color>
150
+ </diffuse>
151
+ <specular>
152
+ <color sid="specular">0.5 0.5 0.5 1</color>
153
+ </specular>
154
+ <shininess>
155
+ <float sid="shininess">50</float>
156
+ </shininess>
157
+ <index_of_refraction>
158
+ <float sid="index_of_refraction">1</float>
159
+ </index_of_refraction>
160
+ </phong>
161
+ </technique>
162
+ <extra>
163
+ <technique profile="GOOGLEEARTH">
164
+ <double_sided>1</double_sided>
165
+ </technique>
166
+ </extra>
167
+ </profile_COMMON>
168
+ <extra><technique profile="MAX3D"><double_sided>1</double_sided></technique></extra>
169
+ </effect>
170
+ <effect id="yellow-effect">
171
+ <profile_COMMON>
172
+ <technique sid="common">
173
+ <phong>
174
+ <emission>
175
+ <color sid="emission">0 0 0 1</color>
176
+ </emission>
177
+ <ambient>
178
+ <color sid="ambient">0 0 0 1</color>
179
+ </ambient>
180
+ <diffuse>
181
+ <color sid="diffuse">0.8 0.8 0 1</color>
182
+ </diffuse>
183
+ <specular>
184
+ <color sid="specular">0.5 0.5 0.5 1</color>
185
+ </specular>
186
+ <shininess>
187
+ <float sid="shininess">50</float>
188
+ </shininess>
189
+ <index_of_refraction>
190
+ <float sid="index_of_refraction">1</float>
191
+ </index_of_refraction>
192
+ </phong>
193
+ </technique>
194
+ <extra>
195
+ <technique profile="GOOGLEEARTH">
196
+ <double_sided>1</double_sided>
197
+ </technique>
198
+ </extra>
199
+ </profile_COMMON>
200
+ <extra><technique profile="MAX3D"><double_sided>1</double_sided></technique></extra>
201
+ </effect>
202
+ <effect id="light_blue-effect">
203
+ <profile_COMMON>
204
+ <technique sid="common">
205
+ <phong>
206
+ <emission>
207
+ <color sid="emission">0 0 0 1</color>
208
+ </emission>
209
+ <ambient>
210
+ <color sid="ambient">0 0 0 1</color>
211
+ </ambient>
212
+ <diffuse>
213
+ <color sid="diffuse">0 0.8 0.8 1</color>
214
+ </diffuse>
215
+ <specular>
216
+ <color sid="specular">0.5 0.5 0.5 1</color>
217
+ </specular>
218
+ <shininess>
219
+ <float sid="shininess">50</float>
220
+ </shininess>
221
+ <index_of_refraction>
222
+ <float sid="index_of_refraction">1</float>
223
+ </index_of_refraction>
224
+ </phong>
225
+ </technique>
226
+ <extra>
227
+ <technique profile="GOOGLEEARTH">
228
+ <double_sided>1</double_sided>
229
+ </technique>
230
+ </extra>
231
+ </profile_COMMON>
232
+ <extra><technique profile="MAX3D"><double_sided>1</double_sided></technique></extra>
233
+ </effect>
234
+ <effect id="green-effect">
235
+ <profile_COMMON>
236
+ <technique sid="common">
237
+ <phong>
238
+ <emission>
239
+ <color sid="emission">0 0 0 1</color>
240
+ </emission>
241
+ <ambient>
242
+ <color sid="ambient">0 0 0 1</color>
243
+ </ambient>
244
+ <diffuse>
245
+ <color sid="diffuse">0 0.8 0 1</color>
246
+ </diffuse>
247
+ <specular>
248
+ <color sid="specular">0.5 0.5 0.5 1</color>
249
+ </specular>
250
+ <shininess>
251
+ <float sid="shininess">50</float>
252
+ </shininess>
253
+ <index_of_refraction>
254
+ <float sid="index_of_refraction">1</float>
255
+ </index_of_refraction>
256
+ </phong>
257
+ </technique>
258
+ <extra>
259
+ <technique profile="GOOGLEEARTH">
260
+ <double_sided>1</double_sided>
261
+ </technique>
262
+ </extra>
263
+ </profile_COMMON>
264
+ <extra><technique profile="MAX3D"><double_sided>1</double_sided></technique></extra>
265
+ </effect>
266
+ <effect id="purple-effect">
267
+ <profile_COMMON>
268
+ <technique sid="common">
269
+ <phong>
270
+ <emission>
271
+ <color sid="emission">0 0 0 1</color>
272
+ </emission>
273
+ <ambient>
274
+ <color sid="ambient">0 0 0 1</color>
275
+ </ambient>
276
+ <diffuse>
277
+ <color sid="diffuse">0.8 0 0.8 1</color>
278
+ </diffuse>
279
+ <specular>
280
+ <color sid="specular">0.5 0.5 0.5 1</color>
281
+ </specular>
282
+ <shininess>
283
+ <float sid="shininess">50</float>
284
+ </shininess>
285
+ <index_of_refraction>
286
+ <float sid="index_of_refraction">1</float>
287
+ </index_of_refraction>
288
+ </phong>
289
+ </technique>
290
+ <extra>
291
+ <technique profile="GOOGLEEARTH">
292
+ <double_sided>1</double_sided>
293
+ </technique>
294
+ </extra>
295
+ </profile_COMMON>
296
+ <extra><technique profile="MAX3D"><double_sided>1</double_sided></technique></extra>
297
+ </effect>
298
+ </library_effects>
299
+ <library_materials>
300
+ <material id="Red-material" name="Red">
301
+ <instance_effect url="#Red-effect"/>
302
+ </material>
303
+ <material id="blue-material" name="blue">
304
+ <instance_effect url="#blue-effect"/>
305
+ </material>
306
+ <material id="yellow-material" name="yellow">
307
+ <instance_effect url="#yellow-effect"/>
308
+ </material>
309
+ <material id="light_blue-material" name="light_blue">
310
+ <instance_effect url="#light_blue-effect"/>
311
+ </material>
312
+ <material id="green-material" name="green">
313
+ <instance_effect url="#green-effect"/>
314
+ </material>
315
+ <material id="purple-material" name="purple">
316
+ <instance_effect url="#purple-effect"/>
317
+ </material>
318
+ </library_materials>
319
+ <library_geometries>
320
+ <geometry id="Plane-mesh" name="Plane">
321
+ <mesh>
322
+ <source id="Plane-mesh-positions">
323
+ <float_array id="Plane-mesh-positions-array" count="12">1 -1 0 -1 -1 0 1 1 0 -1 1 0</float_array>
324
+ <technique_common>
325
+ <accessor source="#Plane-mesh-positions-array" count="4" stride="3">
326
+ <param name="X" type="float"/>
327
+ <param name="Y" type="float"/>
328
+ <param name="Z" type="float"/>
329
+ </accessor>
330
+ </technique_common>
331
+ </source>
332
+ <source id="Plane-mesh-normals">
333
+ <float_array id="Plane-mesh-normals-array" count="3">0 0 1</float_array>
334
+ <technique_common>
335
+ <accessor source="#Plane-mesh-normals-array" count="1" stride="3">
336
+ <param name="X" type="float"/>
337
+ <param name="Y" type="float"/>
338
+ <param name="Z" type="float"/>
339
+ </accessor>
340
+ </technique_common>
341
+ </source>
342
+ <vertices id="Plane-mesh-vertices">
343
+ <input semantic="POSITION" source="#Plane-mesh-positions"/>
344
+ </vertices>
345
+ <polylist material="Red-material" count="2">
346
+ <input semantic="VERTEX" source="#Plane-mesh-vertices" offset="0"/>
347
+ <input semantic="NORMAL" source="#Plane-mesh-normals" offset="1"/>
348
+ <vcount>3 3 </vcount>
349
+ <p>0 0 2 0 3 0 1 0 0 0 3 0</p>
350
+ </polylist>
351
+ </mesh>
352
+ <extra><technique profile="MAYA"><double_sided>1</double_sided></technique></extra>
353
+ </geometry>
354
+ <geometry id="Plane_001-mesh" name="Plane.001">
355
+ <mesh>
356
+ <source id="Plane_001-mesh-positions">
357
+ <float_array id="Plane_001-mesh-positions-array" count="12">1 -1 0 -1 -1 0 1 1 0 -1 1 0</float_array>
358
+ <technique_common>
359
+ <accessor source="#Plane_001-mesh-positions-array" count="4" stride="3">
360
+ <param name="X" type="float"/>
361
+ <param name="Y" type="float"/>
362
+ <param name="Z" type="float"/>
363
+ </accessor>
364
+ </technique_common>
365
+ </source>
366
+ <source id="Plane_001-mesh-normals">
367
+ <float_array id="Plane_001-mesh-normals-array" count="3">0 0 1</float_array>
368
+ <technique_common>
369
+ <accessor source="#Plane_001-mesh-normals-array" count="1" stride="3">
370
+ <param name="X" type="float"/>
371
+ <param name="Y" type="float"/>
372
+ <param name="Z" type="float"/>
373
+ </accessor>
374
+ </technique_common>
375
+ </source>
376
+ <vertices id="Plane_001-mesh-vertices">
377
+ <input semantic="POSITION" source="#Plane_001-mesh-positions"/>
378
+ </vertices>
379
+ <polylist material="blue-material" count="2">
380
+ <input semantic="VERTEX" source="#Plane_001-mesh-vertices" offset="0"/>
381
+ <input semantic="NORMAL" source="#Plane_001-mesh-normals" offset="1"/>
382
+ <vcount>3 3 </vcount>
383
+ <p>0 0 2 0 3 0 1 0 0 0 3 0</p>
384
+ </polylist>
385
+ </mesh>
386
+ <extra><technique profile="MAYA"><double_sided>1</double_sided></technique></extra>
387
+ </geometry>
388
+ <geometry id="Plane_002-mesh" name="Plane.002">
389
+ <mesh>
390
+ <source id="Plane_002-mesh-positions">
391
+ <float_array id="Plane_002-mesh-positions-array" count="12">1 -1 0 -1 -1 0 1 1 0 -1 1 0</float_array>
392
+ <technique_common>
393
+ <accessor source="#Plane_002-mesh-positions-array" count="4" stride="3">
394
+ <param name="X" type="float"/>
395
+ <param name="Y" type="float"/>
396
+ <param name="Z" type="float"/>
397
+ </accessor>
398
+ </technique_common>
399
+ </source>
400
+ <source id="Plane_002-mesh-normals">
401
+ <float_array id="Plane_002-mesh-normals-array" count="3">0 0 1</float_array>
402
+ <technique_common>
403
+ <accessor source="#Plane_002-mesh-normals-array" count="1" stride="3">
404
+ <param name="X" type="float"/>
405
+ <param name="Y" type="float"/>
406
+ <param name="Z" type="float"/>
407
+ </accessor>
408
+ </technique_common>
409
+ </source>
410
+ <vertices id="Plane_002-mesh-vertices">
411
+ <input semantic="POSITION" source="#Plane_002-mesh-positions"/>
412
+ </vertices>
413
+ <polylist material="yellow-material" count="2">
414
+ <input semantic="VERTEX" source="#Plane_002-mesh-vertices" offset="0"/>
415
+ <input semantic="NORMAL" source="#Plane_002-mesh-normals" offset="1"/>
416
+ <vcount>3 3 </vcount>
417
+ <p>0 0 2 0 3 0 1 0 0 0 3 0</p>
418
+ </polylist>
419
+ </mesh>
420
+ <extra><technique profile="MAYA"><double_sided>1</double_sided></technique></extra>
421
+ </geometry>
422
+ <geometry id="Plane_003-mesh" name="Plane.003">
423
+ <mesh>
424
+ <source id="Plane_003-mesh-positions">
425
+ <float_array id="Plane_003-mesh-positions-array" count="12">1 -1 0 -1 -1 0 1 1 0 -1 1 0</float_array>
426
+ <technique_common>
427
+ <accessor source="#Plane_003-mesh-positions-array" count="4" stride="3">
428
+ <param name="X" type="float"/>
429
+ <param name="Y" type="float"/>
430
+ <param name="Z" type="float"/>
431
+ </accessor>
432
+ </technique_common>
433
+ </source>
434
+ <source id="Plane_003-mesh-normals">
435
+ <float_array id="Plane_003-mesh-normals-array" count="3">0 0 1</float_array>
436
+ <technique_common>
437
+ <accessor source="#Plane_003-mesh-normals-array" count="1" stride="3">
438
+ <param name="X" type="float"/>
439
+ <param name="Y" type="float"/>
440
+ <param name="Z" type="float"/>
441
+ </accessor>
442
+ </technique_common>
443
+ </source>
444
+ <vertices id="Plane_003-mesh-vertices">
445
+ <input semantic="POSITION" source="#Plane_003-mesh-positions"/>
446
+ </vertices>
447
+ <polylist material="light_blue-material" count="2">
448
+ <input semantic="VERTEX" source="#Plane_003-mesh-vertices" offset="0"/>
449
+ <input semantic="NORMAL" source="#Plane_003-mesh-normals" offset="1"/>
450
+ <vcount>3 3 </vcount>
451
+ <p>0 0 2 0 3 0 1 0 0 0 3 0</p>
452
+ </polylist>
453
+ </mesh>
454
+ <extra><technique profile="MAYA"><double_sided>1</double_sided></technique></extra>
455
+ </geometry>
456
+ <geometry id="Plane_004-mesh" name="Plane.004">
457
+ <mesh>
458
+ <source id="Plane_004-mesh-positions">
459
+ <float_array id="Plane_004-mesh-positions-array" count="12">1 -1 0 -1 -1 0 1 1 0 -1 1 0</float_array>
460
+ <technique_common>
461
+ <accessor source="#Plane_004-mesh-positions-array" count="4" stride="3">
462
+ <param name="X" type="float"/>
463
+ <param name="Y" type="float"/>
464
+ <param name="Z" type="float"/>
465
+ </accessor>
466
+ </technique_common>
467
+ </source>
468
+ <source id="Plane_004-mesh-normals">
469
+ <float_array id="Plane_004-mesh-normals-array" count="3">0 0 1</float_array>
470
+ <technique_common>
471
+ <accessor source="#Plane_004-mesh-normals-array" count="1" stride="3">
472
+ <param name="X" type="float"/>
473
+ <param name="Y" type="float"/>
474
+ <param name="Z" type="float"/>
475
+ </accessor>
476
+ </technique_common>
477
+ </source>
478
+ <vertices id="Plane_004-mesh-vertices">
479
+ <input semantic="POSITION" source="#Plane_004-mesh-positions"/>
480
+ </vertices>
481
+ <polylist material="green-material" count="2">
482
+ <input semantic="VERTEX" source="#Plane_004-mesh-vertices" offset="0"/>
483
+ <input semantic="NORMAL" source="#Plane_004-mesh-normals" offset="1"/>
484
+ <vcount>3 3 </vcount>
485
+ <p>0 0 2 0 3 0 1 0 0 0 3 0</p>
486
+ </polylist>
487
+ </mesh>
488
+ <extra><technique profile="MAYA"><double_sided>1</double_sided></technique></extra>
489
+ </geometry>
490
+ <geometry id="Plane_005-mesh" name="Plane.005">
491
+ <mesh>
492
+ <source id="Plane_005-mesh-positions">
493
+ <float_array id="Plane_005-mesh-positions-array" count="12">1 -1 0 -1 -1 0 1 1 0 -1 1 0</float_array>
494
+ <technique_common>
495
+ <accessor source="#Plane_005-mesh-positions-array" count="4" stride="3">
496
+ <param name="X" type="float"/>
497
+ <param name="Y" type="float"/>
498
+ <param name="Z" type="float"/>
499
+ </accessor>
500
+ </technique_common>
501
+ </source>
502
+ <source id="Plane_005-mesh-normals">
503
+ <float_array id="Plane_005-mesh-normals-array" count="3">0 0 1</float_array>
504
+ <technique_common>
505
+ <accessor source="#Plane_005-mesh-normals-array" count="1" stride="3">
506
+ <param name="X" type="float"/>
507
+ <param name="Y" type="float"/>
508
+ <param name="Z" type="float"/>
509
+ </accessor>
510
+ </technique_common>
511
+ </source>
512
+ <vertices id="Plane_005-mesh-vertices">
513
+ <input semantic="POSITION" source="#Plane_005-mesh-positions"/>
514
+ </vertices>
515
+ <polylist material="purple-material" count="2">
516
+ <input semantic="VERTEX" source="#Plane_005-mesh-vertices" offset="0"/>
517
+ <input semantic="NORMAL" source="#Plane_005-mesh-normals" offset="1"/>
518
+ <vcount>3 3 </vcount>
519
+ <p>0 0 2 0 3 0 1 0 0 0 3 0</p>
520
+ </polylist>
521
+ </mesh>
522
+ <extra><technique profile="MAYA"><double_sided>1</double_sided></technique></extra>
523
+ </geometry>
524
+ </library_geometries>
525
+ <library_controllers/>
526
+ <library_visual_scenes>
527
+ <visual_scene id="Scene" name="Scene">
528
+ <node id="Camera" name="Camera" type="NODE">
529
+ <matrix sid="transform">0.6858805 -0.3173701 0.6548619 7.481132 0.7276338 0.3124686 -0.6106656 -6.50764 -0.01081678 0.8953432 0.4452454 5.343665 0 0 0 1</matrix>
530
+ <instance_camera url="#Camera-camera"/>
531
+ </node>
532
+ <node id="Lamp" name="Lamp" type="NODE">
533
+ <matrix sid="transform">-0.2908646 -0.7711008 0.5663932 4.076245 0.9551712 -0.1998834 0.2183912 1.005454 -0.05518906 0.6045247 0.7946723 5.903862 0 0 0 1</matrix>
534
+ <instance_light url="#Lamp-light"/>
535
+ </node>
536
+ <node id="Plane" name="Plane" type="NODE">
537
+ <matrix sid="transform">-6.39758e-7 0 1 -1 0 1 0 0 -1 0 -6.39758e-7 0 0 0 0 1</matrix>
538
+ <instance_geometry url="#Plane-mesh" name="Plane">
539
+ <bind_material>
540
+ <technique_common>
541
+ <instance_material symbol="Red-material" target="#Red-material"/>
542
+ </technique_common>
543
+ </bind_material>
544
+ </instance_geometry>
545
+ </node>
546
+ <node id="Plane_001" name="Plane_001" type="NODE">
547
+ <matrix sid="transform">1 0 0 0 0 1 0 0 0 0 1 1 0 0 0 1</matrix>
548
+ <instance_geometry url="#Plane_001-mesh" name="Plane_001">
549
+ <bind_material>
550
+ <technique_common>
551
+ <instance_material symbol="blue-material" target="#blue-material"/>
552
+ </technique_common>
553
+ </bind_material>
554
+ </instance_geometry>
555
+ </node>
556
+ <node id="Plane_002" name="Plane_002" type="NODE">
557
+ <matrix sid="transform">1 0 0 0 0 1 0 0 0 0 1 -1 0 0 0 1</matrix>
558
+ <instance_geometry url="#Plane_002-mesh" name="Plane_002">
559
+ <bind_material>
560
+ <technique_common>
561
+ <instance_material symbol="yellow-material" target="#yellow-material"/>
562
+ </technique_common>
563
+ </bind_material>
564
+ </instance_geometry>
565
+ </node>
566
+ <node id="Plane_003" name="Plane_003" type="NODE">
567
+ <matrix sid="transform">-6.39758e-7 0 1 1 0 1 0 0 -1 0 -6.39758e-7 0 0 0 0 1</matrix>
568
+ <instance_geometry url="#Plane_003-mesh" name="Plane_003">
569
+ <bind_material>
570
+ <technique_common>
571
+ <instance_material symbol="light_blue-material" target="#light_blue-material"/>
572
+ </technique_common>
573
+ </bind_material>
574
+ </instance_geometry>
575
+ </node>
576
+ <node id="Plane_004" name="Plane_004" type="NODE">
577
+ <matrix sid="transform">1 0 0 0 0 -6.39758e-7 -1 -1 0 1 -6.39758e-7 0 0 0 0 1</matrix>
578
+ <instance_geometry url="#Plane_004-mesh" name="Plane_004">
579
+ <bind_material>
580
+ <technique_common>
581
+ <instance_material symbol="green-material" target="#green-material"/>
582
+ </technique_common>
583
+ </bind_material>
584
+ </instance_geometry>
585
+ </node>
586
+ <node id="Plane_005" name="Plane_005" type="NODE">
587
+ <matrix sid="transform">1 0 0 0 0 -6.39758e-7 -1 1 0 1 -6.39758e-7 0 0 0 0 1</matrix>
588
+ <instance_geometry url="#Plane_005-mesh" name="Plane_005">
589
+ <bind_material>
590
+ <technique_common>
591
+ <instance_material symbol="purple-material" target="#purple-material"/>
592
+ </technique_common>
593
+ </bind_material>
594
+ </instance_geometry>
595
+ </node>
596
+ </visual_scene>
597
+ </library_visual_scenes>
598
+ <scene>
599
+ <instance_visual_scene url="#Scene"/>
600
+ </scene>
601
+ </COLLADA>
@@ -0,0 +1,20 @@
1
+ <?xml version='1.0'?>
2
+ <package format='3'>
3
+ <name>hpp_tutorial</name>
4
+ <version>9.0.0</version>
5
+ <description>Tutorial for Humanoid path planner platform</description>
6
+ <author>Florent Lamiraux</author>
7
+ <maintainer email='guilhem.saurel@laas.fr'>Guilhem Saurel</maintainer>
8
+ <license>BSD-2-Clause</license>
9
+
10
+ <depend>hpp_manipulation</depend>
11
+ <depend>hpp_gepetto_viewer</depend>
12
+ <depend>example_robot_data</depend>
13
+
14
+ <buildtool_depend>cmake</buildtool_depend>
15
+ <build_depend>jrl_cmakemodules</build_depend>
16
+
17
+ <export>
18
+ <build_type>cmake</build_type>
19
+ </export>
20
+ </package>