mirror of
https://github.com/TimeCrafters/FTC_2022
synced 2025-12-15 16:42:35 +00:00
tele op
This commit is contained in:
@@ -46,5 +46,8 @@ public class PrototypeBot1 {
|
|||||||
backRightDrive.setDirection(DcMotorSimple.Direction.REVERSE);
|
backRightDrive.setDirection(DcMotorSimple.Direction.REVERSE);
|
||||||
backRightDrive.setMode(DcMotor.RunMode.RUN_USING_ENCODER);
|
backRightDrive.setMode(DcMotor.RunMode.RUN_USING_ENCODER);
|
||||||
|
|
||||||
|
armMotor.setDirection(DcMotorSimple.Direction.FORWARD);
|
||||||
|
armMotor.setMode(DcMotor.RunMode.RUN_USING_ENCODER);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user