-
Notifications
You must be signed in to change notification settings - Fork 0
/
P25_X.json
90 lines (90 loc) · 908 Bytes
/
P25_X.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
{
"bounding_polygon": [
[
0,
0.0
],
[
70,
0
],
[
70,
105
],
[
0,
105
]
],
"obstacle_1": [
[
18,
15
],
[
25,
10
],
[
38,
11
],
[
50,
34
],
[
24,
30
]
],
"obstacle_2": [
[
15,
45
],
[
45,
54
],
[
35,
45
],
[
35,
43
],
[
20,
41
]
],
"obstacle_3": [
[
40,
65
],
[
43,
85
],
[
50,
62
]
],
"ground_station": [0,0],
"sensor_range":15,
"desired_range":12,
"inner_range":9,
"vehicle_L": 2,
"vehicle_a_max": 5,
"vehicle_dt": 0.1,
"vehicle_omega_max": 1.3,
"vehicle_phi_max": 0.6,
"vehicle_t": 0,
"vehicle_v_max": 3,
"scanning_range": 10
}