%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
has_leak(lom1).
h(in_state(lom1,open),0).
stuck(lm3,open).
stuck(lm2,closed).
stuck(fm2,open).
stuck(foi345,closed).
stuck_at(fmc3_w6,fmc3_g4,1).
stuck_at(fmc3_w39,fmc3_g2,1).
stuck_at(fmc1_w29,fmc1_g11,0).
%%%%%%%%%%%%     GOALS     %%%%%%%%%%%%%

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

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

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

