Skip to content

Latest commit

 

History

History
19 lines (8 loc) · 562 Bytes

File metadata and controls

19 lines (8 loc) · 562 Bytes

Simultaneous Localization and Mapping (SLAM)

[TOC]

SLAM is the estimation of the pose of a robot and the map of the environment simultaneously.

Extended Kalman Filter (EKF)

The Extended Kalman Filter (EKF) is the core of the SLAM process. It is an estimation of non-linear processes or measurement relationships. It is responsible for updating where the robot thinks it is based on the Landmarks.

TODO

Reference

[1] Simultaneous Localization and Mapping