Update autonome_api.java
This commit is contained in:
parent
e5d1c81fbc
commit
469536a486
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue