You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we only have a header autocoder for standard models. We should add an autocoder for a model list to keep a consistent interface and allow for documentation generators to be written.
An example yaml could look something like this:
name: SatelliteTruth
type: ModelList
comment: >
Simulates the truth state of a single satellite.
args:
- prefix
- satellite
models:
- name: OrbitGnc
type: Orbit
args:
- "{prefix}"
- "{satellite}"
- ...
params:
- ...
adds:
- ...
gets:
- ...
The text was updated successfully, but these errors were encountered:
Currently, we only have a header autocoder for standard models. We should add an autocoder for a model list to keep a consistent interface and allow for documentation generators to be written.
An example yaml could look something like this:
The text was updated successfully, but these errors were encountered: