%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
stuck(lx345,open).
stuck(fom1,open).
stuck(lm2,closed).
stuck(lx12,open).
stuck(lm2,open).
stuck_at(fmc2_w29,fmc2_g11,0).
stuck_at(fmc1_w39,fmc1_g2,1).
stuck_at(fmc2_w29,fmc2_g11,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).

