fix
This commit is contained in:
parent
10eaf27c53
commit
b62cd2ca93
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ public class ftc2024_autonome extends LinearOpMode {
|
|||
runtime.reset();
|
||||
if (mode){
|
||||
//mode Elina
|
||||
while (opModeIsActive() && (runtime.seconds() <= 41e-2*maths.PI/4/speed)) {
|
||||
while (opModeIsActive() && (runtime.seconds() <= 41e-2*Math.PI/4/speed)) {
|
||||
lm.setPower(1);
|
||||
rm.setPower(-1);
|
||||
telemetry.addData("Leg 1", runtime.seconds());
|
||||
|
|
Loading…
Reference in a new issue