whoenig/libMultiRobotPlanning
Library with search algorithms for task and path planning for multi robot/agent systems observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3222
- days_rel: n/a
- days_push: 1119
- n_releases_24m: 0
Adoption not part of the score
1030 stars · 238 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A C++14 header-style library providing highly templated search algorithms for multi-robot/agent task and path planning. It implements single-agent planners (A*, focal search, SIPP), multi-agent planners (CBS, ECBS, CBS-TA, ECBS-TA), and assignment algorithms, with examples and benchmarks.
Use cases
- plan collision-free paths for multiple robots or agents
- compute optimal task assignments across a fleet of agents
- run conflict-based search (CBS/ECBS) for multi-agent pathfinding
- plan paths with safe intervals using SIPP
- solve minimum sum-of-cost assignment problems
- prototype and benchmark multi-robot planning algorithms in C++
When to choose
- you need proven MAPF algorithms like CBS, ECBS, or CBS-TA in C++
- you want high-performance, templated planning code you can embed in a robot stack
- you need both path planning and task assignment in one library
- you want example code and benchmarks to compare planning algorithms
When to avoid
- you need a ready-to-run robotics middleware or full motion planner rather than search algorithms
- your project is not in C++ or cannot interoperate with C++14 code
- you need dynamic replanning under real-world sensor uncertainty out of the box
- you want a maintained GUI or visualization tool (only simple Python visualizers are provided)
Facets
library · maturity stable
simulation math robotics robotics simulation cpp cross-platform multi-robot-planning path-planning task-assignment mapf conflict-based-search a-star sipp c++14 templated-library algorithms linux
1 source
- readme: https://github.com/whoenig/libMultiRobotPlanning · fetched 2026-08-28 · 967ed372cfc4
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| whoenig/libMultiRobotPlanning | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="whoenig/libMultiRobotPlanning")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem