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 @@ -700,7 +700,7 @@ export const RECOVERY_MAP_METADATA: RecoveryRouteStepMetadata = {
700
700
allowDoorOpen : true ,
701
701
} ,
702
702
[ STACKER_SHUTTLE_EMPTY_RETRY . STEPS . PREPARE_TRACK_FOR_HOMING ] : {
703
- allowDoorOpen : true ,
703
+ allowDoorOpen : false ,
704
704
} ,
705
705
[ STACKER_SHUTTLE_EMPTY_RETRY . STEPS . CONFIRM_LABWARE_IN_LATCH ] : {
706
706
allowDoorOpen : true ,
@@ -793,8 +793,11 @@ export const GRIPPER_MOVE_STEPS: RouteStep[] = [
793
793
]
794
794
795
795
export const REENGAGE_LATCH_ROUTES : RouteStep [ ] = [
796
+ RECOVERY_MAP . STACKER_SHUTTLE_EMPTY_SKIP . STEPS . RELEASE_FROM_LATCH ,
796
797
RECOVERY_MAP . STACKER_SHUTTLE_EMPTY_SKIP . STEPS . REENGAGE_LATCH ,
798
+ RECOVERY_MAP . STACKER_SHUTTLE_EMPTY_RETRY . STEPS . RELEASE_FROM_LATCH ,
797
799
RECOVERY_MAP . STACKER_SHUTTLE_EMPTY_RETRY . STEPS . REENGAGE_LATCH ,
800
+ ROBOT_RELEASING_LABWARE_LATCH . STEPS . RELEASING_LABWARE_LATCH ,
798
801
]
799
802
800
803
export const INVALID = 'INVALID' as const
You can’t perform that action at this time.
0 commit comments