%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
stuck(lhb,closed).
stuck(fhb,open).
stuck(ri345b,open).
has_leak(fom5).
h(in_state(fom5,open),0).
stuck(rm3,closed).
stuck(lm5,closed).
stuck(fha,closed).
stuck(lx12,closed).
stuck_at(fmc1_w28,fmc1_g8,0).
stuck_at(fmc3_w60,fmc3_g10,0).
stuck_at(fmc3_w39,fmc3_g2,1).
stuck_at(fmc4_w6,fmc4_g3,1).
stuck_at(fmc1_w6,fmc1_g3,0).
%%%%%%%%%%%%     GOALS     %%%%%%%%%%%%%

% Maneuver to be performed: plus_y
goal(T,fwd_rcs) :- time(T),
                   h(maneuver_of(plus_y,fwd_rcs),T).

goal(T,left_rcs) :- time(T),
                   h(maneuver_of(plus_y,left_rcs),T).

goal(T,right_rcs) :- time(T),
                   h(maneuver_of(plus_y,right_rcs),T).

