Interface RotaryIntake
- All Known Implementing Classes:
RotaryIntakeBlank
,RotaryIntakeImpl
public interface RotaryIntake
Represents a claw and its state (open or closed).
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
static enum
Represents the state of the claw. -
Method Summary
-
Method Details
-
setState
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.
-