Skip to content

Implement Error-State Extended Kalman Filter on fusing data from IMU, Lidar and GNSS.

Notifications You must be signed in to change notification settings

paulyehtw/Sensor-Fusion-Using-ES-EKF

Repository files navigation

Sensor-Fusion-Using-ES-EKF

Implement Error-State Extended Kalman Filter on fusing data from IMU, Lidar and GNSS.

This is a module assignment from State Estimation and Localization course of Self-Driving Cars Specialization on Coursera.org.

This assginment implements Error-State Extended Kalman Filter on fusing IMU, Lidar and GNSS data coming from different frequencies.

IMU data is used for motion model prediction and Lidar and GNSS data is used for measurement model correction.

For more details for ES-EKF please refer to this paper

How to run it

Simply do python3 es_ekf.py, the data will be loaded and fused.

Result

Please see the fused 3D trajectory below.

Fusion Result

About

Implement Error-State Extended Kalman Filter on fusing data from IMU, Lidar and GNSS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages