%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
has_leak(roi345b).
h(in_state(roi345b,open),0).
stuck(ffm3,open).
has_leak(foi345).
h(in_state(foi345,open),0).
stuck(rhb,closed).
has_leak(foi345).
h(in_state(foi345,open),0).
stuck_at(fmc2_w60,fmc2_g10,0).
stuck_at(fmc2_w38,fmc2_g10,0).
stuck_at(fmc3_w28,fmc3_g11,0).
%%%%%%%%%%%%     GOALS     %%%%%%%%%%%%%

% Maneuver to be performed: plus_z
goal(T,fwd_rcs) :- time(T),
                   h(maneuver_of(plus_z,fwd_rcs),T).

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

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

