%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
stuck(lom1,closed).
stuck(li12,open).
stuck(fm2,closed).
stuck(rx345,closed).
stuck(fm5,closed).
stuck_at(fmc2_w56,fmc2_g1,1).
stuck_at(fmc3_w43,fmc3_g4,0).
stuck_at(fmc2_w53,fmc2_g3,1).
%%%%%%%%%%%%     GOALS     %%%%%%%%%%%%%

% Maneuver to be performed: plus_y
goal(T,fwd_rcs) :- time(T),
                   h(maneuver_of(plus_y,fwd_rcs),T).

goal(T,left_rcs) :- time(T),
                   h(maneuver_of(plus_y,left_rcs),T).

goal(T,right_rcs) :- time(T),
                   h(maneuver_of(plus_y,right_rcs),T).

