mapf-visualizer icon indicating copy to clipboard operation
mapf-visualizer copied to clipboard

Visualizer in Julia

Open gdalle opened this issue 7 months ago • 4 comments

Hi, thank you for all your awesome work on MAPF! I just wanted to mention that I coded a MAPF instance/solution visualizer in Julia as part of my research projects. It is available at MultiAgentPathFinding.jl (as of version 0.5), and here's a little demo of what the result looks like:

https://github.com/user-attachments/assets/c5928247-a892-4213-b96d-ac28cb3f39be

Hope it can be useful to somebody!

gdalle avatar Jul 03 '25 07:07 gdalle

The project looks cool. I really like Julia!

Perhaps you can add PIBT, the default planner for the MAPF competition (LoRR). Here is a toy Python example. https://github.com/Kei18/pypibt/

Kei18 avatar Jul 03 '25 08:07 Kei18

Indeed, at the moment I only have independent shortest paths and prioritized planning as algorithms in there, but I could use your Python bindings to provide more sophisticated algorithms. Opened an issue to keep track of that: https://github.com/gdalle/MultiAgentPathFinding.jl/issues/28

gdalle avatar Jul 03 '25 08:07 gdalle

What is LoRR?

gdalle avatar Jul 03 '25 08:07 gdalle

You can check: https://www.leagueofrobotrunners.org/

Kei18 avatar Jul 03 '25 08:07 Kei18