%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
has_leak(lox345).
h(in_state(lox345,open),0).
stuck(lm1,open).
stuck(fha,open).
stuck(rm3,closed).
stuck(lx12,closed).
stuck(ffm2,closed).
stuck(lohb,closed).
stuck(lom2,open).
stuck_at(fmc1_w60,fmc1_g10,1).
stuck_at(fmc2_w39,fmc2_g2,1).
stuck_at(fmc2_w41,fmc2_g4,1).
stuck_at(fmc1_w42,fmc1_g8,0).
stuck_at(fmc4_w60,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).

