File tree Expand file tree Collapse file tree 2 files changed +2
-13
lines changed
app/src/organisms/ErrorRecoveryFlows Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -203,18 +203,7 @@ export function useReleaseLabware({
203
203
RECOVERY_MAP . ROBOT_RELEASING_LABWARE_LATCH . ROUTE
204
204
) {
205
205
void releaseLabwareLatch ( ) . then ( ( ) => {
206
- if ( isDoorOpen ) {
207
- return handleMotionRouting ( false ) . then ( ( ) => {
208
- proceedToDoorStep ( )
209
- } )
210
- }
211
-
212
- return handleMotionRouting ( true )
213
- . then ( ( ) => homeExceptPlungers ( ) )
214
- . then ( ( ) => handleMotionRouting ( false ) )
215
- . then ( ( ) => {
216
- proceedToValidNextStep ( )
217
- } )
206
+ proceedToValidNextStep ( )
218
207
} )
219
208
} else {
220
209
void releaseGripperJaws ( ) . then ( ( ) => {
Original file line number Diff line number Diff line change @@ -543,7 +543,7 @@ export const RECOVERY_MAP_METADATA: RecoveryRouteStepMetadata = {
543
543
} ,
544
544
[ ROBOT_RELEASING_LABWARE_LATCH . ROUTE ] : {
545
545
[ ROBOT_RELEASING_LABWARE_LATCH . STEPS . RELEASING_LABWARE_LATCH ] : {
546
- allowDoorOpen : false ,
546
+ allowDoorOpen : true ,
547
547
} ,
548
548
} ,
549
549
[ ROBOT_RESUMING . ROUTE ] : {
You can’t perform that action at this time.
0 commit comments