Package frc.robot
Class Constants.CoralManipulatorConstants
java.lang.Object
frc.robot.Constants.CoralManipulatorConstants
- Enclosing class:
- Constants
Constants for the coral manipulator (intake/output mechanism).
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
CAN ID for manipulator motorstatic final int
Current limit for manipulator motor in ampsstatic final double
Power level for dropping coralstatic final double
Power level for ejecting stuck objectsstatic final double
Power level for intake operationstatic final boolean
Whether manipulator motor is invertedstatic final double
Ramp rate for manipulator motor (seconds from 0 to full throttle)static final int
DIO channel for coral sensorMethod Summary
Field Details
CAN_ID
public static final int CAN_IDCAN ID for manipulator motor- See Also:
SENSOR_CHANNEL
public static final int SENSOR_CHANNELDIO channel for coral sensor- See Also:
INTAKE_POWER
public static final double INTAKE_POWERPower level for intake operation- See Also:
DROP_POWER
public static final double DROP_POWERPower level for dropping coral- See Also:
EJECT_POWER
public static final double EJECT_POWERPower level for ejecting stuck objects- See Also:
INVERTED
public static final boolean INVERTEDWhether manipulator motor is inverted- See Also:
CURRENT_LIMIT
public static final int CURRENT_LIMITCurrent limit for manipulator motor in amps- See Also:
RAMP_RATE
public static final double RAMP_RATERamp rate for manipulator motor (seconds from 0 to full throttle)- See Also: