%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
stuck(li12,open).
has_leak(rohb).
h(in_state(rohb,open),0).
stuck(ri345a,open).
stuck(ri345b,open).
stuck(lm5,open).
stuck(rm5,open).
stuck(rx345,closed).
stuck(lm5,open).
stuck(rom4,open).
stuck(ffhb,open).
stuck_at(fmc3_w16,fmc3_g10,1).
stuck_at(fmc2_w60,fmc2_g11,0).
stuck_at(fmc4_w29,fmc4_g11,0).
stuck_at(fmc2_w16,fmc2_g9,1).
stuck_at(fmc2_w28,fmc2_g8,0).
%%%%%%%%%%%%     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).

