Riisgaard SLAM for dummies

Search IconIcon to open search

Authors:  Søren Riisgaard and Morten Rufus Blas Parent: SLAM resources

Abstract:

  • Tutorial introduction to SLAM, with minimal prerequisites for the understanding of SLAM as explained here
  • Mostly explains a single approach to the steps involved in SLAM
  • Complete solution for SLAM using EKF (extended Kalman filter)
  • Only considers 2D motion, not 3D

Chapters

  1. What is SLAM?
  2. Overview of SLAM using EKF
  3. Hardware
    • Robot
    • Range measurement device
  4. SLAM process
    1. Step 1: Odometry update
    2. Step 2: Reobservation
    3. Step 3: Add new landmarks
  5. Laser data
  6. Odometry data
  7. Landmarks
  8. Landmark extraction 1. Spike algorithm 2. RANSAC
  9. Data association
  10. EKF 1. EKF matrices 2. Prediction model 3. Measurement model 4. SLAM-specific Jacobians 5. Process noise 6. Measurement noise
  11. Final remarks

Questions

  • Under which classification does the algo. used here fall?
    • multikind sensor
    • filter-based, feature-based