Skip to content

Extended Kalman Filter Project for Self-Driving Car ND using C++

Notifications You must be signed in to change notification settings

mkoehnke/CarND-Extended-Kalman-Filter

Repository files navigation

Extended Kalman Filter Project

This project utilizes a kalman filter to estimate the state of a moving object of interest with noisy lidar and radar measurements.

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

Installation

Install the uWebSocketIO using the following command:

sh install-mac.sh

Compile the source code by entering the following commands:

mkdir build
cd build
cmake ..
make
./ExtendedKF

EKF Simulator

About

Extended Kalman Filter Project for Self-Driving Car ND using C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages