Merge remote-tracking branch 'origin/branch-swiss-cheese' into branch-swiss-cheese

This commit is contained in:
2025-01-30 15:46:40 -08:00

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;