%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
stuck(fm2,open).
has_leak(ffm4).
h(in_state(ffm4,open),0).
stuck(fha,open).
stuck(lm2,closed).
stuck(fom1,open).
stuck(lm3,open).
stuck(fm3,open).
has_leak(rfm4).
h(in_state(rfm4,open),0).
stuck(rhb,open).
stuck(fm3,open).
%%%%%%%%%%%%     GOALS     %%%%%%%%%%%%%

% Maneuver to be performed: plus_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).

