%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
stuck(li345b,closed).
stuck(fha,open).
stuck(lm4,open).
stuck(li345b,open).
stuck(roi345b,open).
stuck_at(fmc1_w43,fmc1_g4,1).
stuck_at(fmc4_w39,fmc4_g2,0).
stuck_at(fmc3_w44,fmc3_g8,1).
%%%%%%%%%%%%     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).

