Package frc.robot
Class Constants.IntakeConstants
java.lang.Object
frc.robot.Constants.IntakeConstants
- Enclosing class:
- Constants
Constants used by the
Head
's intake.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final double
The speed at which the intake spins to align notes for shooting.static final int
Motor current limit in amps.static final double
The speed at which the intake spins to feed notes into the shooter.static final double
The speed at which the intake spins to intake notes.static final int
The CAN ID for the intake motor.static final int
The DIO pin for the beam break that senses when a note is in the position to shoot.static final int
The DIO pin for the beam break that senses when a note has entered the intake.static final double
The speed at which the intake spins to outtake notes. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MOTOR_ID
public static final int MOTOR_IDThe CAN ID for the intake motor.- See Also:
-
NOTE_SENSOR_DIO
public static final int NOTE_SENSOR_DIOThe DIO pin for the beam break that senses when a note has entered the intake.- See Also:
-
NOTE_ALIGNMENT_SENSOR_DIO
public static final int NOTE_ALIGNMENT_SENSOR_DIOThe DIO pin for the beam break that senses when a note is in the position to shoot.- See Also:
-
CURRENT_LIMIT
public static final int CURRENT_LIMITMotor current limit in amps.- See Also:
-
INTAKE_SPEED
public static final double INTAKE_SPEEDThe speed at which the intake spins to intake notes.- See Also:
-
ALIGMNMENT_SPEED
public static final double ALIGMNMENT_SPEEDThe speed at which the intake spins to align notes for shooting.- See Also:
-
OUTTAKE_SPEED
public static final double OUTTAKE_SPEEDThe speed at which the intake spins to outtake notes.- See Also:
-
FEEDER_SPEED
public static final double FEEDER_SPEEDThe speed at which the intake spins to feed notes into the shooter.- See Also:
-
-
Constructor Details
-
IntakeConstants
public IntakeConstants()
-