%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
stuck(lohb,open).
has_leak(loi345a).
h(in_state(loi345a,open),0).
has_leak(loha).
h(in_state(loha,open),0).
stuck(lha,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).

