Package frc.robot
Class Constants.ShooterConstants
java.lang.Object
frc.robot.Constants.ShooterConstants
- Enclosing class:
- Constants
Constants used by the
Head
's shooter.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Motor current limit in amps.static final double
Shooter kD.static final double
Shooter kF.static final double
Shooter kI.static final double
Shooter kMaxOutput.static final double
Shooter kMinOutput.static final double
Shooter kP.static final int
CAN ID for the bottom shooter motor.static final int
CAN ID for the top shooter motor.static final double
How close does the shooter have to be to its target velocity before it's considered to be at speed? -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MOTOR_ID_BOTTOM
public static final int MOTOR_ID_BOTTOMCAN ID for the bottom shooter motor.- See Also:
-
MOTOR_ID_TOP
public static final int MOTOR_ID_TOPCAN ID for the top shooter motor.- See Also:
-
CURRENT_LIMIT
public static final int CURRENT_LIMITMotor current limit in amps.- See Also:
-
KP
public static final double KPShooter kP.- See Also:
-
KI
public static final double KIShooter kI.- See Also:
-
KD
public static final double KDShooter kD.- See Also:
-
KF
public static final double KFShooter kF.- See Also:
-
KMIN_OUTPUT
public static final double KMIN_OUTPUTShooter kMinOutput.- See Also:
-
KMAX_OUTPUT
public static final double KMAX_OUTPUTShooter kMaxOutput.- See Also:
-
VELOCITY_TOLERANCE
public static final double VELOCITY_TOLERANCEHow 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()
-