Skip to content

Self-driving Car Nanodegree Project 1/Term 2 - Applying a Kalman Filter to estimate the state of a moving object with lidar and radar measurements.

Notifications You must be signed in to change notification settings

antonionicampos/Extended-Kalman-Filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extended Kalman Filter Project

Self-driving Car Nanodegree Project 1/Term 2 - Appplying a Kalman Filter to estimate the state of a moving object with lidar and radar measurements. Passing the project requires obtaining RMSE values that are lower that the tolerance outlined in the project rubric.

This project involves the Term 2 Simulator which can be downloaded here

This repository includes two files that can be used to set up and install uWebSocketIO for either Linux or Mac systems. For windows you can use either Docker, VMware, or even Windows 10 Bash on Ubuntu to install uWebSocketIO. Please see this concept in the classroom for the required version and installation scripts.

Once the install for uWebSocketIO is complete, the main program can be built and run by doing the following from the project top directory.

  1. mkdir build
  2. cd build
  3. cmake ..
  4. make
  5. ./ExtendedKF

Other Important Dependencies

Results

For Dataset 1, the RMSE for the output coordinates for each frame is here and the final RMSE for the coordinates are represented on the image below.

Image with final RMSE

About

Self-driving Car Nanodegree Project 1/Term 2 - Applying a Kalman Filter to estimate the state of a moving object with lidar and radar measurements.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published