Path: LunarMissions/LunarCAD
% Generate lunar lander CAD model Generate a CAD model of a lunary lander. Creates power and mass reports of the model and exports it to OBJ. Loads RCS.mat for thruster data. Components in the model: GN&C ---- 1 IMU 6 Sun sensors 1 Star camera 1 Navigation camera Communications -------------- 2 Omni antenna 1 High gain antenna Power ----- 1 LiOn battery 2 Solar arrays Data processing --------------- 1 RAD 5545 processor (cPCI) 1 Interface board (cPCI) 1 Mass memory board (cPCI) 1 Command receiver (cPCI) 1 GPS receiver (cPCI) Structure --------- Composite frame Composite panels See also BuildCADModel, CreateReport, ExportOBJ, DrawCAD ------------------------------------------------------------------------ % -------------------------------------------------------------------------- Copyright (c) 2014 Princeton Satellite Systems, Inc. All rights reserved. --------------------------------------------------------------------------
AerospaceUtils: CAD/BuildCADModel AerospaceUtils: CAD/CreateBody AerospaceUtils: CAD/CreateComponent AerospaceUtils: CAD/CreateReport AerospaceUtils: CAD/ExportOBJ AerospaceUtils: ComponentModels/PanelFrame AerospaceUtils: ComponentModels/StarCameraBasicModel AerospaceUtils: ComponentModels/ThrusterCAD Demos: LunarCAD/LunarRCS LunarMissions: LunarMission/LandingLegsCAD Common: ComponentModels/ShapedStrut Common: Database/Constant Common: FileUtils/FileFullpath Common: Graphics/DrawCAD Common: Quaternion/Q2Mat Common: Quaternion/U2Q Common: Time/Date2JD Math: Linear/Unit
Back to the LunarMissions Module page