/STAM

Simple Tracking and Mapping - STAM

Primary LanguageC++MIT LicenseMIT

Simple Tracking and Mapping - STAM

This is an open-source version of the code originally used for the level 3 of the ISMAR 2015 Off-site tracking competition. Our team "VoxarLabs" got first place in the level 3 of the competition (tracking and mapping).

Dependencies

Installing dependencies on OSX

Installing dependencies on Ubuntu

Building STAM Linux/OSX

git clone https://github.com/eaa3/STAM.git

cd STAM
   
mkdir build 

cmake ..

make -j 

Running STAM

Fetch competition data

cd data
source fetch_data.bash

Go to build directory

cd ../build

Run demo passing scenario number as argument

Example for scenario 1:

./demo_level3 1

alt text

License

MIT.