Class OperatorIO.OperatorIOInputs
java.lang.Object
frc.robot.services.control.operator.OperatorIO.OperatorIOInputs
- Enclosing interface:
- OperatorIO
Container for operator input values.
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanWhether the operator wants to deploy the arm.booleanWhether the operator wants to retract the arm.booleanWhether the operator wants to climb.booleanWhether the operator wants to lower the climber.booleanWhether the operator wants to raise the climber.booleanWhether the operator is connected.booleanWhether the operator wants to extake.booleanWhether the operator wants to intake. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
armDeployment
public boolean armDeploymentWhether the operator wants to deploy the arm. -
armRetraction
public boolean armRetractionWhether the operator wants to retract the arm. -
intake
public boolean intakeWhether the operator wants to intake. -
extake
public boolean extakeWhether the operator wants to extake. -
climb
public boolean climbWhether the operator wants to climb. -
climberUp
public boolean climberUpWhether the operator wants to raise the climber. -
climberDown
public boolean climberDownWhether the operator wants to lower the climber. -
connected
public boolean connectedWhether the operator is connected.
-
-
Constructor Details
-
OperatorIOInputs
public OperatorIOInputs()
-