Package com.flarerobotics.lib.container
Class FeedforwardConstants
java.lang.Object
com.flarerobotics.lib.container.FeedforwardConstants
A generic holder class for kS, kV and kA constants.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFeedforwardConstants
(double kA) Constructs a new FeedforwardConstants.FeedforwardConstants
(double kV, double kA) Constructs a new FeedforwardConstants.FeedforwardConstants
(double kS, double kV, double kA) Constructs a new FeedforwardConstants. -
Method Summary
-
Field Details
-
kS
public double kS -
kV
public double kV -
kA
public double kA
-
-
Constructor Details
-
FeedforwardConstants
public FeedforwardConstants(double kS, double kV, double kA) Constructs a new FeedforwardConstants. -
FeedforwardConstants
public FeedforwardConstants(double kV, double kA) Constructs a new FeedforwardConstants. -
FeedforwardConstants
public FeedforwardConstants(double kA) Constructs a new FeedforwardConstants.
-