Simultaneous localization and mapping
From Wikipedia, the free encyclopedia
Simultaneous localization and mapping (SLAM) is a technique used by robots and autonomous vehicles to build up a map within an unknown environment while at the same time keeping track of their current position. This is not as straightforward as it might sound due to inherent uncertainties in discerning the robot's relative movement from its various sensors.
If at the next iteration of map building the measured distance and direction travelled has a slight inaccuracy, then any features being added to the map will contain corresponding errors. If unchecked, these positional errors build cumulatively, grossly distorting the map and therefore the robot's ability to know its precise location. There are various techniques to compensate for this such as recognising features that it has come across previously and re-skewing recent parts of the map to make sure the two instances of that feature become one. Some of the statistical techniques used in SLAM include Kalman filters, particle filters (aka. Monte Carlo methods) and scan matching of range data.
A seminal work in SLAM is the research of R.C. Smith and P. Cheeseman on the representation and estimation of spatial uncertainty in 1986.[1] Other pioneering work in this field was conducted by the research group of Hugh F. Durrant-Whyte in the early 1990s.[2]
SLAM in the mobile robotics community generally refers to the process of creating geometrically accurate maps of the environment. Topological maps are another method of environment representation which capture the connectivity (i.e., topology) of the environment rather than creating a geometrically accurate map. As a result, algorithms that create topological maps are not referred to as SLAM.
SLAM has not yet been fully perfected, but it is starting to be employed in unmanned aerial vehicles, autonomous underwater vehicles, planetary rovers and newly emerging domestic robots. It is generally considered that "solving" the SLAM problem has been one of the notable achievement of the robotics research in the past decades. [3]
SLAM can use many different types of sensor to acquire data used in building the map such as laser range finders, sonar sensors and cameras.
Notable researchers in SLAM include:
- Sebastian Thrun - developed the FastSLAM algorithms and author of the book Probabilistic Robotics .[4][5][6]
[edit] See also
- Kalman filter
- Monte Carlo localization
- Particle filter
- Registration of range images
[edit] External links
- SLAM For Dummies (A Tutorial Approach to Simultaneous Localization and Mapping)
- Andrew Davison research page at Imperial College London about SLAM using vision
- openslam.org A good collection of open source code and explanations of SLAM.
- Matlab Toolbox of Kalman Filtering applied to Simultaneous Localization and Mapping Vehicle moving in 1D, 2D and 3D
[edit] References
- ^ Smith, R.C.; Cheeseman, P. (1986). "On the Representation and Estimation of Spatial Uncertainty". The International Journal of Robotics Research 5 (4): 56. doi: .
- ^ Leonard, J.J.; Durrant-whyte, H.F. (1991). "Simultaneous map building and localization for an autonomous mobilerobot". Intelligent Robots and Systems' 91.'Intelligence for Mechanical Systems, Proceedings IROS'91. IEEE/RSJ International Workshop on: 1442-1447. doi: .
- ^ Durrant-whyte, H.; Bailey, T. (2006). "Simultaneous Localisation and Mapping (SLAM): Part I The Essential Algorithms". Robotics and Automation Magazine 13: 99-110.
- ^ Montemerlo, M.; Thrun, S.; Koller, D.; Wegbreit, B. (2002). "FastSLAM: A factored solution to the simultaneous localization and mapping problem". Proceedings of the AAAI National Conference on Artificial Intelligence: 593-598.
- ^ Montemerlo, M.; Thrun, S.; Koller, D.; Wegbreit, B. (2003). "FastSLAM 2.0: An improved particle filtering algorithm for simultaneous localization and mapping that provably converges". Proceedings of the Sixteenth International Joint Conference on Artificial Intelligence (IJCAI) 1156, Menlo Park, CA, USA: AAAI Press.
- ^ Thrun, Sebastian (2005). Probabilistic Robotics. Cambridge: MIT Press. ISBN 0262201623.