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
Utilize sensor data from both LIDAR and RADAR measurements for object (e.g. pedestrian, vehicles, or other moving objects) tracking with the Kalman Filter.
CMakeLists.txt is the cmake file.
data folder contains test lidar and radar measurements.
Docs folder contains docments which describe the data.
src folder contains the source code.
mkdir build && cd build
cmake .. && make
cmake .. -G "Unix Makefiles" && make
./KF ../data/obj_pose-laser-radar-synthetic-input.txt ./output.txt