Path: FormationFlying/SafeGuidance
% Find index values for separation, nominal and cross-track burns. % Usage: [kSep,kNom,kCT] = SafeGuidanceBurnData( dV, inside ); -------------------------------------------------------------------------- ------ Inputs ------ dV (3,N) Applied delta-v in SLO frame inside (1,N) Flag indicating whether the MAIN is inside region ------- Outputs ------- kSep (1,:) Indices where separation burn is applied kNom (1,:) Indices where nominal burn is applied kCT (1,:) Indices where nominal burn w/ cross-track is applied --------------------------------------------------------------------------
Math: Linear/Mag
Back to the FormationFlying Module page