-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest_sensors.json
55 lines (55 loc) · 1.21 KB
/
test_sensors.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
{
"rgb_camera":{
"image_size_x": 640,
"image_size_y": 360,
"fov": 110,
"sensor_tick": 0.0,
"location_x": 0.8,
"location_y": 0.0,
"location_z": 1.7
},
"lidar":{
"channels": 64,
"range": 100.0,
"points_per_second": 1000000,
"rotation_frequency": 50.0,
"upper_fov": 20.0,
"lower_fov": -30.0,
"sensor_tick": 0.0,
"location_x": 0.8,
"location_y": 0.0,
"location_z": 1.7
},
"radar":{
"horizontal_fov": 30.0,
"vertical_fov": 30.0,
"points_per_second": 1500,
"range": 100,
"sensor_tick": 0.0,
"location_x": 0.8,
"location_y": 0.0,
"location_z": 1.7
},
"gnss":{
"sensor_tick": 0.0,
"location_x": 0.0,
"location_y": 0.0,
"location_z": 0.0
},
"imu":{
"sensor_tick": 0.1,
"location_x": 0.0,
"location_y": 0.0,
"location_z": 0.0
},
"collision":{
"location_x": 0.0,
"location_y": 0.0,
"location_z": 0.0
},
"lane_invasion":{
"location_x": 0.0,
"location_y": 0.0,
"location_z": 0.0
}
}