Data class representing a ProfiledPingu with PID controller parameters and profile constraints.
Derivative gain.
Optional gravity feedforward term.
Integral gain.
Proportional gain.
Constraints for the trapezoidal profile.
Gets the ProfiledPIDController instance with the current PID parameters and profile constraints.
Optional static feedforward term.
Optional velocity feedforward term.
Sets the derivative gain from a LoggedNetworkNumber.
Sets the gravity feedforward term from a LoggedNetworkNumber.
Sets the integral gain from a LoggedNetworkNumber.
Sets the proportional gain from a LoggedNetworkNumber.
Sets the PID parameters from the given ProfiledPIDController instance.
Sets the static feedforward term from a LoggedNetworkNumber.
Sets the velocity feedforward term from a LoggedNetworkNumber.