%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
stuck(rm3,closed).
stuck(rm1,closed).
stuck(rm3,open).
has_leak(fom1).
h(in_state(fom1,open),0).
stuck(rom3,closed).
stuck(ffi12,open).
has_leak(lfm1).
h(in_state(lfm1,open),0).
stuck(fm5,closed).
%%%%%%%%%%%%     GOALS     %%%%%%%%%%%%%

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

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

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

