Package frc.robot
Class Constants
java.lang.Object
frc.robot.Constants
This class defines the runtime mode used by AdvantageKit. The mode is always "real" when running
on a roboRIO. Change the value of "simMode" to switch between "sim" (physics sim) and "replay"
(log replay from a file).
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Constants.Modestatic final Constants.Modestatic final boolean -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
simMode
-
currentMode
-
tuningMode
public static final boolean tuningMode- See Also:
-
-
Constructor Details
-
Constants
public Constants()
-