Update ftc2024_autonome_api.java
This commit is contained in:
parent
40f93689e5
commit
50abcd1788
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ public class Ftc2024_autonome_api 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");
|
||||||
harvestmotor = hardwareMap.get(DcMotor.class, "flm");
|
harvestmotor = hardwareMap.get(DcMotor.class, "moissonneuse");
|
||||||
|
|
||||||
rm.setDirection(DcMotor.Direction.REVERSE);
|
rm.setDirection(DcMotor.Direction.REVERSE);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue