You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement RRT incorporating an arbitrary number of trees besides trees growing from the start and goal.
The tree structure already allows for multiple trees, but RRT must be modified to allow for extra trees.
The text was updated successfully, but these errors were encountered:
This issue pertains to allowing multiple trees, not multiple paths.
If you do in fact want multiple different paths, you could try simply running things multiple times, or perhaps skipping the pruning step and selecting multiple paths from the full tree. However, this would result in the paths being less direct that the pruned path.
Implement RRT incorporating an arbitrary number of trees besides trees growing from the start and goal.
The tree structure already allows for multiple trees, but RRT must be modified to allow for extra trees.
The text was updated successfully, but these errors were encountered: