From 09134a91b2afd501782b555af8d7e0c2c0a4e328 Mon Sep 17 00:00:00 2001 From: Jeffrey Mello Date: Mon, 17 Nov 2025 15:32:15 -0500 Subject: [PATCH] Refactor utils classes and improve motor setup Refactored TeleOpMain to instantiate utility classes in runOpMode instead of constructor. Added JavaDoc comments and clarified method purposes in DriveControls. Improved MotorConstructor by setting launcher motor directions and adding class-level documentation. Cleaned up RampControls constructor order. Removed CommonControlsTest unit test file. --- .run/BlueAllianceBackField MeepMeep.run.xml | 2 +- .run/BlueAllianceMidField MeepMeep.run.xml | 2 +- .run/RedAllianceBackField MeepMeep.run.xml | 2 +- .run/RedAllianceMidField MeepMeep.run.xml | 2 +- .../ftc/teamcode/TeleOpMain.java | 17 +- .../teamcode/Utils_13233/DriveControls.java | 18 +- .../Utils_13233/MotorConstructor.java | 12 +- .../teamcode/Utils_13233/RampControls.java | 11 +- .../ftc/teamcode/CommonControlsTest.java | 192 ------------------ 9 files changed, 42 insertions(+), 216 deletions(-) delete mode 100644 TeamCode/src/test/java/org/firstinspires/ftc/teamcode/CommonControlsTest.java diff --git a/.run/BlueAllianceBackField MeepMeep.run.xml b/.run/BlueAllianceBackField MeepMeep.run.xml index 27b49e5..77ae553 100644 --- a/.run/BlueAllianceBackField MeepMeep.run.xml +++ b/.run/BlueAllianceBackField MeepMeep.run.xml @@ -1,5 +1,5 @@ - +