Riisgaard SLAM for dummies
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
- What is SLAM?
- Overview of SLAM using EKF
- Hardware
- Robot
- Range measurement device
- SLAM process
- Step 1: Odometry update
- Step 2: Reobservation
- Step 3: Add new landmarks
- Laser data
- Odometry data
- Landmarks
- Landmark extraction
1.
Spike algorithm
2.
RANSAC
- Data association
- EKF
1.
EKF matrices
2.
Prediction model
3.
Measurement model
4.
SLAM-specific Jacobians
5.
Process noise
6.
Measurement noise
- Final remarks
Questions