%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
stuck(ffm5,open).
stuck(lfi345a,open).
stuck(fm1,closed).
has_leak(ffi12).
h(in_state(ffi12,open),0).
stuck(fm5,open).
stuck(li12,closed).
stuck(lohb,open).
stuck(rhb,open).
has_leak(rfx12).
h(in_state(rfx12,open),0).
stuck(rm2,open).
%%%%%%%%%%%%     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).

