Package frc.robot

Class Constants

java.lang.Object
frc.robot.Constants

public final class Constants extends Object
Constants file.
  • Field Details

    • STICK_DEADBAND

      public static final double STICK_DEADBAND
      Stick Deadband
      See Also:
    • DRIVER_ID

      public static final int DRIVER_ID
      Driver ID
      See Also:
    • OPERATOR_ID

      public static final int OPERATOR_ID
      Operator ID
      See Also:
    • LEAD_GAIN

      public static final double LEAD_GAIN
      How far in the future we should "lead" the aiming of the shooter for shooting while moving.
      See Also:
  • Constructor Details

    • Constants

      public Constants()