%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
stuck(lhb,open).
stuck(rm3,open).
stuck(lm4,closed).
stuck_at(fmc3_w44,fmc3_g8,0).
stuck_at(fmc2_w16,fmc2_g10,1).
%%%%%%%%%%%%     GOALS     %%%%%%%%%%%%%

% Maneuver to be performed: minus_pitch

goal(T,fwd_rcs) :- time(T),
                   h(maneuver_of(minus_pitch,fwd_rcs),T).

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

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

