Module vexide_math::pid

source ·
Expand description

PID controllers.

PID controllers are first created with PidController::new and then can be utilized by calling PidController::update repeatedly.

Structs§