%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
stuck(rfm3,open).
stuck(foha,closed).
has_leak(ffi12).
h(in_state(ffi12,open),0).
stuck(fhb,open).
has_leak(rfi345b).
h(in_state(rfi345b,open),0).
stuck(lm1,open).
has_leak(lfx12).
h(in_state(lfx12,open),0).
has_leak(rfi345b).
h(in_state(rfi345b,open),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).

