-
Notifications
You must be signed in to change notification settings - Fork 1
/
ActionClients.yaml
58 lines (48 loc) · 1.05 KB
/
ActionClients.yaml
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
48
49
50
51
52
53
54
55
56
57
58
# Supported properties: int, float, bool, string and enum
# Enums values can either be defined here or left for lazy loading from some other source.
# If the enum values are defined here, please also update the function ActionClientPanel::getEnumStrings()
insert_object_in_cavity:
peg: string
hole: string
robot_platform:
- platform_right
- platform_left
- platform_middle
insert_object:
peg: string
hole: string
robot_platform:
- platform_right
- platform_left
- platform_middle
move_base:
arm_safe_position:
- barrier_tape
source_location: enum
destination_location: enum
destination_orientation:
- NORTH
- SOUTH
- EAST
- WEST
dont_be_safe: bool
perceive_cavity:
location: enum
perceive_location:
location: enum
pick_object:
object: enum
location: enum
place_object:
object: string
location: enum
stage_object:
robot_platform:
- platform_right
- platform_left
- platform_middle
unstage_object:
robot_platform:
- platform_right
- platform_left
- platform_middle