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,102 @@
1
+ # Generated by CMake
2
+
3
+ if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8)
4
+ message(FATAL_ERROR "CMake >= 3.0.0 required")
5
+ endif()
6
+ if(CMAKE_VERSION VERSION_LESS "3.0.0")
7
+ message(FATAL_ERROR "CMake >= 3.0.0 required")
8
+ endif()
9
+ cmake_policy(PUSH)
10
+ cmake_policy(VERSION 3.0.0...4.2)
11
+ #----------------------------------------------------------------
12
+ # Generated CMake target import file.
13
+ #----------------------------------------------------------------
14
+
15
+ # Commands may need to know the format version.
16
+ set(CMAKE_IMPORT_FILE_VERSION 1)
17
+
18
+ # Protect against multiple inclusion, which would fail when already imported targets are added once more.
19
+ set(_cmake_targets_defined "")
20
+ set(_cmake_targets_not_defined "")
21
+ set(_cmake_expected_targets "")
22
+ foreach(_cmake_expected_target IN ITEMS hpp_tutorial::hpp_tutorial)
23
+ list(APPEND _cmake_expected_targets "${_cmake_expected_target}")
24
+ if(TARGET "${_cmake_expected_target}")
25
+ list(APPEND _cmake_targets_defined "${_cmake_expected_target}")
26
+ else()
27
+ list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}")
28
+ endif()
29
+ endforeach()
30
+ unset(_cmake_expected_target)
31
+ if(_cmake_targets_defined STREQUAL _cmake_expected_targets)
32
+ unset(_cmake_targets_defined)
33
+ unset(_cmake_targets_not_defined)
34
+ unset(_cmake_expected_targets)
35
+ unset(CMAKE_IMPORT_FILE_VERSION)
36
+ cmake_policy(POP)
37
+ return()
38
+ endif()
39
+ if(NOT _cmake_targets_defined STREQUAL "")
40
+ string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}")
41
+ string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}")
42
+ message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n")
43
+ endif()
44
+ unset(_cmake_targets_defined)
45
+ unset(_cmake_targets_not_defined)
46
+ unset(_cmake_expected_targets)
47
+
48
+
49
+ # Compute the installation prefix relative to this file.
50
+ get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH)
51
+ get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
52
+ get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
53
+ get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
54
+ if(_IMPORT_PREFIX STREQUAL "/")
55
+ set(_IMPORT_PREFIX "")
56
+ endif()
57
+
58
+ # Create imported target hpp_tutorial::hpp_tutorial
59
+ add_library(hpp_tutorial::hpp_tutorial INTERFACE IMPORTED)
60
+
61
+ # Load information for each installed configuration.
62
+ file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/hpp_tutorialTargets-*.cmake")
63
+ foreach(_cmake_config_file IN LISTS _cmake_config_files)
64
+ include("${_cmake_config_file}")
65
+ endforeach()
66
+ unset(_cmake_config_file)
67
+ unset(_cmake_config_files)
68
+
69
+ # Cleanup temporary variables.
70
+ set(_IMPORT_PREFIX)
71
+
72
+ # Loop over all imported files and verify that they actually exist
73
+ foreach(_cmake_target IN LISTS _cmake_import_check_targets)
74
+ if(CMAKE_VERSION VERSION_LESS "3.28"
75
+ OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target}
76
+ OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}")
77
+ foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}")
78
+ if(NOT EXISTS "${_cmake_file}")
79
+ message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file
80
+ \"${_cmake_file}\"
81
+ but this file does not exist. Possible reasons include:
82
+ * The file was deleted, renamed, or moved to another location.
83
+ * An install or uninstall procedure did not complete successfully.
84
+ * The installation package was faulty and contained
85
+ \"${CMAKE_CURRENT_LIST_FILE}\"
86
+ but not all the files it references.
87
+ ")
88
+ endif()
89
+ endforeach()
90
+ endif()
91
+ unset(_cmake_file)
92
+ unset("_cmake_import_check_files_for_${_cmake_target}")
93
+ endforeach()
94
+ unset(_cmake_target)
95
+ unset(_cmake_import_check_targets)
96
+
97
+ # This file does not depend on other imported targets which have
98
+ # been exported from the same project but in a separate export set.
99
+
100
+ # Commands beyond this point should not need to know the version.
101
+ set(CMAKE_IMPORT_FILE_VERSION)
102
+ cmake_policy(POP)
@@ -0,0 +1,22 @@
1
+ prefix=${pcfiledir}/../..
2
+ exec_prefix=${pcfiledir}/../..
3
+ libdir=${pcfiledir}/../../lib
4
+ bindir=${pcfiledir}/../../bin
5
+ pkglibdir=${pcfiledir}/../../lib/hpp_tutorial
6
+ includedir=${pcfiledir}/../../include
7
+ datarootdir=${pcfiledir}/../../share
8
+ pkgdatarootdir=${pcfiledir}/../../share
9
+ docdir=${pcfiledir}/../../share/doc/hpp_tutorial
10
+ doxygendocdir=${pcfiledir}/../../share/doc/hpp_tutorial/doxygen-html
11
+
12
+ Name: hpp_tutorial
13
+ Description: Tutorial for humanoid path planner platform.
14
+ URL: https://github.com/humanoid-path-planner/hpp_tutorial
15
+ Version: 9.0.0
16
+ Requires:
17
+ Conflicts:
18
+ Libs: -L${libdir}
19
+ Libs.private:
20
+ Cflags: -I${includedir}
21
+
22
+
@@ -0,0 +1 @@
1
+ prepend-non-duplicate;AMENT_PREFIX_PATH;
@@ -0,0 +1 @@
1
+ prepend-non-duplicate;PYTHONPATH;lib/python3.13/site-packages
@@ -0,0 +1,475 @@
1
+ Panels:
2
+ - Class: rviz_common/Displays
3
+ Help Height: 0
4
+ Name: Displays
5
+ Property Tree Widget:
6
+ Expanded:
7
+ - /Global Options1
8
+ - /Status1
9
+ - /TF1/Frames1
10
+ - /TF1/Tree1
11
+ - /Landmark1
12
+ - /Landmark1/Landmarks1
13
+ Splitter Ratio: 0.727011501789093
14
+ Tree Height: 853
15
+ - Class: rviz_common/Selection
16
+ Name: Selection
17
+ - Class: rviz_common/Tool Properties
18
+ Expanded:
19
+ - /2D Goal Pose1
20
+ - /Publish Point1
21
+ Name: Tool Properties
22
+ Splitter Ratio: 0.5886790156364441
23
+ - Class: rviz_common/Views
24
+ Expanded:
25
+ - /Current View1
26
+ Name: Views
27
+ Splitter Ratio: 0.5
28
+ - Class: rviz_common/Time
29
+ Experimental: false
30
+ Name: Time
31
+ SyncMode: 0
32
+ SyncSource: ""
33
+ - Class: TrajectorySlider
34
+ Name: TrajectorySlider
35
+ - Class: TrajectorySlider
36
+ Name: TrajectorySlider
37
+ Visualization Manager:
38
+ Class: ""
39
+ Displays:
40
+ - Alpha: 0.5
41
+ Cell Size: 1
42
+ Class: rviz_default_plugins/Grid
43
+ Color: 160; 160; 164
44
+ Enabled: true
45
+ Line Style:
46
+ Line Width: 0.029999999329447746
47
+ Value: Lines
48
+ Name: Grid
49
+ Normal Cell Count: 0
50
+ Offset:
51
+ X: 0
52
+ Y: 0
53
+ Z: 0
54
+ Plane: XY
55
+ Plane Cell Count: 10
56
+ Reference Frame: <Fixed Frame>
57
+ Value: true
58
+ - Alpha: 1
59
+ Class: rviz_default_plugins/RobotModel
60
+ Collision Enabled: false
61
+ Description File: ""
62
+ Description Source: Topic
63
+ Description Topic:
64
+ Depth: 5
65
+ Durability Policy: Volatile
66
+ History Policy: Keep Last
67
+ Reliability Policy: Reliable
68
+ Value: /panda/robot_description
69
+ Enabled: true
70
+ Links:
71
+ All Links Enabled: true
72
+ Expand Joint Details: false
73
+ Expand Link Details: false
74
+ Expand Tree: false
75
+ Link Tree Style: Links in Alphabetic Order
76
+ panda_hand:
77
+ Alpha: 1
78
+ Show Axes: false
79
+ Show Trail: false
80
+ Value: true
81
+ panda_hand_tcp:
82
+ Alpha: 1
83
+ Show Axes: false
84
+ Show Trail: false
85
+ panda_leftfinger:
86
+ Alpha: 1
87
+ Show Axes: false
88
+ Show Trail: false
89
+ Value: true
90
+ panda_link0:
91
+ Alpha: 1
92
+ Show Axes: false
93
+ Show Trail: false
94
+ Value: true
95
+ panda_link1:
96
+ Alpha: 1
97
+ Show Axes: false
98
+ Show Trail: false
99
+ Value: true
100
+ panda_link2:
101
+ Alpha: 1
102
+ Show Axes: false
103
+ Show Trail: false
104
+ Value: true
105
+ panda_link3:
106
+ Alpha: 1
107
+ Show Axes: false
108
+ Show Trail: false
109
+ Value: true
110
+ panda_link4:
111
+ Alpha: 1
112
+ Show Axes: false
113
+ Show Trail: false
114
+ Value: true
115
+ panda_link5:
116
+ Alpha: 1
117
+ Show Axes: false
118
+ Show Trail: false
119
+ Value: true
120
+ panda_link6:
121
+ Alpha: 1
122
+ Show Axes: false
123
+ Show Trail: false
124
+ Value: true
125
+ panda_link7:
126
+ Alpha: 1
127
+ Show Axes: false
128
+ Show Trail: false
129
+ Value: true
130
+ panda_link8:
131
+ Alpha: 1
132
+ Show Axes: false
133
+ Show Trail: false
134
+ panda_rightfinger:
135
+ Alpha: 1
136
+ Show Axes: false
137
+ Show Trail: false
138
+ Value: true
139
+ Mass Properties:
140
+ Inertia: false
141
+ Mass: false
142
+ Name: panda
143
+ TF Prefix: panda
144
+ Update Interval: 0
145
+ Value: true
146
+ Visual Enabled: true
147
+ - Alpha: 1
148
+ Class: rviz_default_plugins/RobotModel
149
+ Collision Enabled: false
150
+ Description File: ""
151
+ Description Source: Topic
152
+ Description Topic:
153
+ Depth: 5
154
+ Durability Policy: Volatile
155
+ History Policy: Keep Last
156
+ Reliability Policy: Reliable
157
+ Value: /box/robot_description
158
+ Enabled: true
159
+ Links:
160
+ All Links Enabled: true
161
+ Expand Joint Details: false
162
+ Expand Link Details: false
163
+ Expand Tree: false
164
+ Link Tree Style: Links in Alphabetic Order
165
+ base_link:
166
+ Alpha: 1
167
+ Show Axes: false
168
+ Show Trail: false
169
+ Value: true
170
+ Mass Properties:
171
+ Inertia: false
172
+ Mass: false
173
+ Name: box
174
+ TF Prefix: box
175
+ Update Interval: 0
176
+ Value: true
177
+ Visual Enabled: true
178
+ - Alpha: 1
179
+ Class: rviz_default_plugins/RobotModel
180
+ Collision Enabled: false
181
+ Description File: ""
182
+ Description Source: Topic
183
+ Description Topic:
184
+ Depth: 5
185
+ Durability Policy: Volatile
186
+ History Policy: Keep Last
187
+ Reliability Policy: Reliable
188
+ Value: /ground/robot_description
189
+ Enabled: true
190
+ Links:
191
+ All Links Enabled: true
192
+ Expand Joint Details: false
193
+ Expand Link Details: false
194
+ Expand Tree: false
195
+ Link Tree Style: Links in Alphabetic Order
196
+ base_link:
197
+ Alpha: 1
198
+ Show Axes: false
199
+ Show Trail: false
200
+ Value: true
201
+ Mass Properties:
202
+ Inertia: false
203
+ Mass: false
204
+ Name: ground
205
+ TF Prefix: ground
206
+ Update Interval: 0
207
+ Value: true
208
+ Visual Enabled: true
209
+ - Class: rviz_default_plugins/TF
210
+ Enabled: true
211
+ Filter (blacklist): ""
212
+ Filter (whitelist): ""
213
+ Frame Timeout: 15000000512
214
+ Frames:
215
+ All Enabled: false
216
+ box/base_link:
217
+ Value: false
218
+ box/handle:
219
+ Value: true
220
+ box/root_joint:
221
+ Value: false
222
+ ground/base_link:
223
+ Value: false
224
+ panda/gripper:
225
+ Value: true
226
+ panda/panda_finger_joint1:
227
+ Value: false
228
+ panda/panda_finger_joint2:
229
+ Value: false
230
+ panda/panda_hand:
231
+ Value: false
232
+ panda/panda_hand_joint:
233
+ Value: false
234
+ panda/panda_hand_tcp:
235
+ Value: false
236
+ panda/panda_hand_tcp_joint:
237
+ Value: false
238
+ panda/panda_joint1:
239
+ Value: false
240
+ panda/panda_joint2:
241
+ Value: false
242
+ panda/panda_joint3:
243
+ Value: false
244
+ panda/panda_joint4:
245
+ Value: false
246
+ panda/panda_joint5:
247
+ Value: false
248
+ panda/panda_joint6:
249
+ Value: false
250
+ panda/panda_joint7:
251
+ Value: false
252
+ panda/panda_joint8:
253
+ Value: false
254
+ panda/panda_leftfinger:
255
+ Value: false
256
+ panda/panda_link0:
257
+ Value: false
258
+ panda/panda_link1:
259
+ Value: false
260
+ panda/panda_link2:
261
+ Value: false
262
+ panda/panda_link3:
263
+ Value: false
264
+ panda/panda_link4:
265
+ Value: false
266
+ panda/panda_link5:
267
+ Value: false
268
+ panda/panda_link6:
269
+ Value: false
270
+ panda/panda_link7:
271
+ Value: false
272
+ panda/panda_link8:
273
+ Value: false
274
+ panda/panda_rightfinger:
275
+ Value: false
276
+ world:
277
+ Value: false
278
+ Marker Scale: 1
279
+ Name: TF
280
+ Show Arrows: false
281
+ Show Axes: true
282
+ Show Names: false
283
+ Tree:
284
+ world:
285
+ box/base_link:
286
+ {}
287
+ box/handle:
288
+ {}
289
+ box/root_joint:
290
+ {}
291
+ ground/base_link:
292
+ {}
293
+ panda/gripper:
294
+ {}
295
+ panda/panda_finger_joint1:
296
+ {}
297
+ panda/panda_finger_joint2:
298
+ {}
299
+ panda/panda_hand:
300
+ {}
301
+ panda/panda_hand_joint:
302
+ {}
303
+ panda/panda_hand_tcp:
304
+ {}
305
+ panda/panda_hand_tcp_joint:
306
+ {}
307
+ panda/panda_joint1:
308
+ {}
309
+ panda/panda_joint2:
310
+ {}
311
+ panda/panda_joint3:
312
+ {}
313
+ panda/panda_joint4:
314
+ {}
315
+ panda/panda_joint5:
316
+ {}
317
+ panda/panda_joint6:
318
+ {}
319
+ panda/panda_joint7:
320
+ {}
321
+ panda/panda_joint8:
322
+ {}
323
+ panda/panda_leftfinger:
324
+ {}
325
+ panda/panda_link0:
326
+ {}
327
+ panda/panda_link1:
328
+ {}
329
+ panda/panda_link2:
330
+ {}
331
+ panda/panda_link3:
332
+ {}
333
+ panda/panda_link4:
334
+ {}
335
+ panda/panda_link5:
336
+ {}
337
+ panda/panda_link6:
338
+ {}
339
+ panda/panda_link7:
340
+ {}
341
+ panda/panda_link8:
342
+ {}
343
+ panda/panda_rightfinger:
344
+ {}
345
+ Update Interval: 0
346
+ Value: true
347
+ - Alpha: 1
348
+ Buffer Length: 1
349
+ Class: Trajectory
350
+ Color: 25; 255; 0
351
+ Enabled: true
352
+ Head Diameter: 0.30000001192092896
353
+ Head Length: 0.20000000298023224
354
+ Length: 0.30000001192092896
355
+ Line Style: Lines
356
+ Line Width: 0.029999999329447746
357
+ Name: Trajectory
358
+ Offset:
359
+ X: 0
360
+ Y: 0
361
+ Z: 0
362
+ Pose Color: 255; 85; 255
363
+ Pose Style: None
364
+ Radius: 0.029999999329447746
365
+ Shaft Diameter: 0.10000000149011612
366
+ Shaft Length: 0.10000000149011612
367
+ Topic:
368
+ Depth: 5
369
+ Durability Policy: Volatile
370
+ Filter size: 10
371
+ History Policy: Keep Last
372
+ Reliability Policy: Reliable
373
+ Value: /hpp_path
374
+ Value: true
375
+ - Class: Landmark
376
+ Enable Transparency: true
377
+ Enabled: true
378
+ Interactive Markers Namespace: /hpp_landmark_server
379
+ Landmarks:
380
+ {}
381
+ Name: Landmark
382
+ Show Axes: true
383
+ Show Descriptions: true
384
+ Show Visual Aids: false
385
+ Value: true
386
+ Enabled: true
387
+ Global Options:
388
+ Background Color: 48; 48; 48
389
+ Fixed Frame: world
390
+ Frame Rate: 300
391
+ Name: root
392
+ Tools:
393
+ - Class: rviz_default_plugins/Interact
394
+ Hide Inactive Objects: true
395
+ - Class: rviz_default_plugins/MoveCamera
396
+ - Class: rviz_default_plugins/Select
397
+ - Class: rviz_default_plugins/FocusCamera
398
+ - Class: rviz_default_plugins/Measure
399
+ Line color: 128; 128; 0
400
+ - Class: rviz_default_plugins/SetInitialPose
401
+ Covariance x: 0.25
402
+ Covariance y: 0.25
403
+ Covariance yaw: 0.06853891909122467
404
+ Topic:
405
+ Depth: 5
406
+ Durability Policy: Volatile
407
+ History Policy: Keep Last
408
+ Reliability Policy: Reliable
409
+ Value: /initialpose
410
+ - Class: rviz_default_plugins/SetGoal
411
+ Topic:
412
+ Depth: 5
413
+ Durability Policy: Volatile
414
+ History Policy: Keep Last
415
+ Reliability Policy: Reliable
416
+ Value: /goal_pose
417
+ - Class: rviz_default_plugins/PublishPoint
418
+ Single click: true
419
+ Topic:
420
+ Depth: 5
421
+ Durability Policy: Volatile
422
+ History Policy: Keep Last
423
+ Reliability Policy: Reliable
424
+ Value: /clicked_point
425
+ - Class: Landmark
426
+ Transformation:
427
+ Current:
428
+ Class: rviz_default_plugins/TF
429
+ Value: true
430
+ Views:
431
+ Current:
432
+ Class: rviz_default_plugins/Orbit
433
+ Distance: 2.6504337787628174
434
+ Enable Stereo Rendering:
435
+ Stereo Eye Separation: 0.05999999865889549
436
+ Stereo Focal Distance: 1
437
+ Swap Stereo Eyes: false
438
+ Value: false
439
+ Focal Point:
440
+ X: 0.1967567354440689
441
+ Y: -0.10809687525033951
442
+ Z: 0.0706091970205307
443
+ Focal Shape Fixed Size: true
444
+ Focal Shape Size: 0.05000000074505806
445
+ Invert Z Axis: false
446
+ Name: Current View
447
+ Near Clip Distance: 0.009999999776482582
448
+ Pitch: 0.7804096937179565
449
+ Target Frame: <Fixed Frame>
450
+ Value: Orbit (rviz)
451
+ Yaw: 2.0635249614715576
452
+ Saved: ~
453
+ Window Geometry:
454
+ Displays:
455
+ collapsed: false
456
+ HPP Trajectory Control:
457
+ collapsed: false
458
+ Height: 1011
459
+ Hide Left Dock: false
460
+ Hide Right Dock: false
461
+ QMainWindow State: 000000ff00000000fd00000004000000000000015e00000395fc0200000009fb0000001e0054006f006f006c002000500072006f007000650072007400690065007302000001ed000001df00000185000000a3fb000000120056006900650077007300200054006f006f02000001df000002110000018500000122fb000000200054006f006f006c002000500072006f0070006500720074006900650073003203000002880000011d000002210000017afb000000100044006900730070006c006100790073010000003f00000395000000cc00fffffffb0000001200530065006c0065006300740069006f006e00000002eb000000ed0000005d00fffffffb0000002000730065006c0065006300740069006f006e00200062007500660066006500720200000138000000aa0000023a00000294fb00000014005700690064006500530074006500720065006f02000000e6000000d2000003ee0000030bfb0000000c004b0069006e0065006300740200000186000001060000030c00000261fb00000020005400720061006a006500630074006f007200790053006c0069006400650072000000024400000194000001b100ffffff00000001000001c300000395fc0200000005fb0000002c0048005000500020005400720061006a006500630074006f0072007900200043006f006e00740072006f006c010000003f00000395000001b100fffffffb00000020005400720061006a006500630074006f007200790053006c0069006400650072000000003f000001c6000001b100fffffffb0000001e0054006f006f006c002000500072006f00700065007200740069006500730100000041000000780000000000000000fb0000000a00560069006500770073000000003b000002b4000000a900fffffffb0000001200530065006c0065006300740069006f006e010000025a000000b20000000000000000000000020000073e000001b1fc0100000001fb0000000a00560069006500770073030000004e00000080000002e100000197000000030000073e0000005cfc0100000002fb0000000800540069006d006500000000000000073e0000026f00fffffffb0000000800540069006d00650100000000000004500000000000000000000004110000039500000004000000040000000800000008fc0000000100000002000000010000000a0054006f006f006c00730100000000ffffffff0000000000000000
462
+ QMainWindow State: 000000ff00000000fd00000004000000000000015e00000395fc0200000009fb0000001e0054006f006f006c002000500072006f007000650072007400690065007302000001ed000001df00000185000000a3fb000000120056006900650077007300200054006f006f02000001df000002110000018500000122fb000000200054006f006f006c002000500072006f0070006500720074006900650073003203000002880000011d000002210000017afb000000100044006900730070006c006100790073010000003f00000395000000cc00fffffffb0000001200530065006c0065006300740069006f006e00000002eb000000ed0000005d00fffffffb0000002000730065006c0065006300740069006f006e00200062007500660066006500720200000138000000aa0000023a00000294fb00000014005700690064006500530074006500720065006f02000000e6000000d2000003ee0000030bfb0000000c004b0069006e0065006300740200000186000001060000030c00000261fb00000020005400720061006a006500630074006f007200790053006c0069006400650072000000024400000194000001b100ffffff00000001000001c300000395fc0200000005fb0000002c0048005000500020005400720061006a006500630074006f0072007900200043006f006e00740072006f006c010000003f00000395000001b100fffffffb00000020005400720061006a006500630074006f007200790053006c0069006400650072000000003f000001c6000001b100fffffffb0000001e0054006f006f006c002000500072006f00700065007200740069006500730100000041000000780000000000000000fb0000000a00560069006500770073000000003b000002b4000000a900fffffffb0000001200530065006c0065006300740069006f006e010000025a000000b20000000000000000000000020000073e000001b1fc0100000001fb0000000a00560069006500770073030000004e00000080000002e100000197000000030000073e0000005cfc0100000002fb0000000800540069006d006500000000000000073e0000026f00fffffffb0000000800540069006d00650100000000000004500000000000000000000004110000039500000004000000040000000800000008fc0000000100000002000000010000000a0054006f006f006c00730100000000ffffffff0000000000000000
463
+ Selection:
464
+ collapsed: false
465
+ Time:
466
+ collapsed: false
467
+ Tool Properties:
468
+ collapsed: false
469
+ TrajectorySlider:
470
+ collapsed: false
471
+ Views:
472
+ collapsed: false
473
+ Width: 1854
474
+ X: 66
475
+ Y: 32