Home

Awesome

Build Status

stereo-vo

A C++ library for stereo visual odometry: Robust Stereo visual Odometry (RSO). For a complete SLAM system based on this library, check out srba-stereo-slam.

Documentation

Building from sources

Prerequisites

They can be installed in recent Debian or Ubuntu distributions (Trusty 14.04 minimum) with:

sudo apt-get install build-essential cmake libmrpt-dev libopencv-dev

Note: Better efficiency can be achieved if MRPT and OpenCV are compiled from sources instead of grabbed with apt-get by instructing the compiler to optimize for native architecture. You can also install optimized MRPT builds from this PPA repository.

Compiling

As usual with CMake, create an empty build directory, call cmake and make or build from your favorite IDE (e.g. Visual Studio in Windows).