-
Notifications
You must be signed in to change notification settings - Fork 4.8k
/
Copy pathcalibration_odometry.json
40 lines (40 loc) · 1.06 KB
/
calibration_odometry.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
{
"velocimeters": [
{
"scale_and_alignment": [
1.0,
0.0000000000000000,
0.0000000000000000,
0.0000000000000000,
1.0,
0.0000000000000000,
0.0000000000000000,
0.0000000000000000,
1.0
],
"noise_variance": 0.004445126050420168,
"extrinsics": {
"T": [
-0.5059,
-0.6294,
-0.6873
],
"T_variance": [
9.999999974752427e-7,
9.999999974752427e-7,
9.999999974752427e-7
],
"W": [
-1.1155,
-1.1690,
-1.2115
],
"W_variance": [
9.999999974752427e-5,
9.999999974752427e-5,
9.999999974752427e-5
]
}
}
]
}