Update autonome_api.java

This commit is contained in:
GZod01 2024-03-07 16:31:51 +01:00 committed by GitHub
parent e5d1c81fbc
commit 469536a486
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -93,8 +93,8 @@ public class ftc2024_autonome_api extends LinearOpMode {
waitForStart(); waitForStart();
if(opModeIsRunning()){ if(opModeIsRunning()){
forward(2); forward(0.5);
rotate(90); rotate(-90);
forward(2); forward(2);
} }
} }