Specimen States written

This commit is contained in:
robotics1
2025-01-30 15:38:36 -08:00
parent edff580e84
commit 78195ed0f6

View File

@ -67,17 +67,16 @@ public class SpecimenAuto extends OpMode {
state = 2;
break;
case 2:
lift.toSpecimanHangHeight();
new SleepAction(5);
state = 3;
break;
case 3:
wrist.toSpecimenHang();
new SleepAction(5);
state = 4;
break;
case 4:
lift.toSpecimanReleaseHeight();
new SleepAction(5);
state = 5;
break;