Skip to content

Implementation of EKF to track the position of a car in real time, using data streams from RADAR and LIDAR.

Notifications You must be signed in to change notification settings

askmuhsin/extended-kalman-flter

Repository files navigation

Extended-Kalman-Flter

Implementation of EKF with sensor fusion to track the position of a car in real time, using data streams from RADAR and LIDAR.


Build Instruction

  1. Clone this repo and cd into it.
  2. mkdir build && cd build
  3. cmake ..
  4. make
  5. Run : ./ExtendedKF

Once the program starts running, the following message can be seen : Listening to port 4567. Note: This project requires the Udacity open source simulator : Udacity term 2 sim.


Dependencies

About

Implementation of EKF to track the position of a car in real time, using data streams from RADAR and LIDAR.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published