Package frc.alotobots

Class Constants

java.lang.Object
frc.alotobots.Constants

public final class Constants extends Object
Robot-wide constants class that defines runtime modes and device configurations. This class contains global constants and configurations used across the robot code.
  • Field Details

    • simMode

      public static final Constants.Mode simMode
      The simulation mode to use when not running on real hardware.
    • currentMode

      public static final Constants.Mode currentMode
      The current runtime mode, determined by whether running on real hardware or in simulation.
    • tunerConstants

      public static final TunerConstants tunerConstants
      Global tuning constants for the swerve drive.
  • Constructor Details

    • Constants

      public Constants()