Class AprilTagAlignmentTesting

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

@Autonomous public class AprilTagAlignmentTesting extends AutonomousOpMode
  • Field Details

    • webcam

      public Webcam webcam
    • fl

      public NovelMotor fl
    • fr

      public NovelMotor fr
    • bl

      public NovelMotor bl
    • br

      public NovelMotor br
    • allianceName

      public static String allianceName
    • spikePositionName

      public static String spikePositionName
    • pixelThreshold

      public static int pixelThreshold
    • alignmentSpeed

      public static int alignmentSpeed
    • updateInterval

      public static int updateInterval
    • 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

    • AprilTagAlignmentTesting

      public AprilTagAlignmentTesting()
  • Method Details

    • initialize

      public void initialize()
      Description copied from class: AutonomousOpMode
      The initialization method for Autonomous. 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 AutonomousOpMode
    • run

      public void run()
      Description copied from class: AutonomousOpMode
      Run the Autonomous code (i.e. move the robot or complete another action). The reason for having a separate run/start method is so that you have to override it.
      Specified by:
      run in class AutonomousOpMode
    • requestOpModeStop

      public final void requestOpModeStop()