System Controller
Generic interface that represents a controller algorithm to move a system from one state to another.
Author
Lucas Bubner, 2024
Since
4.0.0
Inheritors
Functions
Link copied to clipboard
open fun compose(@NonNull other: SystemController, @NonNull combiner: DoubleBinaryOperator): CompositeController
Composes this controller with another controller, returning a new controller that is the composition of the two.
Link copied to clipboard
Gets the current coefficients for this controller.
Link copied to clipboard
Get the PIDF controller associated with this controller, if applicable.
Link copied to clipboard
Sets the coefficients for this controller.