-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
111 lines (109 loc) · 2.58 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
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"SeeDocsAt": "https://github.com/Microsoft/AirSim/blob/master/docs/settings.md",
"SettingsVersion": 1.2,
"SimMode": "Multirotor",
"ViewMode": "NoDisplay",
"EnableCollisionPassthrogh": true,
"CameraDefaults": {
"CaptureSettings": [
{
"ImageType": 0,
"Width": 256,
"Height": 144,
"FOV_Degrees": 87,
"AutoExposureSpeed": 100,
"AutoExposureBias": 0,
"AutoExposureMaxBrightness": 1,
"AutoExposureMinBrightness": 1,
"MotionBlurAmount": 0,
"TargetGamma": 1.5
}
]
},
"Vehicles": {
"mike": {
"VehicleType": "SimpleFlight",
"Model": "Hexacopter",
"DefaultVehicleState": "Armed",
"AutoCreate": true,
"AllowAPIAlways": true,
"EnableTrace": false,
"RC": {
"RemoteControlID": 0,
"AllowAPIWhenDisconnected": true
},
"Cameras": {
"front_left": {
"CaptureSettings": [
{
"ImageType": 0,
"Width": 256,
"Height": 144,
"FOV_Degrees": 90
}
],
"X": 0.20, "Y": -0.06, "Z": 0.0,
"Pitch": 0.0, "Roll": 0.0, "Yaw": 0.0
},
"depth_cam": {
"CaptureSettings": [
{
"Width": 256,
"Height": 144,
"PublishToRos": 0,
"ImageType": 3
}
],
"X": 0.20, "Y": 0, "Z": 0.0,
"Pitch": 0, "Roll": 0, "Yaw": 0
},
"seg": {
"CaptureSettings": [
{
"ImageType": 5,
"Width": 256,
"Height": 144,
"FOV_Degrees": 90
}
],
"X": 0.20, "Y": -0.06, "Z": 0.0,
"Pitch": 0.0, "Roll": 0.0, "Yaw": 0.0
}
},
"Sensors": {
"Imu": {
"SensorType": 2,
"Enabled" : true,
"AngularRandomWalk": 0.3,
"GyroBiasStabilityTau": 500,
"GyroBiasStability": 4.6,
"VelocityRandomWalk": 0.24,
"AccelBiasStabilityTau": 800,
"AccelBiasStability": 36
}
},
"X": 0.0, "Y": 0.0, "Z": 0.0,
"Pitch": 0.0, "Roll": 0.0, "Yaw": 0.0
}
},
"SubWindows": [
{
"WindowID": 0,
"ImageType": 0,
"CameraName": "front_left",
"Visible": true
},
{
"WindowID": 2,
"ImageType": 1,
"CameraName": "depth_cam",
"Visible": true
},
{
"WindowID": 1,
"ImageType": 5,
"CameraName": "seg",
"Visible": true
}
]
}