MT-RRT
General purpose library for multithreaded Rapidly Random exploring Trees (by andreacasalino)
PathPlanning
Common used path planning algorithms with animations. (by zhm-real)
MT-RRT | PathPlanning | |
---|---|---|
1 | 2 | |
22 | 8,277 | |
- | 3.1% | |
0.5 | 0.0 | |
4 months ago | about 2 years ago | |
C++ | Python | |
- | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
MT-RRT
Posts with mentions or reviews of MT-RRT.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-03-20.
PathPlanning
Posts with mentions or reviews of PathPlanning.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-06-11.
-
Can you please recommend me some resources on D* algorithm?
There is also a github repo I starred a while back that has a good amount of path planning algorithms in python, D* included: https://github.com/zhm-real/PathPlanning
-
How to implement concurrent motion planning algorithms?
Do you need available algorithms in C++? Just Google "GitHub path planning algorithms C++". Otherwise, I do research on these algorithms and know about a good GitHub here: In Python. I recommend adding visualizations, random generator seeding, and unit tests that compare algorithms to make sure you've implemented them all correctly. Let me know if you need good papers, but in particular I like an RRT variant by Sidd Srinivasa's group from 2014. Original RRT papers are from LaValle
What are some alternatives?
When comparing MT-RRT and PathPlanning you can also consider the following projects:
motion_planning - Robot path planning, mapping and exploration algorithms
DonAINavigation - This plugin provides a 3D dynamic pathfinding system for use with Unreal Engine 4. It's primarly designed for Flying AI creatures based in dynamic or procedural worlds that need to solve complex pathfinding tasks.
multi_agent_path_planning - Python implementation of a bunch of multi-robot path-planning algorithms.
webots - Webots Robot Simulator
Dstar-lite-pathplanner - Implementation of the D* lite algorithm in Python for "Improved Fast Replanning for Robot Navigation in Unknown Terrain"