%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
stuck(ri345b,open).
has_leak(foi12).
h(in_state(foi12,open),0).
stuck(rfm5,open).
stuck(rom4,open).
stuck(rm3,open).
stuck(fm2,open).
stuck(fhb,open).
stuck(fha,open).
stuck(lohb,closed).
stuck(fi345,closed).
stuck_at(fmc2_w60,fmc2_g11,0).
stuck_at(fmc2_w41,fmc2_g4,1).
stuck_at(fmc2_w39,fmc2_g2,0).
stuck_at(fmc2_w41,fmc2_g4,1).
stuck_at(fmc1_w39,fmc1_g2,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).

