eoihfoihfaoih
This commit is contained in:
parent
7035ce288c
commit
e1a6059f8c
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue