Skip to content

Implementation of RRT+#99

Open
alexander-jiang wants to merge 21 commits intoompl:mainfrom
alexander-jiang:implement_rrt_plus
Open

Implementation of RRT+#99
alexander-jiang wants to merge 21 commits intoompl:mainfrom
alexander-jiang:implement_rrt_plus

Conversation

@alexander-jiang
Copy link
Copy Markdown

So far, I have an implementation of RRT+ that defines a constrained sampler to do prioritized sampling based on constrained subspaces in compound state spaces and uses the timing functions in ompl/util/Time.h to limit the amount of time spent on each subsearch. However, the implementation is unable to replicate the results published in Xanthidis et al. (arXiv:1612.07333 [cs.RO]), and in fact, the implementation only seems to generate approximate solutions in the kinematic chain benchmark test that I ran, suggesting a fundamental bug (perhaps related to the goal-biasing code that I commented out in the solve method?).

Base automatically changed from master to main March 12, 2021 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant