public final class MoveElevator
extends edu.wpi.first.wpilibj.command.Command
| Modifier and Type | Field | Description |
|---|---|---|
private double |
speed |
The speed to move the elevator.
|
| Constructor | Description |
|---|---|
MoveElevator() |
Constructs a new
MoveElevator command. |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
end() |
Sets the elevator speed to zero at the completion of this command.
|
protected void |
execute() |
|
protected boolean |
isFinished() |
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