eoihfoihfaoih

This commit is contained in:
Gzod01 2024-01-06 16:35:41 +01:00
parent 7035ce288c
commit e1a6059f8c

View file

@ -31,6 +31,7 @@ public class Werobot_FTC2024_carlike extends LinearOpMode {
telemetry.update();
lm = hardwareMap.get(DcMotor.class, "blm");
rm = hardwareMap.get(DcMotor.class, "brm");
rm.setDirection(DcMotorSimple.Direction.REVERSE);
waitForStart();