Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.14 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.14 KB

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