Skip to content

AmeyaWagh/CarND-UKF

Repository files navigation

Unscented Kalman Filter Project

Self-Driving Car Engineer Nanodegree Program


ukf

youtube link

Implementation of Unscented Kalman filter for estimating position and velocity by fusing Lidar and Radar data.


Other Important Dependencies (check install-mac.sh | install-ubuntu.sh)

Basic Build Instructions

  1. Clone this repo.
  2. Make a build directory: mkdir build && cd build
  3. Compile: cmake .. && make
  4. Run it: ./UnscentedKF Previous versions use i/o from text files. The current state uses i/o from the simulator.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages