Overview
A PID Controller is a common closed feedback loop using integration and differentiation, PID standing for Proportional integral derivative controller.
Usage
Goal
Our overall goal is for our error value/function,
Calculation
First, we need to figure out how a PID controller works, it works by interpolating values,
Proportional:
Multiply
Integral:
Multiply
Derivative:
Multiply