Skip to content

zeeshananjumjunaidi/extended-kalman-filter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extended Kalman Filter (LIDAR & RADAR)

Extended Kalman Filters(EKF) linearize the distribution around the mean of the current estimate and then use this linearization in the predict and update states of the Kalman Filter algorithm.

In this project I used Extended Kalman filter to estimate the state of a moving vehicle with noisy measurements recorded from LIDAR and RADAR. The objective of this project is to maintain the RMSE value lower then the tolerance given for this project.

Please download simulator: https://github.com/udacity/self-driving-car-sim/releases

About

Extended Kalman Filter (LIDAR & RADAR)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.2%
  • C 1.6%
  • CMake 0.2%