-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
70 lines (70 loc) · 1.66 KB
/
settings.json
File metadata and controls
70 lines (70 loc) · 1.66 KB
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
{
"SeeDocsAt": "https://FS-Driverless.github.io/Formula-Student-Driverless-Simulator/",
"SettingsVersion": 1.2,
"ClockSpeed": 1.0,
"ViewMode": "SpringArmChase",
"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 },
"GSS" : { "SensorType": 7, "Enabled": true },
"Gps": {
"SensorType": 3,
"Enabled": true
},
"Lidar": {
"SensorType": 6,
"Enabled": true,
"X": 1.3,
"Y": 0,
"Z": 0.1,
"Roll": 0,
"Pitch": 0,
"Yaw": 0,
"NumberOfLasers": 1,
"PointsPerScan": 500,
"VerticalFOVUpper": 0,
"VerticalFOVLower": 5,
"HorizontalFOVStart": -90,
"HorizontalFOVEnd": 90,
"RotationsPerSecond": 10,
"DrawDebugPoints": true
}
},
"Cameras": {
"examplecam": {
"CaptureSettings": [
{
"ImageType": 0,
"Width": 1024,
"Height": 544,
"FOV_Degrees": 96
}
],
"X": 1.1,
"Y": 0.0,
"Z": 0.15,
"Pitch": 0.0,
"Roll": 0.0,
"Yaw": 0
}
},
"X": 0,
"Y": 0,
"Z": 0,
"Pitch": 0,
"Roll": 0,
"Yaw": -90
}
}
}