edit
This commit is contained in:
parent
d7c8fc0044
commit
1c5cdce409
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ public class ftc2024_autonome extends LinearOpMode {
|
||||||
public void runOpMode() {
|
public void runOpMode() {
|
||||||
lm = hardwareMap.get(DcMotor.class, "blm");
|
lm = hardwareMap.get(DcMotor.class, "blm");
|
||||||
rm = hardwareMap.get(DcMotor.class, "brm");
|
rm = hardwareMap.get(DcMotor.class, "brm");
|
||||||
|
rm.setDirection(DcMotorSimple.Direction.REVERSE);
|
||||||
telemetry.addData("Status", "Initialized");
|
telemetry.addData("Status", "Initialized");
|
||||||
telemetry.update();
|
telemetry.update();
|
||||||
boolean mode = true;
|
boolean mode = true;
|
||||||
|
|
Loading…
Reference in a new issue