-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig-bodystate.yml
47 lines (43 loc) · 1.12 KB
/
config-bodystate.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Window (title, geometry)
window:
title: taste-vizkit3d - body state visualization test
x: 200
y: 300
# 3D widget
widget:
manipulator: TRACKBALL_MANIPULATOR
background: [200,160,30]
axes: False
transformer: False
# Plugins
plugins:
- type: RigidBodyStateVisualization
name: rbs
modelPath: bridget.stl
enabled: False
frame:
base: world_osg
position: [1, 1, 1]
rotation: [1, 0, 0, 0]
# rotation quaternion in order [w, x, y, z]
- type: RigidBodyStateVisualization
name: mbs
modelPath: stim300.stl
enabled: False
frame:
base: world_osg
position: [1, 1, 10000]
rotation: [1, 0, 0, 0]
# rotation quaternion in order [w, x, y, z]
- type: RigidBodyStateVisualization
name: mbs2
modelPath: stim300.stl
enabled: False
frame:
base: world_osg
position: [1, 1, 10000]
rotation: [1, 0, 0, 0]
# rotation quaternion in order [w, x, y, z]
- type: ModelVisualization
modelPath: stim300.stl
- type: GridVisualization