Interface PlaneLauncher
- All Known Implementing Classes:
PlaneLauncherBlank
,PlaneLauncherImpl
Deprecated.
Represents the plane launcher.
Deprecated because no physical hardware for this exists right now (real-world testing is impossible).
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
launch
void launch()Deprecated.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()Deprecated.Called by robot.update(). You do not need to call this method.
-