Moving class to test package

This commit is contained in:
2024-12-25 15:07:48 -08:00
parent 883906885b
commit c824580b33

View File

@ -1,4 +1,4 @@
package org.firstinspires.ftc.teamcode.subsystem;
package org.firstinspires.ftc.teamcode.cometbots.tests;
import static org.firstinspires.ftc.teamcode.PedroConstants.LIFT_SLIDE_LEFT_MOTOR;
import static org.firstinspires.ftc.teamcode.PedroConstants.LIFT_SLIDE_RIGHT_MOTOR;
@ -15,7 +15,7 @@ import com.qualcomm.robotcore.util.ElapsedTime;
@Config
@Autonomous(name = "Lift Motor Subsystem - PID Test")
public class LiftMotorSubsystem extends LinearOpMode {
public class DualMotorSliderTest extends LinearOpMode {
private DcMotorEx liftSlideLeft;
private DcMotorEx liftSlideRight;