%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
stuck(fom5,closed).
has_leak(foi12).
h(in_state(foi12,open),0).
has_leak(foha).
h(in_state(foha,open),0).
stuck_at(fmc1_w56,fmc1_g1,0).
stuck_at(fmc4_w43,fmc4_g4,0).
%%%%%%%%%%%%     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).

