wolfgang-stefani/Extended-Kalman-Filter
This repository implements an Extended Kalman Filter (EKF) in C++. A Kalman Filter can be utilized to estimate the state of a moving object of interest with noisy lidar and radar measurements. In this project a bicycle is detected that travels around our vehicle. The EKF and the measurements are used to track the bicycle’s position and velocity.
C++MIT
No issues in this repository yet.