Moving class to test package
This commit is contained in:
@ -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;
|
Reference in New Issue
Block a user