Update ftc2024-carlike.java
This commit is contained in:
parent
8bd0d5afc6
commit
326ffca1cb
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||||
|
|
Loading…
Reference in a new issue