tracking-with-Kalman-Filter

Object (e.g Pedestrian, biker, vehicles) tracking by Kalman Filter (KF), with fused data from both lidar and radar sensors.

View the Project on GitHub basavarajnavalgund/tracking-with-Kalman-Filter

Object Tracking with Sensor Fusion-based Kalman Filter

Objective

Utilize sensor data from both LIDAR and RADAR measurements for object (e.g. pedestrian, vehicles, or other moving objects) tracking with the Kalman Filter.

Code & Files

1. Dependencies & environment

2. My project files

3. Code Style

4. How to run the code

  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 by the following commands:
    • ./KF ../data/obj_pose-laser-radar-synthetic-input.txt ./output.txt