Package frc.robot

Class Constants.DriverControls

java.lang.Object
frc.robot.Constants.DriverControls
Enclosing class:
Constants

public static class Constants.DriverControls extends Object
Constants for driver controls
  • Field Details

    • controllerId

      public static final int controllerId
      Driverstation controller Index
      See Also:
    • stickDeadband

      public static final double stickDeadband
      Stick axis controls less than this amount are treated as 0.
      See Also:
    • driverTranslationalMaxSpeed

      public static final double driverTranslationalMaxSpeed
      Maximum Translational speed (in m/s)
      See Also:
    • driverRotationalMaxSpeed

      public static final double driverRotationalMaxSpeed
      Maximum Rotational speed (in rad/s)
      See Also:
  • Constructor Details

    • DriverControls

      public DriverControls()