Path: FormationFlying/Initialize
% Collision detection simulation data structure. Set up a DFF simulation data structure to demonstrate collision detection by the Collision Monitoring agent. All inputs are optional -------------------------------------------------------------------------- Form: sim = CollisionDetectSimStruct( el, nOrbits, nSC, jD, ideal ); -------------------------------------------------------------------------- ------ Inputs ------ el (n,:) Initial element set for all spacecraft. nOrbits (1) Number of orbits simulation will last. nSC (1) Number of spacecraft to simulate. jD (1) Julian date at start of simulation. ideal (1) Flag indicating whether to use ideal actuation. ------- Outputs ------- sim (.) Simulation data structure, input to DFFSimulation --------------------------------------------------------------------------
AC: ACData/ACTConstants FormationFlying: Coord/GetHillsMats FormationFlying: Coord/ProjLine FormationFlying: Transformation/ECI2Hills Orbit: GravityModels/LoadGravityModel SC: BasicOrbit/CP2I SC: BasicOrbit/E2M SC: BasicOrbit/E2Nu SC: BasicOrbit/El2RV SC: BasicOrbit/M2E SC: BasicOrbit/M2EApp SC: BasicOrbit/M2EEl SC: BasicOrbit/M2EHy SC: BasicOrbit/M2Nu SC: BasicOrbit/M2NuPb SC: BasicOrbit/Nu2E SC: BasicOrbit/Nu2M SC: BasicOrbit/OrbRate SC: BasicOrbit/RV2El SC: SCData/sCTConstants Common: CommonData/Constants Common: CommonData/SwooshWatermark Common: CommonData/xSplashSmall Common: Database/Constant Common: General/CellToMat Common: General/DeleteCell Common: General/DispWithTitle Common: General/MatToCell Common: General/Watermark Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/PltStyle Common: Time/JD2000 Math: Linear/Cross Math: Linear/Dot Math: Linear/DupVect Math: Linear/Factorl Math: Linear/Mag
Back to the FormationFlying Module page