-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathroute.json
More file actions
94 lines (94 loc) · 2.66 KB
/
Copy pathroute.json
File metadata and controls
94 lines (94 loc) · 2.66 KB
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
{
"waypoints": [
{
"index": 76,
"name": "Way_Point_Auto_C_77",
"next_waypoint": 39,
"is_self_report": false,
"transparency": false,
"task_complexity": false,
"reliability": false,
"control_mode": false
},
{
"index": 39,
"name": "Way_Point_Auto_C_40",
"next_waypoint": 64,
"is_self_report": true,
"transparency": false,
"task_complexity": false,
"reliability": false,
"control_mode": false
},
{
"index": 64,
"name": "Way_Point_Auto_C_65",
"next_waypoint": 30,
"is_self_report": false,
"transparency": false,
"task_complexity": false,
"reliability": false,
"control_mode": false
},
{
"index": 30,
"name": "Way_Point_Auto_C_31",
"next_waypoint": 29,
"is_self_report": false,
"transparency": false,
"task_complexity": false,
"reliability": false,
"control_mode": false
},
{
"index": 29,
"name": "Way_Point_Auto_C_30",
"next_waypoint": 28,
"is_self_report": false,
"transparency": false,
"task_complexity": true,
"reliability": false,
"control_mode": false
},
{
"index": 28,
"name": "Way_Point_Auto_C_29",
"next_waypoint": 41,
"is_self_report": false,
"transparency": false,
"task_complexity": false,
"reliability": false,
"control_mode": false
},
{
"index": 41,
"name": "Way_Point_Auto_C_42",
"next_waypoint": 16,
"is_self_report": false,
"transparency": true,
"task_complexity": true,
"reliability": false,
"control_mode": false
},
{
"index": 16,
"name": "Way_Point_Auto_C_17",
"next_waypoint": 17,
"is_self_report": false,
"transparency": true,
"task_complexity": true,
"reliability": false,
"control_mode": false
},
{
"index": 17,
"name": "Way_Point_Auto_C_18",
"next_waypoint": null,
"is_self_report": false,
"transparency": false,
"task_complexity": true,
"reliability": true,
"control_mode": false
}
]
}