/CarND-PID-Control-Project

This project implements a PID controller in C++ to maneuver the vehicle around the simulation track. The cross track error (CTE) and the velocity (mph) are provided by the simulator in order to compute the appropriate steering angle as the output of the controller.

Primary LanguageC++

Stargazers