This commit is contained in:
2024-03-26 16:16:22 -07:00
parent d77067538a
commit 5d99d94430

View File

@ -40,6 +40,16 @@ public class Name extends LinearOpMode {
MovementLibrary.setDirectionForward(rightHandWheel, rightLegWheel, leftHandWheel,leftLegWheel);
//from this
DcMotor[] motors = {rightHandWheel, leftHandWheel, rightLegWheel, leftLegWheel};
//thismotors
MovementLibrary.setDirectionForward(motors);
// Wait for the game to start (driver presses {Play
waitForStart();
// Wait for the game to start (driver presses PLAY)
waitForStart();