NASA-AMMOS / aerie-ui

The client application for Aerie.
https://nasa-ammos.github.io/aerie-docs/
MIT License
29 stars 6 forks source link

SeqN Add activate and load to immediate_commands #1527

Open goetzrrGit opened 3 weeks ago

goetzrrGit commented 3 weeks ago

Allow activate and load to be used in the @immediate section of a seqN, enabling the generation of 'immediate_activate' and 'immediate_load' in the SeqJson defined by this ticket: https://github.com/NASA-AMMOS/seq-json-schema/issues/25. This would result in the following syntax:

@immediate
load('seq_name')
activate('seq_name')
dandelany commented 2 weeks ago

There is a PR for this in the schema repo here: https://github.com/NASA-AMMOS/seq-json-schema/pull/26

Todo list for release:

cartermak commented 1 week ago

Re: jpl-sequence, that shouldn't be a blocker to this feature.