Simultaneous Localization and Mapping

Slides:



Advertisements
Similar presentations
Probabilistic Robotics
Advertisements

Probabilistic Robotics
Probabilistic Robotics
Probabilistic Robotics SLAM. 2 Given: The robot’s controls Observations of nearby features Estimate: Map of features Path of the robot The SLAM Problem.
Advanced Mobile Robotics
(Includes references to Brian Clipp
Monte Carlo Localization for Mobile Robots Karan M. Gupta 03/10/2004
Robot Localization Using Bayesian Methods
IR Lab, 16th Oct 2007 Zeyn Saigol
Lab 2 Lab 3 Homework Labs 4-6 Final Project Late No Videos Write up
Probabilistic Robotics
Markov Localization & Bayes Filtering 1 with Kalman Filters Discrete Filters Particle Filters Slides adapted from Thrun et al., Probabilistic Robotics.
Observers and Kalman Filters
Probabilistic Robotics Bayes Filter Implementations Particle filters.
Probabilistic Robotics: Kalman Filters
Reliable Range based Localization and SLAM Joseph Djugash Masters Student Presenting work done by: Sanjiv Singh, George Kantor, Peter Corke and Derek Kurth.
gMapping TexPoint fonts used in EMF.
Introduction to Kalman Filter and SLAM Ting-Wei Hsu 08/10/30.
Probabilistic Robotics
CS 547: Sensing and Planning in Robotics Gaurav S. Sukhatme Computer Science Robotic Embedded Systems Laboratory University of Southern California
SEIF, EnKF, EKF SLAM, Fast SLAM, Graph SLAM
SLAM: Simultaneous Localization and Mapping: Part I Chang Young Kim These slides are based on: Probabilistic Robotics, S. Thrun, W. Burgard, D. Fox, MIT.
Probabilistic Robotics
Monte Carlo Localization
Particle Filters for Mobile Robot Localization 11/24/2006 Aliakbar Gorji Roborics Instructor: Dr. Shiri Amirkabir University of Technology.
A Probabilistic Approach to Collaborative Multi-robot Localization Dieter Fox, Wolfram Burgard, Hannes Kruppa, Sebastin Thrun Presented by Rajkumar Parthasarathy.
Probabilistic Robotics Bayes Filter Implementations Particle filters.
Stanford CS223B Computer Vision, Winter 2007 Lecture 12 Tracking Motion Professors Sebastian Thrun and Jana Košecká CAs: Vaibhav Vaish and David Stavens.
Bayesian Filtering for Location Estimation D. Fox, J. Hightower, L. Liao, D. Schulz, and G. Borriello Presented by: Honggang Zhang.
SLAM: Simultaneous Localization and Mapping: Part II BY TIM BAILEY AND HUGH DURRANT-WHYTE Presented by Chang Young Kim These slides are based on: Probabilistic.
Bayesian Filtering Dieter Fox Probabilistic Robotics Key idea: Explicit representation of uncertainty (using the calculus of probability theory) Perception.
HCI / CprE / ComS 575: Computational Perception
ROBOT MAPPING AND EKF SLAM
Slam is a State Estimation Problem. Predicted belief corrected belief.
Bayesian Filtering for Robot Localization
Kalman filter and SLAM problem
Itamar Kahn, Thomas Lin, Yuval Mazor
SLAM: Robotic Simultaneous Location and Mapping
Markov Localization & Bayes Filtering
/09/dji-phantom-crashes-into- canadian-lake/
Computer vision: models, learning and inference Chapter 19 Temporal models.
Efficient Approaches to Mapping with Rao- Blackwellized Particle Filters Department of Computer Science University of Freiburg, Germany Wolfram Burgard.
9-1 SA-1 Probabilistic Robotics: SLAM = Simultaneous Localization and Mapping Slide credits: Wolfram Burgard, Dieter Fox, Cyrill Stachniss, Giorgio Grisetti,
From Bayesian Filtering to Particle Filters Dieter Fox University of Washington Joint work with W. Burgard, F. Dellaert, C. Kwok, S. Thrun.
Simultaneous Localization and Mapping Presented by Lihan He Apr. 21, 2006.
Probabilistic Robotics: Monte Carlo Localization
Mapping and Localization with RFID Technology Matthai Philipose, Kenneth P Fishkin, Dieter Fox, Dirk Hahnel, Wolfram Burgard Presenter: Aniket Shah.
Probabilistic Robotics Bayes Filter Implementations Gaussian filters.
Probabilistic Robotics Bayes Filter Implementations.
Young Ki Baik, Computer Vision Lab.
Mobile Robot Localization (ch. 7)
Real-Time Simultaneous Localization and Mapping with a Single Camera (Mono SLAM) Young Ki Baik Computer Vision Lab. Seoul National University.
Robot Mapping Short Introduction to Particle Filters and Monte Carlo Localization.
CSE-473 Mobile Robot Mapping. Mapping with Raw Odometry.
CSE-473 Project 2 Monte Carlo Localization. Localization as state estimation.
Vision-based SLAM Enhanced by Particle Swarm Optimization on the Euclidean Group Vision seminar : Dec Young Ki BAIK Computer Vision Lab.
SLAM Tutorial (Part I) Marios Xanthidis.
10-1 Probabilistic Robotics: FastSLAM Slide credits: Wolfram Burgard, Dieter Fox, Cyrill Stachniss, Giorgio Grisetti, Maren Bennewitz, Christian Plagemann,
Autonomous Mobile Robots Autonomous Systems Lab Zürich Probabilistic Map Based Localization "Position" Global Map PerceptionMotion Control Cognition Real.
Probabilistic Robotics Bayes Filter Implementations Gaussian filters.
SLAM : Simultaneous Localization and Mapping
CSE-473 Mobile Robot Mapping.
Robótica Móvil CC5316 Clase 16: SLAM
Simultaneous Localization and Mapping
CARNEGIE MELLON UNIVERSITY
Introduction to Robot Mapping
A Short Introduction to the Bayes Filter and Related Models
Probabilistic Map Based Localization
Probabilistic Robotics
Probabilistic Robotics Bayes Filter Implementations FastSLAM
Presentation transcript:

Simultaneous Localization and Mapping Brian Clipp Comp 790-072 Robotics

The SLAM Problem Given Estimate Robot controls Nearby measurements Robot state (position, orientation) Map of world features

SLAM Applications Indoors Space Undersea Underground Images – Probabilistic Robotics

Outline Sensors Probabilistic SLAM Full vs. Online SLAM Example Algorithms Extended Kalman Filter (EKF) SLAM FastSLAM (particle filter)

Types of Sensors Odometry Laser Ranging and Detection (LIDAR) Acoustic (sonar, ultrasonic) Radar Vision (monocular, stereo etc.) GPS Gyroscopes, Accelerometers (Inertial Navigation) Etc.

Sensor Characteristics Noise Dimensionality of Output LIDAR- 3D point Vision- Bearing only (2D ray in space) Range Frame of Reference Most in robot frame (Vision, LIDAR, etc.) GPS earth centered coordinate frame Accelerometers/Gyros in inertial coordinate frame

A Probabilistic Approach The following algorithms take a probabilistic approach

Full vs. Online SLAM Full SLAM calculates the robot state over all time up to time t Online SLAM calculates the robot state for the current time t

Full vs. Online SLAM Full SLAM Online SLAM

Two Example SLAM Algorithms Extended Kalman Filter (EKF) SLAM Solves online SLAM problem Uses a linearized Gaussian probability distribution model FastSLAM Solves full SLAM problem Uses a sampled particle filter distribution model

Extended Kalman Filter SLAM Solves the Online SLAM problem using a linearized Kalman filter One of the first probabilistic SLAM algorithms Not used frequently today but mainly shown for its explanatory value

Process and Measurement Models Non-linear Dynamic Model Describes change of robot state with time Non-Linear Measurement Model Predicts measurement value given robot state

EKF Equations Predict Correct

EKF Example Initial State and Uncertainty Using Range Measurements t=0

EKF Example Predict Robot Pose and Uncertainty at time 1 t=1

EKF Example Correct pose and pose uncertainty Estimate new feature uncertainties t=1

EKF Example Predict pose and uncertainty of pose at time 2 Predict feature measurements and their uncertainties t=2

EKF Example Correct pose and mapped features Update uncertainties for mapped features Estimate uncertainty of new features t=2

Application from Probabilistic Robotics [courtesy by John Leonard]

Application from Probabilistic Robotics odometry estimated trajectory [courtesy by John Leonard]

Correlation Between Measurement Association and State Errors Robot pose uncertainty Correct Associations Robot’s Associations Association between measurements and features is unknown Errors in pose and measurement associations are correlated

Measurement Associations Measurements must be associated with particular features If the feature is new add it to the map Otherwise update the feature in the map Discrete decision must be made for each feature association, ct

Problems With EKF SLAM Uses uni-modal Gaussians to model non-Gaussian probability density function

Problems With EKF SLAM Only one set of measurement to feature associations considered Uses maximum likelihood association Little chance of recovery from bad associations O(N3) matrix inversion required

FastSLAM Solves the Full SLAM problem using a particle filter

Particle Filters Represent probability distribution as a set of discrete particles which occupy the state space

Particle Filter Update Cycle Generate new particle distribution given motion model and controls applied For each particle Compare particle’s prediction of measurements with actual measurements Particles whose predictions match the measurements are given a high weight Resample particles based on weight

Resampling Assign each particle a weight depending on how well its estimate of the state agrees with the measurements Randomly draw particles from previous distribution based on weights creating a new distribution

Particle Filter Advantages Can represent multi-modal distributions

Particle Filter Disadvantages Number of particles grows exponentially with the dimensionality of the state space 1D – n particles 2D – n2 particles mD – nm particles

FastSLAM Formulation Decouple map of features from pose Each particle represents a robot pose Feature measurements are correlated thought the robot pose If the robot pose was known all of the features would be uncorrelated Treat each pose particle as if it is the true pose, processing all of the feature measurements independently

Factored Posterior (Landmarks) poses map observations & movements SLAM posterior Robot path posterior landmark positions Factorization first introduced by Murphy in 1999

Factored Posterior Robot path posterior (localization problem) Conditionally independent landmark positions

Rao-Blackwellization Dimension of state space is drastically reduced by factorization making particle filtering possible

FastSLAM Rao-Blackwellized particle filtering based on landmarks [Montemerlo et al., 2002] Each landmark is represented by a 2x2 Extended Kalman Filter (EKF) Each particle therefore has to maintain M EKFs Particle #1 x, y,  Landmark 1 Landmark 2 Landmark M … Particle #2 x, y,  Landmark 1 Landmark 2 Landmark M … … Particle N Landmark 1 Landmark 2 Landmark M … x, y, 

FastSLAM – Action Update Landmark #1 Filter Particle #1 Landmark #2 Filter Particle #2 Particle #3

FastSLAM – Sensor Update Landmark #1 Filter Particle #1 Landmark #2 Filter Particle #2 Particle #3

FastSLAM – Sensor Update Particle #1 Weight = 0.8 Weight = 0.4 Weight = 0.1 Particle #2 Particle #3

FastSLAM Complexity O(N) O(N•log(M)) O(N•log(M)) Constant time per particle Update robot particles based on control ut-1 Incorporate observation zt into Kalman filters Resample particle set O(N•log(M)) Log time per particle O(N•log(M)) Log time per particle N = Number of particles M = Number of map features

Multi-Hypothesis Data Association Data association is done on a per-particle basis Robot pose error is factored out of data association decisions

Per-Particle Data Association Was the observation generated by the red or the blue landmark? P(observation|red) = 0.3 P(observation|blue) = 0.7 Two options for per-particle data association Pick the most probable match Pick an random association weighted by the observation likelihoods If the probability is too low, generate a new landmark

MIT Killian Court The “infinite-corridor-dataset” at MIT

MIT Killian Court

Conclusion SLAM is a hard problem which is not yet fully solved Probabilistic methods which take account of sensor and process model error tend to work best Effective algorithms must be robust to bad data associations which EKF SLAM is not Real time operation limits complexity of algorithms which can be applied

References on EKF SLAM P. Moutarlier, R. Chatila, "Stochastic Multisensory Data Fusion for Mobile Robot Localization and Environment Modelling", In Proc. of the International Symposium on Robotics Research, Tokyo, 1989. R. Smith, M. Self, P. Cheeseman, "Estimating Uncertain Spatial Relationships in Robotics", In Autonomous Robot Vehicles, I. J. Cox and G. T. Wilfong, editors, pp. 167-193, Springer-Verlag, 1990. Ali Azarbayejani, Alex P. Pentland, "Recursive Estimation of Motion, Structure, and Focal Length," IEEE Transactions on Pattern Analysis and Machine Intelligence ,vol. 17, no. 6,  pp. 562-575, June, 1995.

References on FastSLAM M. Montemerlo, S. Thrun, D. Koller, and B. Wegbreit. FastSLAM: A factored solution to simultaneous localization and mapping, AAAI02 D. Haehnel, W. Burgard, D. Fox, and S. Thrun. An efficient FastSLAM algorithm for generating maps of large-scale cyclic environments from raw laser range measurements, IROS03 M. Montemerlo, S. Thrun, D. Koller, B. Wegbreit. FastSLAM 2.0: An Improved particle filtering algorithm for simultaneous localization and mapping that provably converges. IJCAI-2003 G. Grisetti, C. Stachniss, and W. Burgard. Improving grid-based slam with rao-blackwellized particle filters by adaptive proposals and selective resampling, ICRA05 A. Eliazar and R. Parr. DP-SLAM: Fast, robust simultanous localization and mapping without predetermined landmarks, IJCAI03

Additional Reference Many of the slides for this presentation are from the book Probabilistic Robotic’s website http://www.probabilistic-robotics.org