%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
stuck(fm1,open).
stuck(ri345a,closed).
stuck(lm4,open).
stuck(fm4,closed).
stuck(fm3,open).
stuck_at(fmc3_w29,fmc3_g11,1).
stuck_at(fmc1_w43,fmc1_g4,0).
stuck_at(fmc2_w42,fmc2_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).

