amosproj / amos2022ss03-turtlebot-fleet-management

MIT License
0 stars 1 forks source link

[FMS] Active order critical path calculation function #140

Open UmangBR opened 2 years ago

UmangBR commented 2 years ago

User story

  1. As a SD
  2. I want to develop an active order critical path calculation function to take an order (list of nodes) and look at all other orders currently active (on other AGVs). If these node lists are not disjunct, the critical path should be returned.
  3. So that I can prevent deadlocks.

Acceptance criteria

Definition of done (DoD)

DoD general criteria

nmarkert commented 2 years ago

Implemented the next_node_critical_path_membership function, which searches for intersections of a given order with the other current orders, in order to be able to identify the critical path.