Class PlaneLauncherBlank
java.lang.Object
org.firstinspires.ftc.teamcode.fy23.robot.subsystems.blank.PlaneLauncherBlank
- All Implemented Interfaces:
PlaneLauncher
A blank implementation of
PlaneLauncher
that does nothing.
Never returns null (returns blank objects instead where applicable), so hopefully no null pointers.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.firstinspires.ftc.teamcode.fy23.robot.subsystems.PlaneLauncher
PlaneLauncher.Parameters
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
PlaneLauncherBlank
public PlaneLauncherBlank()
-
-
Method Details
-
launch
public void launch()Description copied from interface:PlaneLauncher
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.)- Specified by:
launch
in interfacePlaneLauncher
-
update
public void update()Description copied from interface:PlaneLauncher
Called by robot.update(). You do not need to call this method.- Specified by:
update
in interfacePlaneLauncher
-