-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathlgsvl_vehicle_config.json
103 lines (102 loc) · 2.5 KB
/
lgsvl_vehicle_config.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
102
103
// [
// {
// "type": "Lidar",
// "name": "Lidar",
// "params": {
// "LaserCount": 64,
// "MinDistance": 0.5,
// "MaxDistance": 50,
// "RotationFrequency": 10,
// "MeasurementsPerRotation": 360,
// "FieldOfView": 41.33,
// "CenterAngle": 10,
// "Compensated": true,
// "PointColor": "#ff000000",
// "Topic": "/simulator/lidar",
// "Frame": "velodyne"
// },
// "transform": {
// "x": 0,
// "y": 2.312,
// "z": -0.3679201,
// "pitch": 0,
// "yaw": 0,
// "roll": 0
// }
// },
// {
// "type": "3D Ground Truth",
// "name": "3D Ground Truth",
// "params": {
// "Frequency": 10,
// "Topic": "/simulator/ground_truth/3d_detections"
// },
// "transform": {
// "x": 0,
// "y": 1.975314,
// "z": -0.3679201,
// "pitch": 0,
// "yaw": 0,
// "roll": 0
// }
// },
// {
// "type": "Keyboard Control",
// "name": "Keyboard Car Control"
// },
// {
// "type": "Wheel Control",
// "name": "Wheel Car Control"
// }
// ]
[
{
"type": "Lidar",
"name": "Lidar",
"params": {
"LaserCount": 64,
"MinDistance": 0.5,
"MaxDistance": 50,
"RotationFrequency": 10,
"MeasurementsPerRotation": 360,
"FieldOfView": 41.33,
"CenterAngle": 10,
"Compensated": true,
"PointColor": "#ff000000",
"Topic": "/simulator/lidar",
"Frame": "velodyne"
},
"transform": {
"x": 0,
"y": 2.8,
"z": 0.3679201,
"pitch": 0,
"yaw": 0,
"roll": 0
}
},
{
"type": "3D Ground Truth",
"name": "3D Ground Truth",
"params": {
"Frequency": 30,
"Topic": "/simulator/ground_truth/3d_detections"
},
"transform": {
"x": 0,
"y": 2.8,
"z": 0.3679201,
"pitch": 0,
"yaw": 0,
"roll": 0
}
},
{
"type": "Keyboard Control",
"name": "Keyboard Car Control"
},
{
"type": "Wheel Control",
"name": "Wheel Car Control"
}
]