.. _examples: Example Scripts =============== To learn how to use Basilisk it is often convenient to study sample scripts and see how they were implemented. Below are a series of example Basilisk scripts grouped by topics and complexity. In each script the primary simulation is executed by the ``run`` method. The reader can learn from this implementation and the numerous associated in-line comments. The first sections illustrate how to setup simple spacecraft simulations and then the following sections begin to add more complexity. The example script source code can be viewed directly within the browser by clicking on the Source link next to the ``run`` method name as shown in the image below: .. image:: /_images/static/scenarioSourceLink.png :width: 1316px :height: 106px :scale: 50% :alt: scenario python source link :align: center The python code contains additional comments to explain what is being setup and tested here. The example instructions are all stored as extensive comments within the python script. Read the script source to study how this example functions. Orbital Simulations ------------------- .. toctree:: :maxdepth: 1 Basic Orbit Simulations Delta_v Orbit Maneuvers Multiple Gravitational Bodies Defining Motion Relative to Planet Simulating Trajectory about Multiple Celestial Bodies Attitude Simulations -------------------- Attitude Regulation Control ^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. toctree:: :maxdepth: 1 Inertial Attitude Pointing Using Separate Task Group for Control Basic Attitude Pointing in Deep Space Complex Attitude Pointing in Deep Space Attitude Guidance ^^^^^^^^^^^^^^^^^ .. toctree:: :maxdepth: 1 Hill Frame Pointing on Elliptic Orbit Velocity Frame Pointing on Hyperbolic Orbit Attitude Control with Actuators ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. toctree:: :maxdepth: 1 Pointing with Reaction Wheels Pointing with Attitude Thrusters Attitude Steering Control ^^^^^^^^^^^^^^^^^^^^^^^^^ .. toctree:: :maxdepth: 1 MRP Steering Law Complex Spacecraft Dynamics Simulations --------------------------------------- .. toctree:: :maxdepth: 1 Fuel Slosh Flexible (Hinged) Panels Planetary Environments ---------------------- Magnetic Field Models ^^^^^^^^^^^^^^^^^^^^^ .. toctree:: :maxdepth: 1 Centered Dipole Model World Magnetic Model WMM Spacecraft Sensors ------------------ Coarse Sun Sensors ^^^^^^^^^^^^^^^^^^ .. toctree:: :maxdepth: 1 Adding CSS Sensors Estimating Sun Heading with CSS Three-Axis Magnetometers ^^^^^^^^^^^^^^^^^^^^^^^^ .. toctree:: :maxdepth: 1 Adding a Three-Axis Magnetometer (TAM) Spacecraft Sub-Systems ---------------------- Power Sub-System ^^^^^^^^^^^^^^^^ .. toctree:: :maxdepth: 1 Basic Power Usage and Tracking Data Sub-System ^^^^^^^^^^^^^^^^ .. toctree:: :maxdepth: 1 Basic Data Generation and Transmission bskSim()-Based Simulation ------------------------- .. toctree:: :maxdepth: 1 Basic Orbital Simulation Attitude Detumble Control Hill Pointing Attitude Control Velocity Frame Pointing Control MRP Steering Attitude Control Sun Pointing Mode Include Eclipse Evaluation Monte Carlo Simulations ----------------------- .. toctree:: :maxdepth: 1 MC run with RW control MC run using Python Spice setup MC run using BSK Sim Framework MC rerun using prior MC run parameters MC Plotting using datashaders and bokeh Spacecraft Formation Flying --------------------------- Formation Flying Dynamics ^^^^^^^^^^^^^^^^^^^^^^^^^ .. toctree:: :maxdepth: 1 Two-Spacecraft Formation using BskSim Basic Servicer/Debris Simulation Formation Flying Control ^^^^^^^^^^^^^^^^^^^^^^^^ .. toctree:: :maxdepth: 1 Relative Pointing Control Advanced Simulation Options --------------------------- .. toctree:: :maxdepth: 1 Setting Type of Integrator Using a Python BSK Module Changing the bskLog Verbosity from Python Advanced Visualizations ----------------------- Live Plotting ^^^^^^^^^^^^^ .. toctree:: :maxdepth: 1 Regular Basilisk simulation using Live Plotting bskSim Basilisk simulation using Live Plotting Interfacing with Vizard ^^^^^^^^^^^^^^^^^^^^^^^ .. toctree:: :maxdepth: 1 Live Streaming to Vizard Pointing a Vizard Camera