The Portfolio

Logo

A collection of project work that produced on my professional development journey.

View My GitHub Profile

Extended Kalman Filter

A sensor fusion pipeline for moving object tracking with combined measurements from LIDAR and RADAR.

Some of the highlights of the project:

Here is a video demonstration.

Watch the video

As shown in the demo, neither the LIDAR nor the RADAR measurements is good enough for the object tracking by itself. The EKF is making use of the noisy sensor data from both LIDAR and RADAR to provide a posterior of the location of the target. And what’s important is that this esitmate is well aligned with the true location of the object.

For details, please follow this link.