Package frc.robot

Class Constants.ArmPositions

java.lang.Object
frc.robot.Constants.ArmPositions
Enclosing class:
Constants

public static class Constants.ArmPositions extends Object
Position presets for the Arm.
  • Field Details

    • STOW

      public static final ArmPosition 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

      public static final ArmPosition INTAKE_FLOOR
      A position used to pick up notes from the floor.
    • INTAKE_SOURCE

      public static final ArmPosition INTAKE_SOURCE
      A position used to pick up notes from the source.
  • Constructor Details

    • ArmPositions

      public ArmPositions()