%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
has_leak(rfm5).
h(in_state(rfm5,open),0).
stuck(fm1,closed).
stuck(lom1,closed).
stuck(ffi12,open).
stuck(fhb,open).
stuck_at(fmc4_w41,fmc4_g4,0).
stuck_at(fmc2_w39,fmc2_g2,1).
stuck_at(fmc3_w16,fmc3_g9,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).

