Class KearingTeleop

java.lang.Object
com.qualcomm.robotcore.eventloop.opmode.OpMode

@TeleOp(name="Kearing v4") public class KearingTeleop extends TeleOpOpMode
  • Field Details

    • 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

    • KearingTeleop

      public KearingTeleop()
  • Method Details

    • initialize

      public void initialize()
      Description copied from class: TeleOpOpMode
      The initialization method for TeleOp. The reason for having a separate initialize method is so that you have to override it. This also eliminates errors occurring if super.init() isn't called.
      Specified by:
      initialize in class TeleOpOpMode
    • loop

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

      public final void requestOpModeStop()