-
Notifications
You must be signed in to change notification settings - Fork 1
/
jose_task.json
154 lines (134 loc) · 4 KB
/
jose_task.json
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"0": {
"type": "attractioncolor",
"mqname": "/attraction_color_queue",
"priority": 1,
"start_time": "now"
},
"1": {
"type": "objectmapping",
"start_time": "now"
},
"2": {
"type": "controlwings",
"action_point": {"x": 25, "y": 25, "yaw": 0 },
"endpoint_settings": {"orientation_required": true },
"left": "open",
"right": "open",
"action_point_tolerance": 15.0,
"priority": 3,
"start_time": "now"
},
"3": {
"type": "navigateto",
"endpoint": {"x": 25, "y": 40, "yaw": 90 },
"endpoint_settings": {"orientation_required": true },
"move_direction": "leftward",
"priority": 2,
"start_time": "now"
},
"4": {
"type": "navigateto",
"endpoint": {"x": 25, "y": 35, "yaw": 0 },
"endpoint_settings": {"orientation_required": true },
"move_direction": "forward",
"priority": 2
},
"5": {
"type": "navigateto",
"endpoint": {"x": 120, "y": 45, "yaw": 0 },
"endpoint_settings": {"orientation_required": true },
"move_direction": "forward",
"priority": 2
},
"6": {
"type": "navigateto",
"endpoint": {"x": 206, "y": 40, "yaw": 270 },
"endpoint_settings": {"orientation_required": false },
"move_direction": "forward",
"priority": 2
},
"7": {
"type": "navigateto",
"endpoint": {"x": 206, "y": 25, "yaw": 270 },
"endpoint_settings": {"orientation_required": true },
"move_direction": "forward",
"priority": 2
},
"8": {
"type": "controlwings",
"action_point": {"x": 206, "y": 40, "yaw": 270 },
"endpoint_settings": {"orientation_required": true },
"left": "closed",
"right": "closed",
"action_point_tolerance": 15.0,
"priority": 3
},
"9": {
"type": "navigateto",
"endpoint": {"x": 206, "y": 40, "yaw": 270 },
"endpoint_settings": {"orientation_required": true },
"move_direction": "backward",
"priority": 2
},
"10": {
"type": "controlwings",
"action_point": {"x": 40, "y": 45, "yaw": 90},
"endpoint_settings": {"orientation_required": true },
"left": "open",
"right": "open",
"action_point_tolerance": 5.0,
"priority": 3
},
"11": {
"type": "navigateto",
"endpoint": {"x": 40, "y": 45, "yaw": 90 },
"endpoint_settings": {"orientation_required": true },
"move_direction": "forward",
"priority": 2
},
"12": {
"type": "navigateto",
"endpoint": {"x": 35, "y": 85, "yaw": 0 },
"endpoint_settings": {"orientation_required": false },
"move_direction": "forward",
"priority": 2
},
"13": {
"type": "navigateto",
"endpoint": {"x": 206, "y": 85, "yaw": 90 },
"endpoint_settings": {"orientation_required": true },
"move_direction": "forward",
"priority": 2
},
"14": {
"type": "navigateto",
"endpoint": {"x": 206, "y": 97, "yaw": 90 },
"endpoint_settings": {"orientation_required": true },
"move_direction": "forward",
"priority": 2
},
"15": {
"type": "controlwings",
"action_point": {"x": 206, "y": 75, "yaw": 90},
"left": "closed",
"right": "closed",
"endpoint_settings": {"orientation_required": true },
"action_point_tolerance": 5.0,
"priority": 3
},
"16": {
"type": "navigateto",
"endpoint": {"x": 206, "y": 75, "yaw": 90 },
"endpoint_settings": {"orientation_required": true },
"move_direction": "backward",
"priority": 2
},
"17": {
"type": "navigateto",
"endpoint": {"x": 120, "y": 20, "yaw": 90 },
"endpoint_settings": {"orientation_required": true },
"move_direction": "forward",
"priority": 2
}
}