Package frc.robot.commands
Class IntakeExtend
java.lang.Object
edu.wpi.first.wpilibj2.command.CommandBase
frc.robot.commands.IntakeExtend
- All Implemented Interfaces:
edu.wpi.first.wpilibj.Sendable,edu.wpi.first.wpilibj2.command.Command
public class IntakeExtend
extends edu.wpi.first.wpilibj2.command.CommandBase
Extends the intake.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description IntakeExtend() -
Method Summary
Modifier and Type Method Description voidexecute()booleanisFinished()Methods inherited from class edu.wpi.first.wpilibj2.command.CommandBase
addRequirements, getName, getRequirements, getSubsystem, initSendable, setName, setSubsystem, withNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
IntakeExtend
public IntakeExtend()
-
-
Method Details
-
execute
public void execute() -
isFinished
public boolean isFinished()
-