feat:ftc2024-holonom.java
This commit is contained in:
parent
d07f9674c3
commit
6a4d096429
1 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,8 @@ public class Werobot_FTC2024 extends LinearOpMode {
|
|||
)
|
||||
);
|
||||
imu.resetYaw();
|
||||
telemetry.addData("helloworld","hello");
|
||||
telemetry.update();
|
||||
waitForStart();
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue