%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
stuck(ffm5,closed).
stuck(rom3,closed).
has_leak(rom4).
h(in_state(rom4,open),0).
stuck(lha,closed).
has_leak(foha).
h(in_state(foha,open),0).
stuck(fi345,open).
has_leak(rfx345).
h(in_state(rfx345,open),0).
stuck(ri345b,open).
%%%%%%%%%%%%     GOALS     %%%%%%%%%%%%%

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

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

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

