%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
stuck(lfm3,open).
stuck(rox345,closed).
stuck(rx345,closed).
stuck(rfha,closed).
stuck(lm2,open).
stuck(ri345a,closed).
stuck(ffm2,closed).
stuck(fha,open).
has_leak(fohb).
h(in_state(fohb,open),0).
has_leak(lom1).
h(in_state(lom1,open),0).
stuck_at(fmc3_w38,fmc3_g10,0).
stuck_at(fmc3_w54,fmc3_g1,1).
stuck_at(fmc4_w39,fmc4_g2,1).
stuck_at(fmc2_w39,fmc2_g2,0).
stuck_at(fmc2_w54,fmc2_g1,0).
%%%%%%%%%%%%     GOALS     %%%%%%%%%%%%%

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

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

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

