Square bot and PID

PID

3 elements

-Proportional Controller-outputs based on the magnitude of the error

-Integral-outputs based on the magnitude AND duration of the error

-Derivative Controller – outputs based on the rate of change and the error

Image result for PID equation

Simplified form = Kp*error + Ki*integrated error+Kd*Derivative of the error of function

Tuning a PID Loop

Image result for tuning a PID loop

For the first half of the class, we worked on understanding a square bot and learning to program it.

Leave a Reply

Your email address will not be published. Required fields are marked *