Skip to content

Project 6 "Extended Kalman Filters" of Udacity's "Self Driving Car Engineer" Nanodegree

Notifications You must be signed in to change notification settings

benjaminsoellner/CarND_06_ExtendedKalmanFilters

 
 

Repository files navigation

Self Driving Car Engineer Project 6 - Extended Kalman Filter

Benjamin Söllner, 02 Aug 2017


In this project I am utilizing a kalman filter to estimate the state of a moving object of interest with noisy 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.

Screenshot

Dependencies

Making

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

The project can also be built with Microsoft Visual Studio according to a useful article from Fahid Zubair.

Submitted Files

About

Project 6 "Extended Kalman Filters" of Udacity's "Self Driving Car Engineer" Nanodegree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.6%
  • C 1.2%
  • Other 0.2%