-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsettings.json
65 lines (65 loc) · 2.25 KB
/
settings.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
{
"SeeDocsAt": "https://github.com/Microsoft/AirSim/blob/master/docs/settings.md",
"SettingsVersion": 1.2,
"SimMode": "Multirotor",
"ViewMode": "NoDisplay",
"ClockSpeed": 1.0,
"Vehicles": {
"PX4": {
"VehicleType": "PX4Multirotor",
"UseSerial": false,
"UseTcp": true,
"TcpPort": 4560,
"ControlPort": 14580,
"params": {
"NAV_RCL_ACT": 0,
"NAV_DLL_ACT": 0,
"LPE_LAT": 56.206180,
"LPE_LON": 10.187857,
"COM_OBL_ACT": 1
},
"Cameras": {
"cam": {
"CaptureSettings": [
{
"PublishToRos": 0,
"ImageType": 0,
"Width": 240,
"Height": 180,
"FOV_Degrees": 90,
"AutoExposureSpeed": 100,
"AutoExposureBias": 0,
"AutoExposureMaxBrightness": 1,
"AutoExposureMinBrightness": 1,
"MotionBlurAmount": 0,
"TargetGamma": 1.5
},
{
"ImageType": 5,
"Width": 240,
"Height": 180,
"FOV_Degrees": 90,
"AutoExposureSpeed": 100,
"AutoExposureBias": 0,
"AutoExposureMaxBrightness": 1,
"AutoExposureMinBrightness": 1,
"MotionBlurAmount": 0,
"TargetGamma": 1.5
}
],
"X": 0.4,
"Y": 0.0,
"Z": 0.0,
"Pitch": 0.0,
"Roll": 0.0,
"Yaw": 0.0
}
}
}
},
"OriginGeopoint": {
"Latitude": 56.206180,
"Longitude": 10.187857,
"Altitude": 10
}
}