Fix Valve Index rt8 yaml calibration file
Browse filesThe calibration.rt8.json is the correct calibration.
The yaml file was updated to match it, the previous version came
from an incorrect calibration file.
M_monado_datasets/MI_valve_index/extras/calibration.rt8.yaml
CHANGED
@@ -1,23 +1,23 @@
|
|
1 |
cameras:
|
2 |
-
- T_SC: [0.
|
3 |
-
-0.
|
4 |
-
0.
|
5 |
0.0, 0.0, 0.0, 1.0] # T_imu_cam, i.e., transforms a point in camera space into IMU space
|
6 |
-
distortion_coefficients: [
|
7 |
-
-
|
8 |
-
|
9 |
distortion_type: radialtangential8 # Same as opencv's default model
|
10 |
-
focal_length: [420.
|
11 |
image_dimension: [960, 960] # width, height
|
12 |
-
principal_point: [469.
|
13 |
-
- T_SC: [0.
|
14 |
-
-0.
|
15 |
-
-0.
|
16 |
0.0, 0.0, 0.0, 1.0]
|
17 |
-
distortion_coefficients: [
|
18 |
-
|
19 |
-
|
20 |
distortion_type: radialtangential8
|
21 |
-
focal_length: [421.
|
22 |
image_dimension: [960, 960]
|
23 |
-
principal_point: [467.
|
|
|
1 |
cameras:
|
2 |
+
- T_SC: [0.01578079069585575, 0.9998749932305361, 0.0009821187551574753, 0.06891723980288252,
|
3 |
+
-0.9969556131278782, 0.015659688788235038, 0.07638245610002425, 0.1194375162243693,
|
4 |
+
0.07635752810188462, -0.0021845043582622847, 0.9970781091985115, 0.010620914860482425,
|
5 |
0.0, 0.0, 0.0, 1.0] # T_imu_cam, i.e., transforms a point in camera space into IMU space
|
6 |
+
distortion_coefficients: [20.391491525855695, 13.296376109798059, 3.3499524495992367e-06,
|
7 |
+
-0.00016905320907310926, 1.2827871067810053, 20.58288546853957, 15.718842380446702,
|
8 |
+
4.57076872023613] # k1, k2, p1, p2, k3, k4, k5, k6
|
9 |
distortion_type: radialtangential8 # Same as opencv's default model
|
10 |
+
focal_length: [420.87543153743377, 420.98111734621693] # fx, fy
|
11 |
image_dimension: [960, 960] # width, height
|
12 |
+
principal_point: [469.280769336615, 479.1008669368344] # cx, cy
|
13 |
+
- T_SC: [0.021815299919617226, 0.9995824669291672, 0.018946886214303387, 0.06878929687462956,
|
14 |
+
-0.9967955295565468, 0.023205500609482843, -0.07655179290876915, -0.014242597915617126,
|
15 |
+
-0.076959501983192, -0.01721617115574495, 0.9968855694136793, 0.010952250701108236,
|
16 |
0.0, 0.0, 0.0, 1.0]
|
17 |
+
distortion_coefficients: [12.083665279916433, 8.328063289692405, 0.00013706577524923318,
|
18 |
+
0.00047216337967221625, 0.7803475118448734, 12.236473503288277, 9.749696702702666,
|
19 |
+
2.7934480578433702]
|
20 |
distortion_type: radialtangential8
|
21 |
+
focal_length: [421.13049451321916, 421.1811382629241]
|
22 |
image_dimension: [960, 960]
|
23 |
+
principal_point: [467.3993617404934, 484.2058878943831]
|