Package frc.robot

Class Constants.ShooterConstants

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

public static class Constants.ShooterConstants extends Object
Constants used by the Head's shooter.
  • Field Details

    • MOTOR_ID_BOTTOM

      public static final int MOTOR_ID_BOTTOM
      CAN ID for the bottom shooter motor.
      See Also:
    • MOTOR_ID_TOP

      public static final int MOTOR_ID_TOP
      CAN ID for the top shooter motor.
      See Also:
    • CURRENT_LIMIT

      public static final int CURRENT_LIMIT
      Motor current limit in amps.
      See Also:
    • KP

      public static final double KP
      Shooter kP.
      See Also:
    • KI

      public static final double KI
      Shooter kI.
      See Also:
    • KD

      public static final double KD
      Shooter kD.
      See Also:
    • KF

      public static final double KF
      Shooter kF.
      See Also:
    • KMIN_OUTPUT

      public static final double KMIN_OUTPUT
      Shooter kMinOutput.
      See Also:
    • KMAX_OUTPUT

      public static final double KMAX_OUTPUT
      Shooter kMaxOutput.
      See Also:
    • VELOCITY_TOLERANCE

      public static final double VELOCITY_TOLERANCE
      How close does the shooter have to be to its target velocity before it's considered to be at speed?
      See Also:
  • Constructor Details

    • ShooterConstants

      public ShooterConstants()