%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
stuck(fm4,closed).
has_leak(lfhb).
h(in_state(lfhb,open),0).
stuck(rm4,closed).
has_leak(lfi345a).
h(in_state(lfi345a,open),0).
has_leak(rfi345b).
h(in_state(rfi345b,open),0).
stuck(rm4,open).
stuck(rox345,open).
stuck(roi345a,closed).
stuck_at(fmc2_w60,fmc2_g2,0).
stuck_at(fmc1_w4,fmc1_g2,0).
stuck_at(fmc1_w38,fmc1_g10,0).
stuck_at(fmc3_w52,fmc3_g9,0).
stuck_at(fmc1_w6,fmc1_g4,0).
%%%%%%%%%%%%     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).

