Astro
v0.0.0
A C++ library for space dynamics
|
Astro
is a library for orbital mechanics and spacecraft dynamics. This is a refactored version of the original library developed by Enrico Bertolazzi (University of Trento, Department of Industrial Engineering).
Are you looking for the online documentation? Visit this link!
Astro
carries a set of minimal dependencies. Here's what you need to get started:
C++17
supportCMake
>= 3.10Eigen3
>= 3.4.0Matplot++
>= 1.2.0 for plotting (optional).Sandals
ODEs/DAEs C++17 integrator library (optional)The Matplot++
library is optional and only required if you want to plot the results of your simulations and is currently used to plot the results of some tests. Similarly, the Sandals
library is optional and only required if you want to integrate ODEs/DAEs in your simulations.
Aka...
The Astro
project is distributed under the BSD 2-Clause License - see the LICENSE file for details.
Here's what the license entails: