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; state = 2;
break; break;
case 2: case 2:
lift.toSpecimanHangHeight();
new SleepAction(5); new SleepAction(5);
state = 3; state = 3;
break; break;
case 3: case 3:
wrist.toSpecimenHang();
new SleepAction(5); new SleepAction(5);
state = 4; state = 4;
break; break;
case 4: case 4:
lift.toSpecimanReleaseHeight();
new SleepAction(5); new SleepAction(5);
state = 5; state = 5;
break; break;