Update ftc2024-carlike.java

This commit is contained in:
Zelina974 2024-02-11 14:52:13 +01:00 committed by GitHub
parent 8bd0d5afc6
commit 326ffca1cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,6 +45,7 @@ public class Werobot_FTC2024_carlike extends LinearOpMode {
telemetry.update(); telemetry.update();
lm = hardwareMap.get(DcMotor.class, "blm"); lm = hardwareMap.get(DcMotor.class, "blm");
rm = hardwareMap.get(DcMotor.class, "brm"); rm = hardwareMap.get(DcMotor.class, "brm");
moissoneuse = hardwareMap.get(DCMotor.class, "flm");
imu = hardwareMap.get(IMU.class, "imu"); imu = hardwareMap.get(IMU.class, "imu");