Update ftc2024-holonom.java
This commit is contained in:
parent
3eac2ce460
commit
6dc3836042
1 changed files with 2 additions and 0 deletions
|
@ -54,6 +54,8 @@ public class Werobot_FTC2024 extends LinearOpMode {
|
|||
frm = hardwareMap.get(DcMotor.class, "frm");
|
||||
blm = hardwareMap.get(DcMotor.class, "blm");
|
||||
brm = hardwareMap.get(DcMotor.class, "brm");
|
||||
blm.setDirection(DcMotorSimple.Direction.REVERSE);
|
||||
brm.setDirection(DcMotorSimple.Direction.REVERSE);
|
||||
imu = hardwareMap.get(IMU.class, "imu");
|
||||
imu.initialize(
|
||||
new IMU.Parameters(
|
||||
|
|
Loading…
Reference in a new issue