%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
stuck(lm4,open).
has_leak(rohb).
h(in_state(rohb,open),0).
stuck(fm3,closed).
has_leak(fom5).
h(in_state(fom5,open),0).
has_leak(loi345b).
h(in_state(loi345b,open),0).
stuck(lfi345a,closed).
has_leak(loha).
h(in_state(loha,open),0).
stuck(ffm4,open).
stuck(fm3,open).
stuck(li345b,open).
%%%%%%%%%%%%     GOALS     %%%%%%%%%%%%%

% Maneuver to be performed: minus_z

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

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

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

