%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
stuck(lfx345,open).
stuck(lx345,open).
has_leak(lfi12).
h(in_state(lfi12,open),0).
has_leak(fom4).
h(in_state(fom4,open),0).
stuck(lhb,open).
%%%%%%%%%%%%     GOALS     %%%%%%%%%%%%%

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

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

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

