%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
has_leak(foi12).
h(in_state(foi12,open),0).
stuck(lx12,closed).
stuck(rox12,closed).
stuck(lom3,closed).
stuck(fha,open).
stuck(lm4,closed).
has_leak(rom5).
h(in_state(rom5,open),0).
stuck(lfha,open).
stuck_at(fmc4_w16,fmc4_g9,0).
stuck_at(fmc3_w6,fmc3_g3,0).
stuck_at(fmc4_w54,fmc4_g1,0).
stuck_at(fmc2_w16,fmc2_g9,1).
stuck_at(fmc2_w28,fmc2_g8,0).
%%%%%%%%%%%%     GOALS     %%%%%%%%%%%%%

% Maneuver to be performed: plus_roll
goal(T,fwd_rcs) :- time(T),
                   h(maneuver_of(plus_roll,fwd_rcs),T).

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

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

