Simultaneous localization and mapping

From Wikipedia, the free encyclopedia

Jump to: navigation, search

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][2] Other pioneering work in this field was conducted by the research group of Hugh F. Durrant-Whyte in the early 1990s.[3]

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 achievements of the robotics research in the past decades. [4] The related problems of data association and computational complexity are amongst the problems yet to be fully resolved.

SLAM can use many different types of sensor to acquire data used in building the map such as laser rangefinders, sonar sensors and cameras.

[edit] See also

[edit] External links

[edit] References

  1. ^ Smith, R.C.; Cheeseman, P. (1986). "On the Representation and Estimation of Spatial Uncertainty". The International Journal of Robotics Research 5 (4): 56–68. doi:10.1177/027836498600500404. 
  2. ^ Smith, R.C.; Self, M.;Cheeseman, P. (1986). "Estimating Uncertain Spatial Relationships in Robotics" in UAI '86. Proceedings of the Second Annual Conference on Uncertainty in Artificial Intelligence: 435-461, University of Pennsylvania, Philadelphia, PA, USA: Elsevier. 
  3. ^ 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:10.1109/IROS.1991.174711. http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=174711. Retrieved on 2008-04-08. 
  4. ^ Durrant-Whyte, H.; Bailey, T. (2006). "Simultaneous Localisation and Mapping (SLAM): Part I The Essential Algorithms". Robotics and Automation Magazine 13: 99–110. doi:10.1109/MRA.2006.1638022. http://www.acfr.usyd.edu.au/homepages/academic/tbailey/papers/slamtute1.pdf. Retrieved on 2008-04-08. 
Personal tools