FieryRobot / UnscentedKalmanFilterProject

Unscented Kalman Filter Project for Udacity Self-Driving Car course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UnscentedKalmanFilterProject

Unscented Kalman Filter Project for Udacity Self-Driving Car course

This was my submission to Project 3 in Term 2 of the Udacity Self-Driving Car Course. I have two versions, the one in src uses more of a pure function approach, and the one in src-b4 is before I went all in on pure functions. I didn't quite take it as far as I perhaps should have and might clean it up more in the future.

Also, I might want to revisit this to use an EKF for Lidar, while leaving the Radar with UKF.

About

Unscented Kalman Filter Project for Udacity Self-Driving Car course


Languages

Language:C++ 98.6%Language:C 1.2%Language:CMake 0.2%