test
This commit is contained in:
parent
72d72f596a
commit
4a55aef951
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ public class Werobot_FTC2024_carlike extends LinearOpMode {
|
||||||
telemetry.update();
|
telemetry.update();
|
||||||
waitForStart();
|
waitForStart();
|
||||||
|
|
||||||
|
//test
|
||||||
while (opModeIsActive()) {
|
while (opModeIsActive()) {
|
||||||
x = gamepad1.left_stick_x;
|
x = gamepad1.left_stick_x;
|
||||||
y = gamepad1.left_stick_y;
|
y = gamepad1.left_stick_y;
|
||||||
|
|
Loading…
Reference in a new issue