Brad Clement
Brad Clement
SRL still wants these and, in particular, the second bullet about dynamic control of time display. Happy to go over ideas of what that could look like. @AaronPlave @joswig @dandelany...
#1689 overlaps with this
After learning more, I think this might be fixed by changing the default values used when the `DEFAULT_ROLE` and maybe other environment variables are not set: https://github.com/NASA-AMMOS/aerie-gateway/blob/develop/docs/ENVIRONMENT.md
Recommendations for fixing: Don't refresh when changing permission roles; else, preserve changes made to the view or anything else. Always have the current view saved (no matter the role) so...
Discussion thread in slack: https://jpl.slack.com/archives/C0163E42UBF/p1729797533146809
> if your custom id is larger than the largest generated id, it creates the possibility that a future activity insert will error out with a uniqueness violation. What if...
Theresa explained elsewhere that the directive IDs are shared in plan branch/merge such that they need to be unique across plans. Given that, the IDs included in a plan download...
Oh, uh I now see the more specific error message now: `Error: field 'goal_invocation_id' not found in type: 'scheduling_model_specification_goals_bool_exp'` If it's user error, it's not obvious to me. I did...
Don't know if this is related, but my mission model uses a jar file from an example model (`aerie-multimission-models-bb`), which has its own scheduling goal jars, which I did not...
@adrienmaillard @mattdailis @srschaffJPL , incremental sim caches a `SimulationFacade` for each plan seen by a scheduling worker. Should it use `CheckpointSimulationFacade`s? Or, should we create a separate facade class for...