Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanDuToit authored May 29, 2017
1 parent 49b95e8 commit 388dbb9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ Android (arm64)

In addition to these platforms, 3 camera models:

fov
equidistant

radial_tangential
fov

equidistant
radial_tangential

example_app can be compiled for any of the above combinations in the following
fashion.
Expand All @@ -56,7 +56,7 @@ For linux builds:
```
cd MARS-VINS
cd build
cmake -DPLATFORM=<x86 or arm64> -DCAMERA=<perspective or spherical> ..
cmake -DPLATFORM=<x86 or arm64> -DCAMERA_MODEL=<equidistant or fov or or radial_tangential> ..
make example_app
make install
./example_app <config file> <output file> <imu data file> <left image directory> <right image directory>
Expand All @@ -66,6 +66,7 @@ For android builds (adb required to interface with android, android device shoul
```
cd MARS-VINS
cd build_android
## edit cmake_android.sh to select your camera model
sh cmake_android.sh
make example_app
make install
Expand Down

0 comments on commit 388dbb9

Please sign in to comment.