fix mode Elina
This commit is contained in:
parent
deeed36095
commit
721fc9c2cb
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ public class ftc2024_autonome extends LinearOpMode {
|
||||||
telemetry.addData("Leg 1", runtime.seconds());
|
telemetry.addData("Leg 1", runtime.seconds());
|
||||||
telemetry.update();
|
telemetry.update();
|
||||||
}
|
}
|
||||||
|
runtime.reset();
|
||||||
while (opModeIsActive() && (runtime.seconds() <= 10.0)) {
|
while (opModeIsActive() && (runtime.seconds() <= 10.0)) {
|
||||||
leftMotor.setPower(1);
|
leftMotor.setPower(1);
|
||||||
rightMotor.setPower(1);
|
rightMotor.setPower(1);
|
||||||
|
|
Loading…
Reference in a new issue