%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
stuck(ri345b,open).
stuck(lfha,closed).
stuck(rm1,closed).
has_leak(lox12).
h(in_state(lox12,open),0).
stuck(ffm2,open).
has_leak(fom1).
h(in_state(fom1,open),0).
has_leak(lohb).
h(in_state(lohb,open),0).
stuck(rfx12,closed).
stuck(lm2,open).
stuck(lm3,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).

