scenarioCentralBody
Overview
This script sets up a basic spacecraft in orbit about Earth. One option uses earth.isCentralBody = True
and the other uses isCentralBody = False
. The nuances of spacecraft position and velocity I/O in these cases are
demonstrated.
The script is found in the folder basilisk/examples
and executed by using:
python3 scenarioCentralBody.py
Note
This script is a good reference for configuring the following modules:
Illustration of Simulation Results
Running this example script will yield the following results.
show_plots = True, useCentral = False
show_plots = True, useCentral = True