FFEccEstimateCost:

Path: FormationFlying/Guidance

% Estimate the weighted cost to achieve all specified unique target states

   Since version 7.
--------------------------------------------------------------------------
   Usage:
   costEstimate = FFEccEstimateCost( el0, xH0, teamGoals, memID, window, weight, nSPO );
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   el0          (1,6)  Initial elements of reference orbit [a,i,W,w,e,M]
   xH0          (6,1)  Initial relative state in Hills frame
   teamGoals     (.)   Team goals data structure defining desired relative motion for team
   memID         (1)   Unique member ID
   window        (1)   Time window data structure
   weight        (1)   Scalar weight to be applied to all costs for this spacecraft
   nSPO          (1)   Number of samples to use per orbit for LP algorithm

   -------
   Outputs
   -------
   costEstimate  (.)   Data structure including weighted cost to achieve 
                          all specified unique target states.
   nuOpt         (M)   True anomaly at maneuver end time corresponding to
                          the minimum cost solution. One for each fixed state.
   
--------------------------------------------------------------------------

Children:

FormationFlying: Coord/CirclePhase
FormationFlying: DataStructures/Constraints_Structure
FormationFlying: DataStructures/Geometry_Structure
FormationFlying: DataStructures/TeamGoals_Structure
FormationFlying: EccDynamics/FFEccDH
FormationFlying: EccDynamics/FFEccGoals
FormationFlying: EccDynamics/FFEccLinOrb
FormationFlying: EccDynamics/FFEccProp
FormationFlying: EccDynamics/FFEccRMat
FormationFlying: EccDynamics/FFEccYExt
EccDynamics: Derivatives/FFEccDDY
EccDynamics: Derivatives/FFEccDY
FormationFlying: Guidance/SetupAssignmentProblem
FormationFlying: LP/LPEccentric
FormationFlying: Transformation/FFEccGoals2Hills
FormationFlying: Utility/Nu2TimeDomain
FormationFlying: Utility/NuDot
FormationFlying: Visual/FFEccAnalyzeShape
SC: BasicOrbit/E2M
SC: BasicOrbit/E2Nu
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
Common: CommonData/SwooshWatermark
Common: Control/C2DZOH
Common: General/CellToMat
Common: General/DispWithTitle
Common: General/MatToCell
Common: General/Watermark
Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/PltStyle
Math: Analysis/Simplex
Math: Analysis/Simplex2
Math: Linear/DupVect
Math: Linear/InvP
Math: Linear/Mag
Math: Solvers/NewtRaph
Math: Trigonometry/UnwrapPhase
Math: Trigonometry/WrapPhase

Back to the FormationFlying Module page