%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
stuck(fm1,open).
stuck(ffhb,closed).
stuck(lx345,closed).
stuck(fhb,open).
stuck(fom4,closed).
has_leak(fom3).
h(in_state(fom3,open),0).
stuck(rfm2,open).
stuck(fi12,open).
stuck_at(fmc1_w38,fmc1_g10,0).
stuck_at(fmc3_w28,fmc3_g8,1).
stuck_at(fmc4_w53,fmc4_g3,0).
stuck_at(fmc1_w60,fmc1_g2,1).
stuck_at(fmc1_w4,fmc1_g2,1).
%%%%%%%%%%%%     GOALS     %%%%%%%%%%%%%

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

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

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

