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 @@ -531,7 +531,7 @@ export const RECOVERY_MAP_METADATA: RecoveryRouteStepMetadata = {
531
531
} ,
532
532
[ ROBOT_RELEASING_LABWARE_LATCH . ROUTE ] : {
533
533
[ ROBOT_RELEASING_LABWARE_LATCH . STEPS . RELEASING_LABWARE_LATCH ] : {
534
- allowDoorOpen : false ,
534
+ allowDoorOpen : true ,
535
535
} ,
536
536
} ,
537
537
[ ROBOT_RESUMING . ROUTE ] : {
You can’t perform that action at this time.
0 commit comments