Class ClimberRevServoRealConstants
java.lang.Object
frc.alotobots.reefscape.subsystems.climber.constants.ClimberRevServoRealConstants
Constants for the real servo configuration in the climber subsystem. This class contains the IDs
and pulse widths for the plunger and locking servos, as well as the IDs for the cage limit
switches.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The ID for the first cage l Limit switchstatic final int
The ID for the second cage limit switchstatic final int
static final int
static final int
static final int
static final com.revrobotics.servohub.ServoChannel.ChannelId
The channel ID for the locking servo leftstatic final com.revrobotics.servohub.ServoChannel.ChannelId
The channel ID for the locking servo rightstatic final int
The pulse width for the locking servo in the closed positionstatic final com.revrobotics.servohub.ServoChannel.ChannelId
The channel ID for the locking servostatic final int
The pulse width for the locking servo in the open positionstatic final int
The pulse width for the plunger servo at 0 degrees DOWNstatic final int
The pulse width for the plunger servo at 180 degreesstatic final com.revrobotics.servohub.ServoChannel.ChannelId
The channel ID for the plunger servo -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PLUNGER_SERVO_ID
public static final com.revrobotics.servohub.ServoChannel.ChannelId PLUNGER_SERVO_IDThe channel ID for the plunger servo -
LOCKING_SERVO_ID
public static final com.revrobotics.servohub.ServoChannel.ChannelId LOCKING_SERVO_IDThe channel ID for the locking servo -
ELEVATOR_LOCKING_SERVO_ID_LEFT
public static final com.revrobotics.servohub.ServoChannel.ChannelId ELEVATOR_LOCKING_SERVO_ID_LEFTThe channel ID for the locking servo left -
ELEVATOR_LOCKING_SERVO_ID_RIGHT
public static final com.revrobotics.servohub.ServoChannel.ChannelId ELEVATOR_LOCKING_SERVO_ID_RIGHTThe channel ID for the locking servo right -
CAGE_SWITCH_1_ID
public static final int CAGE_SWITCH_1_IDThe ID for the first cage l Limit switch- See Also:
-
CAGE_SWITCH_2_ID
public static final int CAGE_SWITCH_2_IDThe ID for the second cage limit switch- See Also:
-
PLUNGER_SERVO_0_PW
public static final int PLUNGER_SERVO_0_PWThe pulse width for the plunger servo at 0 degrees DOWN- See Also:
-
PLUNGER_SERVO_180_PW
public static final int PLUNGER_SERVO_180_PWThe pulse width for the plunger servo at 180 degrees- See Also:
-
LOCKING_SERVO_OPEN_PW
public static final int LOCKING_SERVO_OPEN_PWThe pulse width for the locking servo in the open position- See Also:
-
LOCKING_SERVO_CLOSED_PW
public static final int LOCKING_SERVO_CLOSED_PWThe pulse width for the locking servo in the closed position- See Also:
-
ELEVATOR_LOCKING_LEFT_SERVO_OPEN_PW
public static final int ELEVATOR_LOCKING_LEFT_SERVO_OPEN_PW- See Also:
-
ELEVATOR_LOCKING_LEFT_SERVO_CLOSED_PW
public static final int ELEVATOR_LOCKING_LEFT_SERVO_CLOSED_PW- See Also:
-
ELEVATOR_LOCKING_RIGHT_SERVO_OPEN_PW
public static final int ELEVATOR_LOCKING_RIGHT_SERVO_OPEN_PW- See Also:
-
ELEVATOR_LOCKING_RIGHT_SERVO_CLOSED_PW
public static final int ELEVATOR_LOCKING_RIGHT_SERVO_CLOSED_PW- See Also:
-
-
Constructor Details
-
ClimberRevServoRealConstants
public ClimberRevServoRealConstants()
-