Skip to content

nantanitv/extended-kalman-filter

Repository files navigation

Extended Kalman Filter

Extended Kalman Filter Project

This project is a part of the Self-Driving Car Engineer Nanodegree Program by Udacity. In this project, an extended kalman filter is used to estimate the state of a moving object of interest with noisy lidar and radar measurements.

Setting up

Simulator

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

uWebSocketIO

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 the uWebSocketIO Starter Guide page in the classroom within the EKF Project lesson for the required version and installation scripts.

Dependencies

Building the project

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

  1. Clone this repo.
$ git clone https://github.com/nantanitv/extended-kalman-filter/
  1. Make a build directory: mkdir build && cd build
  2. Compile: cmake .. && make
    • On windows, you may need to run: cmake .. -G "Unix Makefiles" && make
  3. Run it: ./ExtendedKF

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 23

Languages