Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 663 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 663 Bytes

Path Planning

Udacity - Self-Driving Car NanoDegree

The goal of this project is to build a path planning system that can perform fully self driving behaviour on a highway with traffic.

Requirments

Usage

  1. Make a build directory: mkdir build && cd build
  2. Compile: cmake .. && make
  3. Run: ./path_planning.