Update ftc2024_autonome_api.java

This commit is contained in:
Zelina974 2024-03-20 14:54:59 +01:00 committed by GitHub
parent 40f93689e5
commit 50abcd1788
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,7 +32,7 @@ public class Ftc2024_autonome_api extends LinearOpMode {
public void runOpMode() {
lm = hardwareMap.get(DcMotor.class, "blm");
rm = hardwareMap.get(DcMotor.class, "brm");
harvestmotor = hardwareMap.get(DcMotor.class, "flm");
harvestmotor = hardwareMap.get(DcMotor.class, "moissonneuse");
rm.setDirection(DcMotor.Direction.REVERSE);