k Cos
Cosine feedforward gain. Used to overcome non-linear dynamics in rotation.
Exposes two constructors for applying cosine on the setpoint or on the current angular position of the system.
Author
Lucas Bubner, 2025
Since
8.0.0
Constructors
Functions
Inherited functions
Link copied to clipboard
Composes this controller with another controller, returning a new controller that is the composition of the two by summing the outputs of each controller together.
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
Get the PIDF controller associated with this controller, if applicable.
Link copied to clipboard
Sets the coefficients for this controller.