Skip to content

Commit e4e2d68

Browse files
revert an accidental change to settings.json
This was an experiment that shouldn't have ended up on gihtub
1 parent 5d02eef commit e4e2d68

1 file changed

Lines changed: 100 additions & 95 deletions

File tree

settings.json

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

0 commit comments

Comments
 (0)