%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
stuck(lm2,closed).
stuck(fm3,closed).
has_leak(rfi345b).
h(in_state(rfi345b,open),0).
has_leak(lom3).
h(in_state(lom3,open),0).
stuck(lfi345a,open).
stuck(lfi345a,open).
stuck(rm1,open).
stuck(fm3,open).
stuck(li12,open).
stuck(rm1,open).
%%%%%%%%%%%%     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).

