Skip to content

Commit 681e712

Browse files
committed
Update README
1 parent 3dea691 commit 681e712

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ During data collection make sure the calibration target is as flat as possible.
6969
Setting up the Calibration Configuration File
7070
---------------------------------------------
7171

72-
First inorder to calibrate a camera or camera-IMU we need to create the
72+
First inorder to calibrate a camera or camera-IMU we need to create the
7373
calibration configuration file. For example `calib_intel_d435i.yaml`
7474
configuration file:
7575

@@ -86,12 +86,12 @@ calib_target:
8686
cam0:
8787
proj_model: "pinhole"
8888
dist_model: "radtan4"
89-
resolution: [640.0, 480.0]
89+
resolution: [640, 480]
9090
9191
cam1:
9292
proj_model: "pinhole"
9393
dist_model: "radtan4"
94-
resolution: [640.0, 480.0]
94+
resolution: [640, 480]
9595
```
9696

9797
Run the Calibration

0 commit comments

Comments
 (0)