Path: FormationFlying/DataStructures
% Initialize a maneuver data structure.
Since version 7.
--------------------------------------------------------------------------
Form:
mvr = Maneuver_Structure( n );
--------------------------------------------------------------------------
------
Inputs
------
none
-------
Outputs
-------
mvr (.) Maneuver data structure with fields:
- achieve
- nBurns
- burnData
- t0
- tF
- iD
--------------------------------------------------------------------------
FormationFlying: DataStructures/BurnData_Structure
Back to the FormationFlying Module page