Skip to content

Files

Latest commit

ac0d46e · Jan 17, 2019

History

History

Project_9 PID

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 29, 2018
Jan 17, 2019
Nov 29, 2018
Jan 17, 2019
Nov 29, 2018
Nov 29, 2018
Introduction

The purpose of this project was to "build a PID controller and tune the PID hyperparameters by applying the general processing flow as described in the lessons," and to "test your solution on the simulator!" The simulator provides cross-track error (CTE), speed, and steering angle data via local websocket. The PID (proportional/integral/differential) controller must respond with steering and throttle commands to drive the car reliably around the simulator track.




Simulator:

https://github.com/udacity/CarND-PID-Control-Project/releases



Basic Build Instructions
	Clone this repo.
	Make a build directory: mkdir build && cd build
	Compile: cmake .. && make
	Run it: ./pid.