Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 481 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 481 Bytes

EKF

扩展卡尔曼滤波/ Extended Kalman Filter(EKF)

Image text

This is a sensor fusion localization with Extended Kalman Filter(EKF).

The blue line is true trajectory, the black line is dead reckoning trajectory,

the green point is positioning observation (ex. GPS), and the red line is estimated trajectory with EKF.

The red ellipse is estimated covariance ellipse with EKF.