%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
stuck(ffhb,open).
has_leak(ffha).
h(in_state(ffha,open),0).
stuck(lfx12,open).
stuck(lm1,open).
stuck(rom4,open).
stuck(loha,open).
stuck(lm3,closed).
stuck(ri345b,open).
stuck(lm5,closed).
stuck(li12,closed).
%%%%%%%%%%%%     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).

