Project 1 of term 3 of Udacity self-driving car nanodegree
Description of our implementation is available here.
This project involves the Term 3 Simulator which can be downloaded here. Follow instructions here to set up Ubuntu and Mac environments.
- Set up project environemnt as specified above.
- Compile the files to create the main executable of the project:
- Make a build directory:
mkdir build && cd build - Compile:
cmake .. && make
- Make a build directory:
- Run Term 3 Simulator, select resolution and graphics quality, press "Play!".
- Run the main executable ( build/path_planner ) of the project.
- Press "Select" button in the simulator window.
- src - folder of the source files
- writeup.md - description of implementation of path planning
- images - folder of images used in writeup.md
