Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 1.69 KB

README.md

File metadata and controls

55 lines (41 loc) · 1.69 KB

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