%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
stuck(ffhb,closed).
stuck(rm3,open).
has_leak(fom4).
h(in_state(fom4,open),0).
%%%%%%%%%%%%     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).

