Path: FormationFlying/DataStructures
% Initialize a team goals data structure. -------------------------------------------------------------------------- Form: tG = TeamGoals_Structure( nU ); -------------------------------------------------------------------------- ------ Inputs ------ nU (1) Number of unique states (also equal to number of geometric goal structures and number of constraint structures) ------- Outputs ------- tG (.) Team goals data structure with fields: - teamID - nU - geometry - constraints - dPhi --------------------------------------------------------------------------
FormationFlying: DataStructures/Constraints_Structure FormationFlying: DataStructures/Geometry_Structure
Back to the FormationFlying Module page