Skip to content

JohnMansell/CarND-PID-Control-Project

 
 

Repository files navigation

PID Controller

PID Controller
Full Video on YouTube

Objective

Impliment a PID controller in C++ to maneuver the vehicle around the track. The simulator provides the cross track error (CTE) and the velocity (mph) in order to compute the appropriate steering angle.

Safely drive around the track as fast as possible.

What I Learned

  • Proportional, Integral, dx, dt control
  • Parameter optimization

Languages

  • C++

Included Files

WriteUp.md -- Full Write up
PID.cpp -- PID controller
main.cpp -- connects the pid controller to the simulator and implements PID control.

About

Drive a car around a track with a PID controller

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 99.6%
  • Other 0.4%