-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathairsim-setting-sample.json
37 lines (37 loc) · 1.02 KB
/
airsim-setting-sample.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
{
"SettingsVersion": 1.2,
"SimMode": "Multirotor",
"ClockType": "SteppableClock",
"ViewMode": "SpringArmChase",
"DefaultVehicleConfig": "PX4",
"Vehicles": {
"Drone 1": {
"X": 0.0,
"Y": 0.0,
"Z": -3,
"LocalHostIp": "192.168.1.181",
"VehicleType": "PX4Multirotor",
"UseSerial": false,
"LockStep": true,
"UseTcp": true,
"TcpPort": 4560,
"ControlPortLocal": 14540,
"ControlPortRemote": 14580,
"Sensors": {
"Barometer": {
"SensorType": 1,
"Enabled": true,
"PressureFactorSigma": 0.0001825
}
},
"Parameters": {
"NAV_RCL_ACT": 0,
"NAV_DLL_ACT": 0,
"COM_OBL_ACT": 1,
"LPE_LAT": 40.7128,
"LPE_LON": -74.0060
}
}
},
"Wind": { "X": 10.6, "Y": 10.6, "Z": 0 }
}