-
public class PidParamsSimpleSimple PID params class.
-
-
Constructor Summary
Constructors Constructor Description PidParamsSimple(double kp, double ki, double kd, double kf)Constructs a new instance of the PID Params Simple class.
-
Method Summary
Modifier and Type Method Description booleanisZero()Checks if all PID constants are zero. static PidParamsSimplezero()Creates a new instance of PidParamsSimple with all constants set to zero. -
-
Method Detail
-
isZero
boolean isZero()
Checks if all PID constants are zero.
-
zero
static PidParamsSimple zero()
Creates a new instance of PidParamsSimple with all constants set to zero.
-
-
-
-