Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.72 KB

File metadata and controls

22 lines (15 loc) · 1.72 KB

Extended Kalman Filter Project

Final Image

In this project, I utilized an extended kalman filter to estimate the state of a moving object of interest with noisy lidar and radar measurements. I was able to obtain RMSE values that are lower than the outlined tolerance of [.11, .11, 0.52, 0.52].

Project Files

The programs consists of the following files are:

The file src\main.cpp comes directly from the project source code and have been used without any changes.

These files work with the Term 2 simulator which can be downloaded here

These were created in accordance to the project rubric