Class IntakeDetection

java.lang.Object
com.qualcomm.robotcore.eventloop.opmode.OpMode
org.firstinspires.ftc.teamcode.auton.vision.IntakeDetection

@Autonomous(name="Intake Detection") public class IntakeDetection extends com.qualcomm.robotcore.eventloop.opmode.OpMode
Autonomous OpMode to test scanning signal sleeves
  • Field Details

    • camera

      org.openftc.easyopencv.OpenCvCamera camera
    • cameraUneditedFootage

      org.openftc.easyopencv.OpenCvCamera cameraUneditedFootage
    • intakeDetection

      IntakeDetectionPipeline intakeDetection
    • MS_BEFORE_FORCE_STOP_AFTER_STOP_REQUESTED

      public static final int MS_BEFORE_FORCE_STOP_AFTER_STOP_REQUESTED
      See Also:
    • gamepad1

      public volatile com.qualcomm.robotcore.hardware.Gamepad gamepad1
    • gamepad2

      public volatile com.qualcomm.robotcore.hardware.Gamepad gamepad2
    • telemetry

      public org.firstinspires.ftc.robotcore.external.Telemetry telemetry
    • hardwareMap

      public volatile com.qualcomm.robotcore.hardware.HardwareMap hardwareMap
    • msStuckDetectStop

      @Deprecated public int msStuckDetectStop
      Deprecated.
  • Constructor Details

    • IntakeDetection

      public IntakeDetection()
  • Method Details

    • init

      public void init()
      Specified by:
      init in class com.qualcomm.robotcore.eventloop.opmode.OpMode
    • loop

      public void loop()
      Specified by:
      loop in class com.qualcomm.robotcore.eventloop.opmode.OpMode
    • requestOpModeStop

      public final void requestOpModeStop()