File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
app/src/organisms/ErrorRecoveryFlows Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -717,7 +717,7 @@ export const RECOVERY_MAP_METADATA: RecoveryRouteStepMetadata = {
717
717
allowDoorOpen : true ,
718
718
} ,
719
719
[ STACKER_SHUTTLE_EMPTY_RETRY . STEPS . PREPARE_TRACK_FOR_HOMING ] : {
720
- allowDoorOpen : true ,
720
+ allowDoorOpen : false ,
721
721
} ,
722
722
[ STACKER_SHUTTLE_EMPTY_RETRY . STEPS . CONFIRM_LABWARE_IN_LATCH ] : {
723
723
allowDoorOpen : true ,
@@ -810,8 +810,11 @@ export const GRIPPER_MOVE_STEPS: RouteStep[] = [
810
810
]
811
811
812
812
export const REENGAGE_LATCH_ROUTES : RouteStep [ ] = [
813
+ RECOVERY_MAP . STACKER_SHUTTLE_EMPTY_SKIP . STEPS . RELEASE_FROM_LATCH ,
813
814
RECOVERY_MAP . STACKER_SHUTTLE_EMPTY_SKIP . STEPS . REENGAGE_LATCH ,
815
+ RECOVERY_MAP . STACKER_SHUTTLE_EMPTY_RETRY . STEPS . RELEASE_FROM_LATCH ,
814
816
RECOVERY_MAP . STACKER_SHUTTLE_EMPTY_RETRY . STEPS . REENGAGE_LATCH ,
817
+ ROBOT_RELEASING_LABWARE_LATCH . STEPS . RELEASING_LABWARE_LATCH ,
815
818
]
816
819
817
820
export const INVALID = 'INVALID' as const
You can’t perform that action at this time.
0 commit comments