feat:ftc2024-holonom.java

This commit is contained in:
GZod01 2024-01-07 17:30:36 +01:00
parent d07f9674c3
commit 6a4d096429

View file

@ -59,6 +59,8 @@ public class Werobot_FTC2024 extends LinearOpMode {
) )
); );
imu.resetYaw(); imu.resetYaw();
telemetry.addData("helloworld","hello");
telemetry.update();
waitForStart(); waitForStart();