-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
101 lines (101 loc) · 2.68 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
{
"SeeDocsAt": "https://FS-Driverless.github.io/Formula-Student-Driverless-Simulator/",
"SettingsVersion": 1.2,
"ViewMode": "SpringArmChase",
"ClockSpeed": 1.0,
"SpectatorServerPassword": "password",
"PawnPaths": {
"DefaultCar": { "PawnBP": "Class'/AirSim/VehicleAdv/Cars/TechnionCar/TechnionCarPawn.TechnionCarPawn_C'" }
},
"Vehicles": {
"FSCar": {
"DefaultVehicleState": "",
"EnableCollisionPassthrogh": false,
"EnableCollisions": true,
"AllowAPIAlways": true,
"RC":{
"RemoteControlID": -1
},
"Sensors": {
"Imu" : {
"SensorType": 2,
"Enabled": true
},
"Gps" : {
"SensorType": 3,
"Enabled": true
},
"Lidar1": {
"SensorType": 6,
"Enabled": true,
"X": 0.45, "Y": 0, "Z": 0.55,
"Roll": 0, "Pitch": 0, "Yaw" : 0,
"NumberOfLasers": 4,
"PointsPerScan": 4096,
"VerticalFOVUpper": 5,
"VerticalFOVLower": -5,
"HorizontalFOVStart": -90,
"HorizontalFOVEnd": 90,
"RotationsPerSecond": 10,
"DrawDebugPoints": false
},
"Lidar2": {
"SensorType": 6,
"Enabled": true,
"X": 1.20, "Y": 0, "Z": 0.2,
"Roll": 0, "Pitch": 0, "Yaw" : 0,
"NumberOfLasers": 4,
"PointsPerScan": 4096,
"VerticalFOVUpper": 5,
"VerticalFOVLower": -5,
"HorizontalFOVStart": -90,
"HorizontalFOVEnd": 90,
"RotationsPerSecond": 5,
"DrawDebugPoints": false
},
"GSS" : {
"SensorType": 7,
"Enabled": true
}
},
"Cameras": {
"cam1": {
"CaptureSettings": [
{
"ImageType": 0,
"Width": 785,
"Height": 785,
"FOV_Degrees": 90
}
],
"X": -0.3,
"Y": -0.16,
"Z": 0.8,
"Pitch": 0.0,
"Roll": 0.0,
"Yaw": 0
},
"cam2": {
"CaptureSettings": [
{
"ImageType": 0,
"Width": 785,
"Height": 785,
"FOV_Degrees": 90
}
],
"X": -0.3,
"Y": 0.16,
"Z": 0.8,
"Pitch": 0.0,
"Roll": 0.0,
"Yaw": 0.0
}
},
"X": 2, "Y": 0, "Z": 0,
"Pitch": 0, "Roll": 0, "Yaw": 0
}
},
"SubWindows": [
]
}