%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
stuck(fm3,closed).
stuck(lm2,open).
has_leak(lom3).
h(in_state(lom3,open),0).
stuck(lom2,open).
stuck(fm4,closed).
stuck(lom3,open).
stuck(li345a,open).
stuck(fm4,open).
stuck(lfm5,open).
stuck(lfm5,open).
%%%%%%%%%%%%     GOALS     %%%%%%%%%%%%%

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

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

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

