choyaa commited on
Commit
c82239d
·
verified ·
1 Parent(s): c898130

Add AirSim config template

Browse files
Files changed (1) hide show
  1. config/settings.json +24 -0
config/settings.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "SettingsVersion": 1.2,
3
+ "SimMode": "Multirotor",
4
+ "SubWindows": [
5
+ {"WindowID": 0, "ImageType": 0, "CameraName": "bottom_center", "Visible": true},
6
+ {"WindowID": 1, "ImageType": 0, "CameraName": "bottom_center", "Visible": false},
7
+ {"WindowID": 2, "ImageType": 1, "CameraName": "bottom_center", "Visible": true}
8
+ ],
9
+ "Recording": {
10
+ "RecordInterval": 8,
11
+ "Cameras": [
12
+ {"CameraName": "front_center", "ImageType": 0, "PixelsAsFloat": false, "Compress": true}
13
+ ]
14
+ },
15
+ "CameraDefaults": {
16
+ "CaptureSettings": [
17
+ {"ImageType": 0, "Width": 1920, "Height": 1080, "FOV_Degrees": 45},
18
+ {"ImageType": 1, "Width": 1920, "Height": 1080, "FOV_Degrees": 45},
19
+ {"ImageType": 2, "Width": 1920, "Height": 1080, "FOV_Degrees": 45},
20
+ {"ImageType": 3, "Width": 1920, "Height": 1080, "FOV_Degrees": 45},
21
+ {"ImageType": 5, "Width": 1920, "Height": 1080, "FOV_Degrees": 45}
22
+ ]
23
+ }
24
+ }