Skip to content

discussions Search Results · topic:nasa org:NASA-AMMOS fork:true

59 results
 (102 ms)

59 results

inNASA-AMMOS (press backspace or delete to remove)

When the scheduler does not know the expected duration of an activity, and yet it needs to schedule it with certain temporal constraints, it performs root finding (for an illustration see the last few ...

Table of Contents 1. Context and scope 2. Goals and non-goals 3. Design overview 1. Default permissions 2. System context diagram 3. Implementing permissions 4. API client implications ...

This issue lead to a discussion between @mattdailis, @camargo and myself about the architecture of our Postgres instance and why we chose to divide it into several databases as opposed to using several ...

I have found two issues affecting the correctness of the scheduling engine. Basically, we are underestimating how flexible the behavior of an activity can be. (1) We go through each goal only once. Let ...

- Participants: @mattdailis @adrienmaillard @bashbash @JoelCourtney @Mythicaeda @camargo - Scribe: @mattdailis - Agenda: - Overview of current scheduler flow to get on the same page - ...

Hello! I m writing as part of a team working on building a mission operations toolkit and came across Aerie recently. The first aspect which was not entirely clear to me is how does Aerie access and store ...

Currently, simulations are claimed as follows: - The simulate action inserts a row into simulation_dataset - A trigger issues a NOTIFY to simulation_notification - Each worker adds the notification ...

Integrating AI tools into the development workflow has been a topic that has gained a lot of attention recently. This may be a good opportunity to assess how/if these tools can be leveraged on projects ...

Notes from demo on 3/17/23 - Add name for anchored activity to tooltip, right now we just show id - make groups of activity directives and spans more clearly separated, suggestion to include more ...
  • lklyneposted
    on Mar 17, 2023
  • 0

Elevator Pitch Goals and constraints essentially just implement a very basic interface, either SimulationResults - List Violation for constraints or SimulationResults - List Conflict for goals. The ...