%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
stuck(li12,open).
stuck(rhb,open).
stuck(lx345,closed).
stuck(ffm4,closed).
stuck(rha,open).
stuck(ffm3,open).
stuck(fi12,open).
has_leak(ffm3).
h(in_state(ffm3,open),0).
has_leak(foi345).
h(in_state(foi345,open),0).
stuck(lhb,closed).
%%%%%%%%%%%%     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).

