NASA-AMMOS / aerie

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

Add a users guide to streamline resource framework #1494

Closed DavidLegg closed 3 months ago

DavidLegg commented 4 months ago

Description

This guide is meant to be a fairly condensed guide on how to use the streamline framework, organized primarily by worked example use cases, with some reference material.

The use cases were kindly provided by @bashbash, motivated by her early experience using Aerie with CADRE.

The only code change adds explicit support for "timer" style VariableClock resources, which tick down instead of up, through a few static methods. We could always get similar behavior from a stopwatch that ticked up to a positive time limit, but ticking down to zero is sometimes more intuitive.

Verification

N/A

Documentation

N/A

Future work

Continuing to aggregate explanations and worked examples. In particular,