SLAP is a simple monocular SLAM implementation inspired by twitchslam.
Installation of the module is performed as follows:
git clone [email protected]:pierre-reboud/SLAP.git
cd SLAP
pip install -r requirements.txt
pip install -e .
Warning: Additional modules might have to be installed, as requirements.txt is currently outdated.
Additionally, the libraries has to be manually installed:
- pangolin: Follow the instructions
- Specify the desired parameters in the
configs/program.json
file. - Run the following console command:
python main.py
- Make Docker work
- Redo the Bundle Adjustment with Pybind in Cpp
- Hartley, R., Zisserman, A. (2003). Multiple View Geometry in Computer Vision. New York, NY, USA: Cambridge University Press. ISBN: 0521540518