-
Notifications
You must be signed in to change notification settings - Fork 14
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
Skip-optimality Problem #18
Comments
Hi @Jiawei-00, yes currently rtree is not used for selecting the least cost parent. As for your second question, there was an issue related to the initialisation-ordering in the code that causes the visualisation of the sampler not being used. The latest commit should have resolved it. |
Thank you very much for your help. My problems have been solved. Thank you again. |
Hi |
Not too sure but there shouldn't be any differences regardless of where the environment is in 2D or 6D. However, generally higher d takes much longer to optimise the cost. |
Thanks for your answer |
Hi |
Your paper mentioned that you have done this before.Could you give me some suggestions ? |
Hi
1.I am wonderingt that the parameter (use_rtree)in choose_least_cost_parent() function and rewire() funtion (RRT). Is it no longer necessary because we use numpy's calculation method?
2. When i run the informedrrt algorithm, the ellipse display of the graphic drawing does not appear as shown in the document. How can it be displayed?
I'm sorry to interrupt you from your busy schedule.
The text was updated successfully, but these errors were encountered: