NASA-AMMOS / aerie

A software framework for modeling spacecraft.
https://nasa-ammos.github.io/aerie-docs/
MIT License
73 stars 19 forks source link

Stateless Aerie - Simulation #1536

Closed Mythicaeda closed 2 months ago

Mythicaeda commented 3 months ago

Description

Adds three packages:

Verification

Unit tests were added that the orchestration works as expected. Reference JSONs of simulation results for tests were manually validated.

Documentation

Docs need to be created for the new JSON schemas: Sim Configs, Sim Results.

Future work

Integration with Procedural Scheduling. Further work to extract more common types into type-utils and common parsers into a parsing-utils-type package.