%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
stuck(rfha,closed).
has_leak(lom5).
h(in_state(lom5,open),0).
stuck(fom1,open).
%%%%%%%%%%%%     GOALS     %%%%%%%%%%%%%

% Maneuver to be performed: minus_y

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

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

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

