Home

Awesome

SRBA-Stereo-SLAM

Note: Preliminary version

Library that performs stereo visual SLAM within a Sparser Relative Bundle Adjustment (SRBA) framework. More info about SRBA can be found here

Building from sources

Prerequisites

Compiling

This software can be compiled in Windows and GNU/Linux with gcc or clang. It should also work on OSX but it is untested.

  1. Install all prerequisites above. Many of those can be installed in Ubuntu as follows:
  1. Create an empty build directory, invoke cmake and build as usual.

     mkdir build
     cd build
     cmake .. -DSRBA_DIR=[PATH_TO_SRBA_BUILD_DIR]