Proportional control

Applies to: general, robotics

Proportional control commands an output proportional to the current error.

turn = kp * error;

See also: pid-controller