Skip to content

Commit

Permalink
code for autononmous for Blue and red FIRST-Tech-Challenge#3
Browse files Browse the repository at this point in the history
  • Loading branch information
KadenMcCarty committed Nov 10, 2021
1 parent 9bf618d commit eead76b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public void runOpMode() throws InterruptedException {
waitForStart();

headingdrive.gyroTurn(0.75,20);
sleep(500);
sleep(510);
headingdrive.gyroDrive(1,12,20);
sleep(500);
headingdrive.gyroTurn(0.75,60);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public void runOpMode() throws InterruptedException {
headingdrive.gyroDrive(1,1,-43);
sleep(1000);
headingdrive.gyroDrive(1,-4,-40);
sleep(500);
sleep(510);
headingdrive.gyroTurn(0.75,90);
sleep(1000);
headingdrive.gyroDrive(1,5,90);
Expand Down

0 comments on commit eead76b

Please sign in to comment.