/self-driving-car-sensor-fusion

The goal of this project is to utilize an extended Kalman filter to estimate the state of a moving vehicle with noisy LIDAR and RADAR measurements.

Primary LanguageC++MIT LicenseMIT

Sensor Fusion

Udacity - Self-Driving Car NanoDegree

The goal of this project is to utilize an extended Kalman filter to estimate the state of a moving vehicle with noisy LIDAR and RADAR measurements.

Requirments

Usage

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

Then run the simulator and load up the EKF environment.