o tawa lon monsi

This commit is contained in:
Yash Karandikar 2022-11-16 18:29:35 -06:00
parent 5fe8359488
commit 92617eafc6
2 changed files with 3 additions and 0 deletions

View file

@ -85,6 +85,8 @@ public class AutoCameraLeft extends LinearOpMode {
default: default:
movementAPI.move(-90, 0.5); movementAPI.move(-90, 0.5);
api.pause(1.75); api.pause(1.75);
movementAPI.move(180, 0.5);
api.pause(0.1);
break; break;
} }

View file

@ -85,6 +85,7 @@ public class AutoCameraRight extends LinearOpMode {
default: default:
movementAPI.move(90, 0.5); movementAPI.move(90, 0.5);
api.pause(1.5); api.pause(1.5);
movementAPI.move(180, 0.5);
break; break;
} }