The purpose of a servo control loop is to minimize error, and this is often done through the use of PID (proportional-integral-derivative) gains, which correct errors between the target value and the actual value. But the PID algorithm is reactive, and takes time to respond. Case in point: the proportional term requires an error in order […]