forever3000 / particle-filter

Using a particle filter to localize a vehicle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Particle Filter for Vehicle Localization

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

Project Overview

Particle Filter

This project contains the results from Project 3 of Term 2 in the Udacity Self-Driving Car Engineer Nanodegree.

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

** 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

Using a particle filter to localize a vehicle


Languages

Language:C++ 99.7%Language:CMake 0.1%Language:Shell 0.1%