feat:ftc2024-carlike.java
This commit is contained in:
parent
1b69a283ea
commit
2548c8a651
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ public class Werobot_FTC2024_carlike extends LinearOpMode {
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
imu.resetYaw();
|
||||||
rm.setDirection(DcMotorSimple.Direction.REVERSE);
|
rm.setDirection(DcMotorSimple.Direction.REVERSE);
|
||||||
//telemetry.addData("Mode", "calibrating...");
|
//telemetry.addData("Mode", "calibrating...");
|
||||||
//telemetry.update();
|
//telemetry.update();
|
||||||
|
|
Loading…
Reference in a new issue