Xander's dualslides changes
This commit is contained in:
@ -188,7 +188,7 @@ public class CometBotTeleOpDevelopment {
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
goClaw = true;
|
||||
dualSlides.toFixedPosition(2200);
|
||||
dualSlides.toFixedPosition(2100);
|
||||
dualSlides.update();
|
||||
}
|
||||
if (gamepad1.right_bumper) {
|
||||
|
@ -15,7 +15,7 @@ import org.firstinspires.ftc.teamcode.subsystems.ClawSubsystem;
|
||||
import org.firstinspires.ftc.teamcode.subsystems.DualMotorSliderSubsystem;
|
||||
import org.firstinspires.ftc.teamcode.subsystems.WristSubsystem;
|
||||
|
||||
@Autonomous(name = "Auto Test Competition V2", group = "Dev")
|
||||
@Autonomous(name = "Auto Competition V2", group = "A")
|
||||
public class CometBotDriveV2 extends OpMode {
|
||||
private Follower follower;
|
||||
private int state;
|
||||
|
Reference in New Issue
Block a user