Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for multiple trees #11

Open
SZanlongo opened this issue Feb 28, 2018 · 2 comments
Open

Allow for multiple trees #11

SZanlongo opened this issue Feb 28, 2018 · 2 comments

Comments

@SZanlongo
Copy link
Member

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.

@Sashank172001
Copy link

Could you please let me know what changes have to be made to the code to get multiple rrt paths

@SZanlongo
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants