-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlds-01.json
38 lines (38 loc) · 872 Bytes
/
lds-01.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
{
"frame_id": "laser",
"DetectionDistance": {
"Min": 120,
"Max": 3500
},
"DistanceAccuracy": [
{
"Range": {
"Min": 120,
"Max": 500
},
"Type": "independent",
"DistanceIndepedentAccuracy": {
"StdDev": 0.015,
"NoiseDistribution": "Gaussian"
}
},
{
"Range": {
"Min": 500,
"Max": 3500
},
"Type": "dependent",
"DistanceDepedentAccuracy": {
"Percentage": 5.0,
"NoiseDistribution": "Gaussian"
}
}
],
"AngleRange": {
"Min": -180.0,
"Max": 180.0,
"AscendingOrderOfData": false,
"Resolution": 1,
"ScanFrequency": 5
}
}