%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
has_leak(lfm1).
h(in_state(lfm1,open),0).
stuck(li12,open).
stuck(fm2,closed).
stuck(rfm5,open).
stuck(lom3,open).
stuck_at(fmc2_w53,fmc2_g3,0).
stuck_at(fmc3_w4,fmc3_g1,1).
stuck_at(fmc1_w6,fmc1_g4,1).
%%%%%%%%%%%%     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).

