%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
stuck(li12,open).
stuck(fi12,closed).
has_leak(ffm2).
h(in_state(ffm2,open),0).
stuck(ffi12,open).
stuck(rha,closed).
stuck(lha,closed).
stuck(lx12,closed).
has_leak(rfm3).
h(in_state(rfm3,open),0).
stuck(rhb,open).
stuck(ri345a,closed).
stuck_at(fmc3_w28,fmc3_g8,1).
stuck_at(fmc1_w56,fmc1_g1,0).
stuck_at(fmc2_w4,fmc2_g1,1).
stuck_at(fmc1_w4,fmc1_g1,0).
stuck_at(fmc1_w23,fmc1_g9,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).

