LandingCost2DONS:

Path: OpticalNavigation/Optimization

% Cost for the landing for a 2D flat planet problem.
   The cost is the total time for the maneuver.
   This is computed from the decision variable.
--------------------------------------------------------------------------
   Form:
   cost = LandingCost2DONS( x, ~ )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   x       (:,1)   [beta;dT]
   d        (.)    Data structure describing spacecraft model

   -------
   Outputs
   -------
   cost    (1,1)   Total time

--------------------------------------------------------------------------

Back to the OpticalNavigation Module page