G. Grisetti, R. Kümmerle, C. Stachniss, and W. Burgard.
A Tutorial on Graph-Based SLAM.
Intelligent Transportation Systems Magazine, IEEE, 2(4):31-43, 2010.

Abstract

Being able to build a map of the environment and to simultaneously localize within this map is an essential skill for mobile robots navigating in unknown environments in absence of external referencing systems such as GPS. This so-called simultaneous localization and mapping (SLAM) problem has been one of the most popular research topics in mobile robotics for the last two decades and efficient approaches for solving this task have been proposed. One intuitive way of formulating SLAM is to use a graph whose nodes correspond to the poses of the robot at different points in time and whose edges represent constraints between the poses. The latter are obtained from observations of the environment or from movement actions carried out by the robot. Once such a graph is constructed, the map can be computed by finding the spatial configuration of the nodes that is mostly consistent with the measurements modeled by the edges. In this paper, we provide an introductory description to the graph-based SLAM problem. Furthermore, we discuss a state-of-the-art solution that is based on least-squares error minimization and exploits the structure of the SLAM problems during optimization. The goal of this tutorial is to enable the reader to implement the proposed methods from scratch.

Download: Online Version

BibTeX entry:

@article{grisetti10titsmag,
  author = {Grisetti, G. and K{\"u}mmerle, R. and Stachniss, C. and Burgard, W.},
  doi = {10.1109/MITS.2010.939925},
  title = {A Tutorial on Graph-Based {SLAM}},
  journal = {Intelligent Transportation Systems Magazine, IEEE},
  number = {4},
  volume = {2},
  year = {2010},
  pages = {31--43}
}