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 class
static enum
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
simMode
-
currentMode
-
-
Constructor Details
-
Constants
public Constants()
-