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