Interface PlaneLauncher
- All Known Implementing Classes:
PlaneLauncherBlank
,PlaneLauncherImpl
public interface PlaneLauncher
Represents the plane launcher.
-
Nested Class Summary
-
Method Summary
-
Method Details
-
launch
void launch()Release the rubberband to launch the plane. (This occurs asynchronously, so you need only call it once. The plane will launch, and the servo will automatically return to the restPosition.) -
update
void update()Called by robot.update(). You do not need to call this method.
-