aidotse / PASEOS

PASEOS - PAseos Simulates the Environment for Operating multiple Spacecraft
GNU General Public License v3.0
36 stars 8 forks source link

Allow other central bodies #60

Closed gomezzz closed 1 year ago

gomezzz commented 1 year ago

Feature

Desired Behavior / Functionality

Currently only the Earth is available as a hard-coded central body. We'll need more flexibility :)

What Needs to Be Done

How Can It Be Tested

gomezzz commented 1 year ago

Maybe interesting to make this show how to integrate orekit, similar to

https://gitlab.orekit.org/orekit-labs/python-wrapper/-/blob/master/examples/Propagation.ipynb or https://gitlab.orekit.org/orekit-labs/python-wrapper/-/blob/master/examples/Example_numerical_prop.ipynb

Also might make sense to make a dynamics subfolder since this part is getting complex