Class AutoStepStopAutonomous
- java.lang.Object
-
- org.wildstang.framework.auto.AutoStep
-
- org.wildstang.framework.auto.steps.control.AutoStepStopAutonomous
-
public class AutoStepStopAutonomous extends AutoStep
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 Constructor Description AutoStepStopAutonomous()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitialize()Does nothing on initialization.java.lang.StringtoString()Returns the name of the AutoStep, used to uniquely identify the step.voidupdate()Does nothing forever, never finishes.-
Methods inherited from class org.wildstang.framework.auto.AutoStep
isFinished, setFinished, setFinished
-
-
-
-
Method Detail
-
initialize
public void initialize()
Does nothing on initialization.- Specified by:
initializein classAutoStep
-
update
public void update()
Does nothing forever, never finishes.
-
-