Skip to content

Commit 5d02eef

Browse files
Format settings.json for readability
1 parent 3173a91 commit 5d02eef

1 file changed

Lines changed: 96 additions & 1 deletion

File tree

settings.json

Lines changed: 96 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,96 @@
1-
{"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": 2.35, "Y": 0.0, "Z": 0.2, "Roll": 0, "Pitch": 0, "Yaw": 0, "NumberOfLasers": 1, "PointsPerScan": 1000, "VerticalFOVUpper": 1, "VerticalFOVLower": -1, "HorizontalFOVStart": -120.32113697747289, "HorizontalFOVEnd": 120.32113697747289, "RotationsPerSecond": 10, "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": []}
1+
{
2+
"SeeDocsAt": "https://FS-Driverless.github.io/Formula-Student-Driverless-Simulator/",
3+
"SettingsVersion": 1.2,
4+
"ViewMode": "SpringArmChase",
5+
"ClockSpeed": 1.0,
6+
"SpectatorServerPassword": "password",
7+
"PawnPaths": {
8+
"DefaultCar": {
9+
"PawnBP": "Class'/AirSim/VehicleAdv/Cars/TechnionCar/TechnionCarPawn.TechnionCarPawn_C'"
10+
}
11+
},
12+
"Vehicles": {
13+
"FSCar": {
14+
"DefaultVehicleState": "",
15+
"EnableCollisionPassthrogh": false,
16+
"EnableCollisions": true,
17+
"AllowAPIAlways": true,
18+
"RC": {
19+
"RemoteControlID": -1
20+
},
21+
"Sensors": {
22+
"Imu": {
23+
"SensorType": 2,
24+
"Enabled": true
25+
},
26+
"Gps": {
27+
"SensorType": 3,
28+
"Enabled": true
29+
},
30+
"Lidar1": {
31+
"SensorType": 6,
32+
"Enabled": true,
33+
"X": 2.35,
34+
"Y": 0.0,
35+
"Z": 0.2,
36+
"Roll": 0,
37+
"Pitch": 0,
38+
"Yaw": 0,
39+
"NumberOfLasers": 1,
40+
"PointsPerScan": 1000,
41+
"VerticalFOVUpper": 1,
42+
"VerticalFOVLower": -1,
43+
"HorizontalFOVStart": -120.32113697747289,
44+
"HorizontalFOVEnd": 120.32113697747289,
45+
"RotationsPerSecond": 10,
46+
"DrawDebugPoints": false
47+
},
48+
"GSS": {
49+
"SensorType": 7,
50+
"Enabled": true
51+
}
52+
},
53+
"Cameras": {
54+
"cam1": {
55+
"CaptureSettings": [
56+
{
57+
"ImageType": 0,
58+
"Width": 785,
59+
"Height": 785,
60+
"FOV_Degrees": 90
61+
}
62+
],
63+
"X": -0.3,
64+
"Y": -0.16,
65+
"Z": 0.8,
66+
"Pitch": 0.0,
67+
"Roll": 0.0,
68+
"Yaw": 0
69+
},
70+
"cam2": {
71+
"CaptureSettings": [
72+
{
73+
"ImageType": 0,
74+
"Width": 785,
75+
"Height": 785,
76+
"FOV_Degrees": 90
77+
}
78+
],
79+
"X": -0.3,
80+
"Y": 0.16,
81+
"Z": 0.8,
82+
"Pitch": 0.0,
83+
"Roll": 0.0,
84+
"Yaw": 0.0
85+
}
86+
},
87+
"X": 2,
88+
"Y": 0,
89+
"Z": 0,
90+
"Pitch": 0,
91+
"Roll": 0,
92+
"Yaw": 0
93+
}
94+
},
95+
"SubWindows": []
96+
}

0 commit comments

Comments
 (0)