branch-cooper #2

Merged
carlos merged 4 commits from branch-cooper into branch-cooper-v9.0.1 2023-11-04 10:04:16 -07:00
2 changed files with 61 additions and 51 deletions
Showing only changes of commit 20680c3011 - Show all commits

View File

@ -216,6 +216,8 @@ public class Autonomoustest extends LinearOpMode {
gripper = hardwareMap.get(Servo.class, "gripper");
arm = hardwareMap.get(DcMotor.class, "arm raise");
wrist = hardwareMap.get(Servo.class, "wrist");
wrist.setPosition(1);
sleep(1000);
// To drive forward, most robots need the motor on one side to be reversed, because the axles point in opposite directions.
// When run, this OpMode should start both motors driving forward. So adjust these two lines based on your first test drive.
// Note: The settings here assume direct drive on left and right wheels. Gear Reduction or 90 Deg drives may require direction flips