Package frc.robot
Class Constants.ArmPositions
java.lang.Object
frc.robot.Constants.ArmPositions
- Enclosing class:
- Constants
Position presets for the Arm.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ArmPosition
A position used to pick up notes from the floor.static final ArmPosition
A position used to pick up notes from the source.static final ArmPosition
A neutral position with the pivot low and the elevator retracted. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
STOW
A neutral position with the pivot low and the elevator retracted. The head is completely within the frame of the robot in this position. -
INTAKE_FLOOR
A position used to pick up notes from the floor. -
INTAKE_SOURCE
A position used to pick up notes from the source.
-
-
Constructor Details
-
ArmPositions
public ArmPositions()
-