Visual-based Navigation project
- Please create a feature branch for your work and use master branch only for working solutions.
- No build flies, images or executables are allowed to be commited to the repository.
- CMake is used to build the project
- Download and install VTK for opencv Viz module: https://www.vtk.org/download/
- If you have already installed OpenCV, you need to reinstall it such that OpenCV can find freshly-installed VTK library (credits to https://stackoverflow.com/questions/23559925/how-do-i-use-install-viz-in-opencv?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa)
- Note: [..] means an optional command-line argument
mkdir build
cmake ..
make
./slam ../data/left/ ../data/right/ ../data/calib.txt 10 [../data/groundTruth.txt]
## only 22 for visualization otherwise we can only see pose data
./slam ../data/left/ ../data/right/ ../data/calib.txt 22