This commit is contained in:
GZod01 2024-03-10 17:14:12 +01:00
parent 2af007c7de
commit f043f7667c

View file

@ -160,6 +160,7 @@ public class ftc2024_autonome_api extends LinearOpMode {
robot.harvest(-1); robot.harvest(-1);
robot.backward(1); robot.backward(1);
robot.harvest(0); robot.harvest(0);
break;
} }
} }
} }