#645 · Primary category: Education & Research

PathPlanning

anytime-dstar anytime-repairing-astar astar batch-informed-trees dstar dstar-lite dynamic-rrt extended-rrt fast-marching-trees informed-rrt-star learning-realtime-astar lifelong-planning-astar path-planning realtime-adaptive-astar rrt rrt-connect rrt-star rrt-star-smart

Common used path planning algorithms with animations.

Project last updated:02/06/23

GitHub Stars

9.3K

Forks

1.8K

Contributors

4

License

MIT

Why we included this project

Students and researchers working on robot navigation will get real value out of this one. It collects the two main branches of motion planning in one Python repo: search-based methods such as A*, D Lite, and LPA*, plus sampling-based ones like RRT, RRT*, and their informed variants. Every algorithm comes with an animation that shows the search as it runs, which makes the trade-offs between approaches much clearer than working through the papers on your own. A linked list of the source papers lets you trace each implementation back to its origin, so the project works as a teaching aid and as a quick reference when you are deciding which planner fits a given problem. The routines are short and readable, so they also make a good starting point before you move an idea into a full planning stack.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category