All Known Implementing Classes:
RotaryIntakeBlank, RotaryIntakeImpl

public interface RotaryIntake
Represents a claw and its state (open or closed).
  • Method Details

    • setState

      void setState(RotaryIntake.State state)
      Set the desired state of the claw, and it will move to reach that state.
    • getState

      RotaryIntake.State getState()
      Get the currently set state of the claw.
    • setPower

      void setPower(double power)
    • getPower

      double getPower()
    • update

      void update()
      Called by robot.update(). You do not need to call this method.