Udacity Self-Driving Car Engineer Nanodegree - Term 2, Project 3
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.
mkdir build
cd build
cmake ..
make
./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 **