jeanmarcalkazzi / grid-pathfinding

A simple graph library with single-agent pathfinding algorithms for research use

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grid Pathfinding

MIT License test

A simple graph library with single-agent pathfinding algorithms, used in my research projects, e.g., time-independent-planning, mapf-IR. It is written in C++(17) with CMake (≥v3.16) build. For usage, see examples.

map format: Pathfinding Benchmarks

Licence

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

Author

Keisuke Okumura is a Ph.D. student at the Tokyo Institute of Technology, interested in controlling multiple moving agents.

About

A simple graph library with single-agent pathfinding algorithms for research use

License:MIT License


Languages

Language:C++ 95.6%Language:CMake 4.4%