amosproj / amos2022ss03-turtlebot-fleet-management

MIT License
0 stars 1 forks source link

[FMS] Implement collision avoidance for multiple robots #99

Open Jonas-Petersen opened 2 years ago

Jonas-Petersen commented 2 years ago

User story

  1. As a SD
  2. I want / need to implement the collsion avoidance with help of base and horizon
  3. So that we can have multiple turtlebots on the course without collisions

Maybe use base and horizon as Jörg mentioned

Acceptance criteria

Definition of done (DoD)

DoD general criteria

cat24max commented 2 years ago

We technically now support multiple robots without collision, but the algorithm is not very smart or efficient. If the paths of 2 orders collide, one has to wait completely. The entire path is locked at once.