From 7e089127ef0c594934232e5b42f81a085d87f1e6 Mon Sep 17 00:00:00 2001 From: GZod01 Date: Tue, 9 Jul 2024 15:29:03 +0200 Subject: [PATCH] =?UTF-8?q?ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstu?= =?UTF-8?q?vwxyz0123456789&=C3=A9"'(-=C3=A8=5F=C3=A7=C3=A0)=3D^$=C3=B9*,;:?= =?UTF-8?q?!<>=3F./=C2=A7%=C2=B5=C2=A8=C2=A3=C2=B0+~#{[|`\^@]}=C2=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FGC_2024.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/FGC_2024.java b/FGC_2024.java index 6a930b7..b8eb03d 100644 --- a/FGC_2024.java +++ b/FGC_2024.java @@ -3,9 +3,7 @@ package org.firstinspires.ftc.teamcode; import com.qualcomm.robotcore.eventloop.opmode.LinearOpMode; import org.firstinspires.ftc.robotcore.external.navigation.YawPitchRollAngles; import com.qualcomm.robotcore.robot.Robot; - import java.text.spi.DecimalFormatSymbolsProvider; - import org.firstinspires.ftc.robotcore.external.Telemetry; import com.qualcomm.robotcore.hardware.Gamepad; import com.qualcomm.robotcore.hardware.DcMotorEx; @@ -14,7 +12,6 @@ import com.qualcomm.robotcore.eventloop.opmode.TeleOp; import com.qualcomm.robotcore.hardware.DcMotor; import com.qualcomm.robotcore.hardware.DcMotorSimple; import com.qualcomm.robotcore.hardware.Servo; - import com.qualcomm.robotcore.hardware.IMU; import com.qualcomm.robotcore.hardware.ImuOrientationOnRobot; import com.qualcomm.hardware.rev.RevHubOrientationOnRobot; @@ -34,7 +31,6 @@ public class FGC_2024 extends LinearOpMode { private DcMotorEx elv1; //private DcMotorEx elv2; //private DcMotorEx elv3; - @Override public void runOpMode() throws InterruptedException {