Package frc.robot
Class Constants.AlgaArmConstants
java.lang.Object
frc.robot.Constants.AlgaArmConstants
- Enclosing class:
- Constants
Constants for the alga arm mechanism.
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final boolean
Whether the alga arm is inverted.static final int
CAN ID for the alga motor.static final double
Drop power for the alga arm.static final double
Intake power for the alga arm.static final int
Sensor channel for the alga sensor.Method Summary
Field Details
CAN_ID
public static final int CAN_IDCAN ID for the alga motor.- See Also:
SENSOR_CHANNEL
public static final int SENSOR_CHANNELSensor channel for the alga sensor.- See Also:
INTAKE_POWER
public static final double INTAKE_POWERIntake power for the alga arm.- See Also:
DROP_POWER
public static final double DROP_POWERDrop power for the alga arm.- See Also:
ALGA_INVERTED
public static final boolean ALGA_INVERTEDWhether the alga arm is inverted.- See Also: