java.lang.Object
org.firstinspires.ftc.teamcode.fy23.subsystems.planelauncher.PlaneLauncherBlank
All Implemented Interfaces:
PlaneLauncher

@Deprecated public class PlaneLauncherBlank extends Object implements PlaneLauncher
Deprecated.
A blank implementation of PlaneLauncher that does nothing. Never returns null (returns blank objects instead where applicable), so hopefully no null pointers. Deprecated because no physical hardware for this exists right now (real-world testing is impossible).
  • Constructor Details

    • PlaneLauncherBlank

      public PlaneLauncherBlank()
      Deprecated.
  • Method Details

    • launch

      public void launch()
      Deprecated.
      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 interface PlaneLauncher
    • update

      public void update()
      Deprecated.
      Description copied from interface: PlaneLauncher
      Called by robot.update(). You do not need to call this method.
      Specified by:
      update in interface PlaneLauncher