Path: Missions/LunarLanding
% Spacecraft control during landing. This implements a spacecraft control system for landing. -------------------------------------------------------------------------- Form: d = LunarLandingControl; % default data [d,dRHS] = LunarLandingControl( x, t, dRHS, d ) -------------------------------------------------------------------------- ------- Inputs ------- x (20,1) State vector [r;v;q;w;m;inertia] % (km,km/s,,rad/s,kg,kg-m^2) t (1,1) Time (s) dRHS (.) Data structure for the simulation. See RHSLunarLander d (.) Data structure for the controller ------- Outputs ------- d (.) Data structure for the controller dRHS (.) Data structure for the simulation. --------------------------------------------------------------------------
SCPro: Landers/LandingControlBilinear SCPro: ProControl/PID3Axis Common: Control/PIDMIMO Common: Quaternion/QTForm Common: Time/Date2JD Math: Linear/Mag Math: Linear/Unit
Back to the Missions Module page