Extended Kalman Filter

Search IconIcon to open search

Parent: SLAM Index Backlinks: RANSACnearest neighbour , Filtering in localisation

Source: SLAM for Dummies

  • keeps track of an estimate of the position uncertainty
  • keeps track of the uncertainty in the features/landmarks seen

General EKF implementation (non-SLAM)
Basic EKF for SLAM

Diagram: unknown_filename.png

TriangleRobot
StarsLandmarks
Dashed triangleRobot’s position based on odometry alone (where it thinks it is)
Dotted triangleRobot’s position estimate based on EKF
Solid line triangleRobot’s actual position in real life!

EKF matrices