We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dea691 commit 681e712Copy full SHA for 681e712
README.md
@@ -69,7 +69,7 @@ During data collection make sure the calibration target is as flat as possible.
69
Setting up the Calibration Configuration File
70
---------------------------------------------
71
72
-First inorder to calibrate a camera or camera-IMU we need to create the
+First inorder to calibrate a camera or camera-IMU we need to create the
73
calibration configuration file. For example `calib_intel_d435i.yaml`
74
configuration file:
75
@@ -86,12 +86,12 @@ calib_target:
86
cam0:
87
proj_model: "pinhole"
88
dist_model: "radtan4"
89
- resolution: [640.0, 480.0]
+ resolution: [640, 480]
90
91
cam1:
92
93
94
95
```
96
97
Run the Calibration
0 commit comments