Path: Missions/LunarLanding
% Equality constraints for the landing for a 2D flat planet problem. The constraint is the terminal altitude and velocities. They must be zero. The function integrates the trajectory to find the values. -------------------------------------------------------------------------- Form: [cIn, cEq, s, t] = LandingConst2D( x, d ) -------------------------------------------------------------------------- ------ Inputs ------ x (:,1) [beta;dT] d (.) Data structure describing spacecraft model .hFinal (1,1) Final altitude ------- Outputs ------- cIn (1,1) Inequality contraints cEq (3,1) Equality constraints s (4,:) State t (1,:) Corresponding times --------------------------------------------------------------------------
SCPro: DynamicalModels/RHSPlanetTakeoff Math: Integration/RK4
Back to the Missions Module page