Path: Missions/LunarMission
% Generates an Apollo lunar landing trajectory. Type ApolloTrajectory for a demo. -------------------------------------------------------------------------- Form: [r, v, a] = ApolloTrajectory( rTG, vTG, aTG, rG, vG, t ) -------------------------------------------------------------------------- ------ Inputs ------ rTG (3,1) R target (m) vTG (3,1) V target (m/s) aG (3,1) Acceleration target(m/s^2) rTG (3,1) R start (m) vTG (3,1) V start (m/s) t (1,:) Time (s) ------- Outputs ------- r (3,:) Position (m) v (3,:) Velocity (m/s) a (3,:) Acceleration (m/s^2) -------------------------------------------------------------------------- Reference: Klumpp, A. R. "Apollo Lunar Descent Guidance," Automatica, Vol. 10, pp. 133-146, Pergamon Press, 1974. --------------------------------------------------------------------------
AC: ACData/ACTConstants SC: SCData/sCTConstants Common: CommonData/Constants Common: CommonData/SwooshWatermark Common: CommonData/xSplashSmall Common: Database/Constant Common: General/CellToMat Common: General/DeleteCell Common: General/MatToCell Common: General/Watermark Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/PltStyle
Back to the Missions Module page