%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
stuck(fm2,closed).
has_leak(loi345b).
h(in_state(loi345b,open),0).
stuck(fm1,closed).
stuck(li345a,open).
%%%%%%%%%%%%     GOALS     %%%%%%%%%%%%%

% Maneuver to be performed: minus_yaw

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

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

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

