Class RotaryIntakeBlank
java.lang.Object
org.firstinspires.ftc.teamcode.fy23.robot.subsystems.blank.RotaryIntakeBlank
- All Implemented Interfaces:
RotaryIntake
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.firstinspires.ftc.teamcode.fy23.robot.subsystems.RotaryIntake
RotaryIntake.Parameters, RotaryIntake.State
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
RotaryIntakeBlank
public RotaryIntakeBlank()
-
-
Method Details
-
setState
Description copied from interface:RotaryIntake
Set the desired state of the claw, and it will move to reach that state.- Specified by:
setState
in interfaceRotaryIntake
-
getState
Description copied from interface:RotaryIntake
Get the currently set state of the claw.- Specified by:
getState
in interfaceRotaryIntake
-
setPower
public void setPower(double power) - Specified by:
setPower
in interfaceRotaryIntake
-
getPower
public double getPower()- Specified by:
getPower
in interfaceRotaryIntake
-
update
public void update()Description copied from interface:RotaryIntake
Called by robot.update(). You do not need to call this method.- Specified by:
update
in interfaceRotaryIntake
-