%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
stuck(fom5,open).
stuck(fha,closed).
stuck(ffha,closed).
has_leak(rfx345).
h(in_state(rfx345,open),0).
has_leak(foi345).
h(in_state(foi345,open),0).
stuck(fm4,closed).
stuck(lx12,closed).
stuck(ffm4,closed).
%%%%%%%%%%%%     GOALS     %%%%%%%%%%%%%

% Maneuver to be performed: minus_pitch

goal(T,fwd_rcs) :- time(T),
                   h(maneuver_of(minus_pitch,fwd_rcs),T).

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

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

