zhm-real/PathPlanning
Common used path planning algorithms with animations. 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: 2269
- days_rel: n/a
- days_push: 1304
- n_releases_24m: 0
Adoption not part of the score
9345 stars · 1770 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A Python collection of common robotics path planning algorithms, covering search-based methods (Dijkstra, A* and variants, D* Lite) and sampling-based methods (RRT family, FMT*, BIT*), each with animated visualizations. It serves as an educational reference with links to the underlying papers.
Use cases
- learn how A* and its variants work with visual animations
- compare RRT, RRT* and informed RRT* implementations
- prototype path planning for a robot navigation project
- study D* Lite and replanning algorithms for dynamic environments
- find reference implementations of sampling-based motion planners
- teach path planning algorithms in a robotics course
When to choose
- you want readable, educational implementations of classic planners with visual feedback
- you need a reference to compare against your own planner implementation
- you are studying or teaching search-based and sampling-based planning algorithms
When to avoid
- you need a production-grade, performant planner for a real robot
- you need 3D planning or integration with ROS out of the box
- you need actively maintained code with new features
Facets
library · maturity maintenance
simulation developer-tools data-visualization robotics simulation education python cross-platform path-planning astar rrt motion-planning robotics-algorithms animations search-algorithms sampling-based-planning algorithms
2 sources
- readme: https://github.com/zhm-real/PathPlanning · fetched 2026-08-28 · 01bb68d1e0d3
- homepage: https://github.com/zhm-real/PathPlanning · fetched 2026-08-29 · e0bd27458b6d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| zhm-real/PathPlanning | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="zhm-real/PathPlanning")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem