%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
stuck(ri345b,open).
stuck(lox12,closed).
stuck(fom2,closed).
stuck(fi345,closed).
has_leak(lfi345a).
h(in_state(lfi345a,open),0).
stuck_at(fmc3_w4,fmc3_g1,1).
stuck_at(fmc3_w53,fmc3_g3,1).
stuck_at(fmc4_w29,fmc4_g11,0).
%%%%%%%%%%%%     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).

