/Extended-Kalman-Filter

C++ implementation of an Extended Kalman Filter

Primary LanguageC++

Extended Kalman Filter Project

This is a C++ implementation of an Extended 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. Please see this concept in the classroom for the required version and installation scripts.

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. ./ExtendedKF

Other Important Dependencies