Create a new file
This commit is contained in:
parent
40f93689e5
commit
d8743e79f9
2 changed files with 350 additions and 4 deletions
|
@ -288,9 +288,6 @@ public class Werobot_FTC2024_carlike extends LinearOpMode {
|
|||
already_down = false;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
telemetry.addData("x", x);
|
||||
telemetry.addData("y", y);
|
||||
telemetry.addData("lpow", lpower);
|
||||
|
@ -311,4 +308,4 @@ public class Werobot_FTC2024_carlike extends LinearOpMode {
|
|||
telemetry.update();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue