Class AutoStepStopAutonomous
java.lang.Object
org.wildstang.framework.auto.AutoStep
org.wildstang.framework.auto.steps.control.AutoStepStopAutonomous
Do nothing. This step does nothing, and never finishes, effectively
halting autonomous operations.
Note: If included in a parallel step group, it only halts operations
after all other steps in the group finish.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.wildstang.framework.auto.AutoStep
isFinished, setFinished, setFinished
-
Constructor Details
-
AutoStepStopAutonomous
public AutoStepStopAutonomous()
-
-
Method Details
-
initialize
public void initialize()Does nothing on initialization.- Specified by:
initializein classAutoStep
-
update
public void update()Does nothing forever, never finishes. -
toString
Returns the name of the AutoStep, used to uniquely identify the step.
-