%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
has_leak(rohb).
h(in_state(rohb,open),0).
stuck(li345a,closed).
stuck(ffi345,closed).
stuck(lhb,open).
stuck(lm1,closed).
stuck_at(fmc3_w41,fmc3_g4,0).
stuck_at(fmc2_w41,fmc2_g4,0).
stuck_at(fmc3_w6,fmc3_g4,0).
%%%%%%%%%%%%     GOALS     %%%%%%%%%%%%%

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

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

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

