hlrc / server / action / gazetarget.action @ 90fa4b4e
History | View | Annotate | Download (529 Bytes)
1 |
#pan angle (left/right) |
---|---|
2 |
float32 pan |
3 |
|
4 |
#tilt angle (up/down) |
5 |
float32 tilt |
6 |
|
7 |
#roll angle (sideway movement) |
8 |
float32 roll |
9 |
|
10 |
#vergence angle (angle difference from straight view, defaults to 0.0 for straight) |
11 |
float32 vergence |
12 |
|
13 |
#offsets |
14 |
float32 pan_offset |
15 |
float32 tilt_offset |
16 |
|
17 |
#relative or absolute gaze target? |
18 |
uint8 GAZETARGET_ABSOLUTE = 0 |
19 |
uint8 GAZETARGET_RELATIVE = 1 |
20 |
uint8 gaze_type |
21 |
|
22 |
#timestamp of the target (important in case of relative targets) |
23 |
time gaze_timestamp |
24 |
|
25 |
--- |
26 |
#result |
27 |
uint32 result |
28 |
|
29 |
--- |
30 |
#feedback |
31 |
uint32 result |