Skip to main content

Module pid

Module pid 

Source
Expand description

Contains implementation of the SurbBalancerController trait using a Proportional Integral Derivative (PID) controller.

Structsยง

PidBalancerController
Implementation of SurbBalancerController using a PID controller.
PidControllerGains
Carries finite Proportional, Integral and Derivative controller gains for a PID controller.

Constantsยง

DEFAULT_D_GAIN ๐Ÿ”’
DEFAULT_I_GAIN ๐Ÿ”’
DEFAULT_P_GAIN ๐Ÿ”’