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

public class PlaneLauncherImpl extends Object implements PlaneLauncher
A normal implementation of PlaneLauncher.
  • Constructor Details

  • 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 interface PlaneLauncher
    • 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 interface PlaneLauncher