Class ClawImpl
java.lang.Object
org.firstinspires.ftc.teamcode.fy23.robot.subsystems.normalimpl.ClawImpl
- All Implemented Interfaces:
Claw
A normal implementation of
Claw
.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.firstinspires.ftc.teamcode.fy23.robot.subsystems.Claw
Claw.Parameters, Claw.State
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetState()
Get the currently set state of the claw.void
setState
(Claw.State state) Set the desired state of the claw, and it will move to reach that state.void
update()
Called by robot.update().
-
Constructor Details
-
ClawImpl
-
-
Method Details
-
setState
Description copied from interface:Claw
Set the desired state of the claw, and it will move to reach that state. -
getState
Description copied from interface:Claw
Get the currently set state of the claw. -
update
public void update()Description copied from interface:Claw
Called by robot.update(). You do not need to call this method.
-