Data class representing a Pingu with PID controller parameters.
Derivative gain.
Optional gravity feedforward term.
Integral gain.
Proportional gain.
Gets the PIDController instance with the current PID parameters.
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 PIDController instance.
Sets the static feedforward term from a LoggedNetworkNumber.
Sets the velocity feedforward term from a LoggedNetworkNumber.