Implement Extended Kalman Filter (EKF) algorithms

This EKF algorithm use noised IMU (acceleration in x, yaw rate wz) and noised GPS signal to estimate the trajectories (~ 5 meters)

Code implement: ekf_gps_imu.py

EKF Algorithm

Result in diferent sequences

Last updated