Merge branch 'possible_bugfix_dual_lane_assy' into adaption_em_p60_dock_without_acu
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				EIVE/eive-obsw/pipeline/pr-main This commit looks good
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	EIVE/eive-obsw/pipeline/pr-main This commit looks good
				
			This commit is contained in:
		@@ -183,11 +183,11 @@ void DualLaneAssemblyBase::handleModeTransitionFailed(ReturnValue_t result) {
 | 
			
		||||
  // transition to dual mode.
 | 
			
		||||
  if (not tryingOtherSide) {
 | 
			
		||||
    triggerEvent(CANT_KEEP_MODE, mode, submode);
 | 
			
		||||
    startTransition(mode, nextSubmode);
 | 
			
		||||
    startTransition(targetMode, nextSubmode);
 | 
			
		||||
    tryingOtherSide = true;
 | 
			
		||||
  } else {
 | 
			
		||||
    triggerEvent(transitionOtherSideFailedEvent, mode, targetSubmode);
 | 
			
		||||
    startTransition(mode, Submodes::DUAL_MODE);
 | 
			
		||||
    triggerEvent(transitionOtherSideFailedEvent, targetMode, targetSubmode);
 | 
			
		||||
    startTransition(targetMode, Submodes::DUAL_MODE);
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user