Package frc.robot

Class Constants

java.lang.Object
frc.robot.Constants

public final class Constants extends Object
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).
  • Field Details

  • Constructor Details

    • Constants

      public Constants()