-
Notifications
You must be signed in to change notification settings - Fork 788
Tutorials
matlabbe edited this page Nov 23, 2014
·
28 revisions
Tutorials of RTAB-Map. Installation instructions can be found here.
- This tutorial shows how to use RTAB-Map out-of-the-box to map an environment using a hand-held Kinect.
- This tutorial shows a demonstration with real robot data for multi-session mapping. It is the data used in the paper "Online Global Loop Closure Detection for Large-Scale Multi-Session Graph-Based SLAM".
- This simple example shows how to process your own data set (images-only) with RTAB-Map.
- This tutorial shows how to use rtabmap-console tool to process all data sets in the paper "Appearance-Based Loop Closure Detection for Online Large-Scale and Long-Term Operation", then using MATLAB and ground truth files to show Precision/Recall curves.
- This tutorial will show the power of GUI for online monitoring of the core process.
How to use RTAB-Map library in your C++ project.