%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
stuck(lom3,closed).
has_leak(fom1).
h(in_state(fom1,open),0).
stuck(rx12,closed).
stuck(li345a,open).
stuck(rm5,closed).
stuck(fom1,closed).
stuck(rm1,closed).
has_leak(roi12).
h(in_state(roi12,open),0).
stuck(fm1,closed).
stuck(ri345a,open).
%%%%%%%%%%%%     GOALS     %%%%%%%%%%%%%

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

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

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

