amosproj / amos2022ss03-turtlebot-fleet-management

MIT License
0 stars 1 forks source link

[FMS] Order delegator thread #139

Open UmangBR opened 2 years ago

UmangBR commented 2 years ago

User story

  1. As a SD
  2. I want to develop an order delegator thread
  3. So that I can manage a global queue of orders and delegate them to an available AGV. If the AGV is currently not at the start node, an additional relocation order will be issued first.

Acceptance criteria

Definition of done (DoD)

DoD general criteria

nmarkert commented 1 year ago

Now there is one thread which distributes incoming orders to the agvs. And for each agv there is an own thread which takes care of the processing of the assigned orders.