%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
stuck(rfm1,open).
stuck(rox345,open).
stuck(rx12,open).
stuck(rx345,closed).
has_leak(foha).
h(in_state(foha,open),0).
has_leak(ffm1).
h(in_state(ffm1,open),0).
has_leak(fom5).
h(in_state(fom5,open),0).
stuck(rhb,open).
%%%%%%%%%%%%     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).

