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

[Planning] Create RRT and PRM planners #1

Closed
sea-bass opened this issue May 8, 2022 · 0 comments · Fixed by #5
Closed

[Planning] Create RRT and PRM planners #1

sea-bass opened this issue May 8, 2022 · 0 comments · Fixed by #5
Assignees
Labels
planning Task and motion planning issues/features

Comments

@sea-bass
Copy link
Owner

sea-bass commented May 8, 2022

This issue addresses the need to implement standard sampling-based planners, namely RRT and PRM.

RRT will be particularly interesting in that it will define a difference between a global multi-query planner (like the existing search graph + the upcoming PRM), and a per-robot, single-query planner such as RRT.

RRT will also be helpful in later integration of task and motion planning (TAMP) as a way to sample instances of motion plans from a start to a goal pose.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
planning Task and motion planning issues/features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant