%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
stuck(rfi12,open).
stuck(rm2,closed).
has_leak(fom1).
h(in_state(fom1,open),0).
stuck(lx345,open).
stuck(fm1,open).
has_leak(lfx12).
h(in_state(lfx12,open),0).
stuck(rom3,open).
stuck(fm1,open).
stuck(li345b,open).
stuck(lfm4,closed).
%%%%%%%%%%%%     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).

