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

@Deprecated public class PlaneLauncherImpl extends Object implements PlaneLauncher
Deprecated.
A normal implementation of PlaneLauncher. Deprecated because no physical hardware for this exists right now (real-world testing is impossible).
  • Constructor Details

  • 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