Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrinal Paul authored Jun 8, 2017
1 parent 44afcc8 commit 8531daf
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,23 +58,27 @@ make example_app
make install
./example_app <config file> <output file> <imu data file> <left image directory> <right image directory>
```
If you get this error ```error while loading shared libraries: libmars_core.so: cannot open shared object file: No such file or directory```, please add the "build" directory to your LD_LIBRARY_PATH.

```export LD_LIBRARY_PATH="path-to-build-directory":$LD_LIBRARY_PATH```
## Custom install
The following options for MARS-VINS are currently available:

Platforms:

Linux : Intel-64bit (x86)
- Linux : Intel-64bit (x86)

Linux : ARM-64bit (arm64)
- Linux : ARM-64bit (arm64)

Android : ARM-64-bit (arm64)
- Android : ARM-64-bit (arm64)

In addition to these platforms, 3 camera models:
Camera models:

equidistant
- equidistant

fov
- fov

radial_tangential
- radial_tangential

example_app can be compiled for any of the above combinations in the following
fashion.
Expand Down

0 comments on commit 8531daf

Please sign in to comment.