%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
stuck(li345a,closed).
has_leak(loi345b).
h(in_state(loi345b,open),0).
stuck(lom4,open).
stuck(rm2,open).
stuck(lfha,open).
stuck_at(fmc3_w28,fmc3_g11,1).
stuck_at(fmc4_w29,fmc4_g11,0).
stuck_at(fmc4_w54,fmc4_g1,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).

