Module pid

Module 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§

PidController
A proportional–integral–derivative controller.