Proportional-Integral-Derivative (PID) controller.
Constructor.
The derivative gain.
The integral gain.
The proportional gain.
The desired value to achieve.
Evaluates the output of the controller based on the current value.
The current value.
The timestep.
The control value.
Proportional-Integral-Derivative (PID) controller.