%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
stuck(lx345,closed).
has_leak(rom2).
h(in_state(rom2,open),0).
stuck(lm5,closed).
stuck(fodummy,open).
stuck_at(fmc4_w52,fmc4_g9,1).
%%%%%%%%%%%%     GOALS     %%%%%%%%%%%%%

% Maneuver to be performed: plus_x

goal(T,fwd_rcs) :- time(T),
                   h(maneuver_of(plus_x,fwd_rcs),T).

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

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

