Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 294 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 294 Bytes

ucoslam_samples

This repository has examples to learn how to use the UcoSLAM library

Requirements

This project requires UcoSLAM and OpenCV library to be installed in your system : https://sourceforge.net/projects/ucoslam/

Then, you can build it as

mkdir build cd build cmake .. make