|
1 | 1 | { |
2 | | - "access_token": "1234567890", |
3 | 2 | "teams": [ |
4 | 3 | { |
5 | 4 | "id": "1", |
6 | | - "name": "Formula Student Team Delft", |
7 | | - "master": "http://localhost:11311 ", |
| 5 | + "name": "Team A", |
| 6 | + "master": "http://autonomous-system-1:11311/", |
8 | 7 | "car_settings": { |
| 8 | + "SeeDocsAt": "https://fs-online.github.io/Formula-Student-Driverless-Simulator/", |
9 | 9 | "SettingsVersion": 1.2, |
10 | 10 | "ViewMode": "SpringArmChase", |
11 | 11 | "ClockSpeed": 1.0, |
| 12 | + "PawnPaths": { |
| 13 | + "DefaultCar": { "PawnBP": "Class'/AirSim/VehicleAdv/Cars/TechnionCar/TechnionCarPawn.TechnionCarPawn_C'" } |
| 14 | + }, |
12 | 15 | "Vehicles": { |
13 | | - "FSCar": { |
| 16 | + "FSCar": { |
14 | 17 | "DefaultVehicleState": "", |
15 | 18 | "EnableCollisionPassthrogh": false, |
16 | 19 | "EnableCollisions": true, |
|
19 | 22 | "RemoteControlID": -1 |
20 | 23 | }, |
21 | 24 | "Sensors": { |
22 | | - "Imu" : { |
| 25 | + "Imu" : { |
23 | 26 | "SensorType": 2, |
24 | 27 | "Enabled": true |
25 | | - }, |
26 | | - "Gps" : { |
| 28 | + }, |
| 29 | + "Gps" : { |
27 | 30 | "SensorType": 3, |
28 | 31 | "Enabled": true |
29 | | - }, |
30 | | - "LidarCustom": { |
31 | | - "SensorType": 6, |
32 | | - "Enabled": true, |
33 | | - "NumberOfLasers": 16, |
34 | | - "PointsPerScan": 10000, |
35 | | - "X": 0, |
36 | | - "Y": 0, |
37 | | - "Z": -1, |
38 | | - "DrawDebugPoints": false |
39 | | - } |
| 32 | + }, |
| 33 | + "GSS" : { |
| 34 | + "SensorType": 7, |
| 35 | + "Enabled": true |
| 36 | + } |
40 | 37 | }, |
41 | 38 | "Cameras": { |
42 | | - "front_center_custom": { |
43 | | - "CaptureSettings": [ |
44 | | - { |
45 | | - "PublishToRos": 1, |
46 | | - "ImageType": 0, |
47 | | - "Width": 640, |
48 | | - "Height": 480, |
49 | | - "FOV_Degrees": 27, |
50 | | - "DepthOfFieldFstop": 2.8, |
51 | | - "DepthOfFieldFocalDistance": 200.0, |
52 | | - "DepthOfFieldFocalRegion": 200.0, |
53 | | - "TargetGamma": 1.5 |
54 | | - } |
55 | | - ], |
56 | | - "X": 0.50, "Y": 0, "Z": 0.10, |
57 | | - "Pitch": 0, "Roll": 0, "Yaw": 0 |
58 | | - }, |
59 | | - "front_left_custom": { |
60 | | - "CaptureSettings": [ |
61 | | - { |
62 | | - "PublishToRos": 1, |
63 | | - "ImageType": 0, |
64 | | - "Width": 672, |
65 | | - "Height": 376, |
66 | | - "FOV_Degrees": 90, |
67 | | - "TargetGamma": 1.5 |
68 | | - }, |
69 | | - { |
70 | | - "PublishToRos": 1, |
71 | | - "ImageType": 1, |
72 | | - "Width": 672, |
73 | | - "Height": 376, |
74 | | - "FOV_Degrees": 90, |
75 | | - "TargetGamma": 1.5 |
76 | | - } |
77 | | - ], |
78 | | - "X": 0.50, "Y": -0.06, "Z": 0.10, |
79 | | - "Pitch": 0.0, "Roll": 0.0, "Yaw": 0.0 |
80 | | - }, |
81 | | - "front_right_custom": { |
82 | | - "CaptureSettings": [ |
83 | | - { |
84 | | - "PublishToRos": 1, |
85 | | - "ImageType": 0, |
86 | | - "Width": 672, |
87 | | - "Height": 376, |
88 | | - "FOV_Degrees": 90, |
89 | | - "TargetGamma": 1.5 |
90 | | - } |
91 | | - ], |
92 | | - "X": 0.50, "Y": 0.06, "Z": 0.10, |
93 | | - "Pitch": 0.0, "Roll": 0.0, "Yaw": 0.0 |
94 | | - } |
95 | 39 | }, |
96 | 40 | "X": 2, "Y": 0, "Z": 0, |
97 | 41 | "Pitch": 0, "Roll": 0, "Yaw": 0 |
98 | | - } |
| 42 | + } |
99 | 43 | }, |
100 | 44 | "SubWindows": [ |
101 | | - {"WindowID": 0, "ImageType": 0, "CameraName": "front_left_custom", "Visible": true}, |
102 | | - {"WindowID": 1, "ImageType": 0, "CameraName": "front_center_custom", "Visible": false}, |
103 | | - {"WindowID": 2, "ImageType": 0, "CameraName": "front_right_custom", "Visible": true} |
104 | 45 | ] |
105 | | - } |
| 46 | + } |
106 | 47 | }, |
107 | 48 | { |
108 | 49 | "id": "2", |
109 | | - "name": "TUFast", |
110 | | - "master": "http://localhost:11312 ", |
| 50 | + "name": "Team B", |
| 51 | + "master": "http://autonomous-system-2:11311/", |
111 | 52 | "car_settings": { |
112 | | - "SettingsVersion": 1.2, |
113 | | - "ViewMode": "SpringArmChase", |
114 | | - "ClockSpeed": 1.0, |
115 | | - "Vehicles": { |
116 | | - "FSCar": { |
117 | | - "DefaultVehicleState": "", |
118 | | - "EnableCollisionPassthrogh": false, |
119 | | - "EnableCollisions": true, |
120 | | - "AllowAPIAlways": true, |
121 | | - "RC":{ |
122 | | - "RemoteControlID": -1 |
| 53 | + "SeeDocsAt": "https://fs-online.github.io/Formula-Student-Driverless-Simulator/", |
| 54 | + "SettingsVersion": 1.2, |
| 55 | + "ViewMode": "SpringArmChase", |
| 56 | + "ClockSpeed": 1.0, |
| 57 | + "SpectatorServerPassword": "password", |
| 58 | + "PawnPaths": { |
| 59 | + "DefaultCar": { "PawnBP": "Class'/AirSim/VehicleAdv/Cars/TechnionCar/TechnionCarPawn.TechnionCarPawn_C'" } |
| 60 | + }, |
| 61 | + "Vehicles": { |
| 62 | + "FSCar": { |
| 63 | + "DefaultVehicleState": "", |
| 64 | + "EnableCollisionPassthrogh": false, |
| 65 | + "EnableCollisions": true, |
| 66 | + "AllowAPIAlways": true, |
| 67 | + "RC":{ |
| 68 | + "RemoteControlID": -1 |
| 69 | + }, |
| 70 | + "Sensors": { |
| 71 | + "Imu" : { |
| 72 | + "SensorType": 2, |
| 73 | + "Enabled": true |
123 | 74 | }, |
124 | | - "Sensors": { |
125 | | - "Imu" : { |
126 | | - "SensorType": 2, |
127 | | - "Enabled": true |
128 | | - }, |
129 | | - "Gps" : { |
130 | | - "SensorType": 3, |
131 | | - "Enabled": true |
132 | | - }, |
133 | | - "LidarCustom": { |
134 | | - "SensorType": 6, |
135 | | - "Enabled": true, |
136 | | - "NumberOfLasers": 16, |
137 | | - "PointsPerScan": 10000, |
138 | | - "X": 0, |
139 | | - "Y": 0, |
140 | | - "Z": -1, |
141 | | - "DrawDebugPoints": false |
142 | | - } |
| 75 | + "Gps" : { |
| 76 | + "SensorType": 3, |
| 77 | + "Enabled": true |
143 | 78 | }, |
144 | | - "Cameras": { |
145 | | - "front_center_custom": { |
146 | | - "CaptureSettings": [ |
147 | | - { |
148 | | - "PublishToRos": 1, |
149 | | - "ImageType": 0, |
150 | | - "Width": 640, |
151 | | - "Height": 480, |
152 | | - "FOV_Degrees": 27, |
153 | | - "DepthOfFieldFstop": 2.8, |
154 | | - "DepthOfFieldFocalDistance": 200.0, |
155 | | - "DepthOfFieldFocalRegion": 200.0, |
156 | | - "TargetGamma": 1.5 |
157 | | - } |
158 | | - ], |
159 | | - "X": 0.50, "Y": 0, "Z": 0.10, |
160 | | - "Pitch": 0, "Roll": 0, "Yaw": 0 |
161 | | - }, |
162 | | - "front_left_custom": { |
163 | | - "CaptureSettings": [ |
164 | | - { |
165 | | - "PublishToRos": 1, |
166 | | - "ImageType": 0, |
167 | | - "Width": 672, |
168 | | - "Height": 376, |
169 | | - "FOV_Degrees": 90, |
170 | | - "TargetGamma": 1.5 |
171 | | - }, |
172 | | - { |
173 | | - "PublishToRos": 1, |
174 | | - "ImageType": 1, |
175 | | - "Width": 672, |
176 | | - "Height": 376, |
177 | | - "FOV_Degrees": 90, |
178 | | - "TargetGamma": 1.5 |
179 | | - } |
180 | | - ], |
181 | | - "X": 0.50, "Y": -0.06, "Z": 0.10, |
182 | | - "Pitch": 0.0, "Roll": 0.0, "Yaw": 0.0 |
183 | | - }, |
184 | | - "front_right_custom": { |
185 | | - "CaptureSettings": [ |
186 | | - { |
187 | | - "PublishToRos": 1, |
188 | | - "ImageType": 0, |
189 | | - "Width": 672, |
190 | | - "Height": 376, |
191 | | - "FOV_Degrees": 90, |
192 | | - "TargetGamma": 1.5 |
193 | | - } |
194 | | - ], |
195 | | - "X": 0.50, "Y": 0.06, "Z": 0.10, |
196 | | - "Pitch": 0.0, "Roll": 0.0, "Yaw": 0.0 |
| 79 | + "Lidar1": { |
| 80 | + "SensorType": 6, |
| 81 | + "Enabled": true, |
| 82 | + "X": 0, "Y": 0, "Z": -1, |
| 83 | + "Roll": 0, "Pitch": 0, "Yaw" : 0, |
| 84 | + "NumberOfLasers": 4, |
| 85 | + "PointsPerScan": 4096, |
| 86 | + "VerticalFOVUpper": 5, |
| 87 | + "VerticalFOVLower": -5, |
| 88 | + "HorizontalFOVStart": -90, |
| 89 | + "HorizontalFOVEnd": 90, |
| 90 | + "RotationsPerSecond": 10, |
| 91 | + "DrawDebugPoints": false |
| 92 | + }, |
| 93 | + "Lidar2": { |
| 94 | + "SensorType": 6, |
| 95 | + "Enabled": true, |
| 96 | + "X": 0, "Y": 0, "Z": -2, |
| 97 | + "Roll": 0, "Pitch": 0, "Yaw" : 0, |
| 98 | + "NumberOfLasers": 4, |
| 99 | + "PointsPerScan": 4096, |
| 100 | + "VerticalFOVUpper": 5, |
| 101 | + "VerticalFOVLower": -5, |
| 102 | + "HorizontalFOVStart": -90, |
| 103 | + "HorizontalFOVEnd": 90, |
| 104 | + "RotationsPerSecond": 5, |
| 105 | + "DrawDebugPoints": false |
| 106 | + }, |
| 107 | + "GSS" : { |
| 108 | + "SensorType": 7, |
| 109 | + "Enabled": true |
| 110 | + } |
| 111 | + }, |
| 112 | + "Cameras": { |
| 113 | + "cam1": { |
| 114 | + "CaptureSettings": [ |
| 115 | + { |
| 116 | + "ImageType": 0, |
| 117 | + "Width": 785, |
| 118 | + "Height": 785, |
| 119 | + "FOV_Degrees": 90 |
197 | 120 | } |
| 121 | + ], |
| 122 | + "X": 1.0, |
| 123 | + "Y": 0.06, |
| 124 | + "Z": -1.20, |
| 125 | + "Pitch": 0.0, |
| 126 | + "Roll": 0.0, |
| 127 | + "Yaw": 0 |
198 | 128 | }, |
199 | | - "X": 2, "Y": 0, "Z": 0, |
200 | | - "Pitch": 0, "Roll": 0, "Yaw": 0 |
| 129 | + "cam2": { |
| 130 | + "CaptureSettings": [ |
| 131 | + { |
| 132 | + "ImageType": 0, |
| 133 | + "Width": 785, |
| 134 | + "Height": 785, |
| 135 | + "FOV_Degrees": 90 |
| 136 | + } |
| 137 | + ], |
| 138 | + "X": 1.0, |
| 139 | + "Y": 0.56, |
| 140 | + "Z": -1.20, |
| 141 | + "Pitch": 0.0, |
| 142 | + "Roll": 0.0, |
| 143 | + "Yaw": 0.0 |
201 | 144 | } |
202 | | - }, |
203 | | - "SubWindows": [ |
204 | | - {"WindowID": 0, "ImageType": 0, "CameraName": "front_left_custom", "Visible": true}, |
205 | | - {"WindowID": 1, "ImageType": 0, "CameraName": "front_center_custom", "Visible": true}, |
206 | | - {"WindowID": 2, "ImageType": 0, "CameraName": "front_right_custom", "Visible": true} |
207 | | - ] |
| 145 | + }, |
| 146 | + "X": 2, "Y": 0, "Z": 0, |
| 147 | + "Pitch": 0, "Roll": 0, "Yaw": 0 |
| 148 | + } |
| 149 | + }, |
| 150 | + "SubWindows": [ |
| 151 | + ] |
208 | 152 | } |
209 | 153 | } |
210 | 154 | ] |
|
0 commit comments