attaoveisi / EKF

implementation of extended kalman filter for sensor fusion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EKF

implementation of extended kalman filter for sensor fusion

Fusion of Radar and Lidar Data for calculation of 2D position and velocities:

Here the comparsion between the Fusion and the ground truth data are shown:

image

image

image

How to use:

git clone https://github.com/attaoveisi/EKF.git

cd EKF

then use:

./runEKF

Output:

The output of the offline data fusion is being saved in a folder called filter_output

About

implementation of extended kalman filter for sensor fusion

License:Apache License 2.0


Languages

Language:C++ 99.3%Language:CMake 0.5%Language:C 0.2%Language:Shell 0.0%Language:Ruby 0.0%