/Unscented-Kalman-Filter

C++ implementation of an Unscented Kalman Filter

Primary LanguageC++

Unscented Kalman Filter Project

This is a C++ implementation of an Unscented Kalman Filter. It is used to perform sensor fusion in two dimensional space to track an object. Data in the form of radar measurements and ladar measurements is read in as a simulated car is driven.

Installation Instructions

This project involves the Term 2 Simulator which can be downloaded here

This repository includes two files that can be used to set up and install uWebSocketIO for either Linux or Mac systems. For windows you can use either Docker, VMware, or even Windows 10 Bash on Ubuntu to install uWebSocketIO.

Once the install for uWebSocketIO is complete, the main program can be built and run by doing the following from the project top directory.

  1. mkdir build
  2. cd build
  3. cmake ..
  4. make
  5. ./UnscentedKF

Other Important Dependencies