Skip to content

Self-Driving Car Nanodegree Program Starter Code for the Extended Kalman Filter Project

Notifications You must be signed in to change notification settings

precyon/CarND-Extended-Kalman-Filter-Project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Radar/Lidar sensor fusion with the Extended Kalman Filter

The code uses the extended 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 code was built and tested on Linux but can be built on any system where the following depencies work.

Dependencies

  • Term 2 simulator
  • uWebSockets
  • cmake >= 3.5
  • make >= 4.1 (Linux, Mac), 3.81 (Windows)
  • gcc/g++ >= 5.4

Build Instructions

  1. Clone this repo.
  2. Make a build directory: mkdir build && cd build
  3. Compile: cmake .. && make
    • On windows, you may need to run: cmake .. -G "Unix Makefiles" && make
  4. Run it: ./ExtendedKF

About

Self-Driving Car Nanodegree Program Starter Code for the Extended Kalman Filter Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.6%
  • C 1.2%
  • CMake 0.2%