Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
qintonguav committed Jan 10, 2019
1 parent 6dc327d commit 742eae6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ result_gps.txt
0*.txt
1*.txt
2*.txt
camera_camera_calib.yaml
camera_chessboard_data.dat
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Write a config file for your device. You can take config files of EuRoC and KITT
### 6.2 Camera calibration
VINS support several camera models (pinhole, mei, equidistant). You can use [camera model](https://github.com/hengli/camodocal) to calibrate your cameras. We put some example data under /camera_models/calibrationdata to tell you how to calibrate.
```
cd ~/catkin_ws/src/VINS/camera_models/calibrationdata/
cd ~/catkin_ws/src/VINS/camera_models/camera_calib_example/
rosrun camera_models Calibrations -w 12 -h 8 -s 80 -i calibrationdata --camera-model pinhole
```

Expand Down

0 comments on commit 742eae6

Please sign in to comment.