Skip to content

liamondrop/unscented-kalman-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unscented Kalman Filter

Udacity - Self-Driving Car Nanodegree  Udacity Self-Driving Car Engineer Nanodegree - Term 2, Project 2

Project Overview

This project contains the results from Project 2 of Term 2 in the Udacity Self-Driving Car Engineer Nanodegree. The goal of this project is to create an Unscented Kalman Filter that fuses Lidar and Radar measurements.

For testing, the project uses the Term 2 Simulator, which can be downloaded here.

To help in installing dependencies, choose the install script appropriate for your system (Mac or Ubuntu Linux). Once the installation of dependencies is complete, the main program can be built and run by doing the following from the project's top level directory.

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

** Note: in the dependencies listed in CMakeLists.txt, the path to your libuv may vary. If that's the case, you will need to update this path in CMakeLists.txt **

About

Advanced Sensor Fusion for Lidar and Radar measurements

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages