Skip to content
/ pibt2 Public

Priority Inheritance with Backtracking for Iterative Multi-agent Path Finding (AIJ-22)

License

Notifications You must be signed in to change notification settings

Kei18/pibt2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-agent Path Finding Simulator

Tested on OSX 10.15

Demo

MAPF

MAPF

Building

Visualizer

The visualization relies on openFrameworks. You need to install openFrameworks beforehand and export OF_ROOT of your environment.

export OF_ROOT={your openFrameworks directory}

Then, at the project directory, run as;

cd visualize/
make
cd ..
chmod +x ./visualize.sh

Usage

Licence

This software is released under the MIT License, see LICENSE.txt.

Notes

There is a previous version of this simulator, however, the new one is simple and fast, e.g., PIBT is speedup almost 3 times.

Author

Keisuke Okumura is a Ph.D. candidate at Tokyo Institute of Technology, working on multiple moving agents.