public final class CoastIntake
extends edu.wpi.first.wpilibj.command.Command
| Constructor | Description |
|---|---|
CoastIntake() |
Constructs a new
CoastIntake command. |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
end() |
Intake rollers are halted upon completion of this command.
|
protected void |
execute() |
If both intake limit switches are pressed, coast the intake rollers.
|
protected boolean |
isFinished() |
Command always returns false.
|
cancel, clearRequirements, doesRequire, getGroup, initialize, initSendable, interrupted, isCanceled, isCompleted, isInterruptible, isRunning, isTimedOut, requires, setInterruptible, setRunWhenDisabled, setTimeout, start, timeSinceInitialized, toString, willRunWhenDisabledclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitprotected void execute()
execute in class edu.wpi.first.wpilibj.command.Commandprotected boolean isFinished()
isFinished in class edu.wpi.first.wpilibj.command.Commandprotected void end()
end in class edu.wpi.first.wpilibj.command.Command