%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
stuck(lm2,closed).
stuck(loi345b,closed).
stuck(fm4,open).
stuck(lohb,closed).
stuck_at(fmc2_w28,fmc2_g11,1).
%%%%%%%%%%%%     GOALS     %%%%%%%%%%%%%

% Maneuver to be performed: plus_x

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

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

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

