Skip to content

Added RRT Algorithm#317

Open
shikha-16 wants to merge 1 commit into
Developer-Student-Clubs-VSSUT-Burla:mainfrom
shikha-16:main
Open

Added RRT Algorithm#317
shikha-16 wants to merge 1 commit into
Developer-Student-Clubs-VSSUT-Burla:mainfrom
shikha-16:main

Conversation

@shikha-16

Copy link
Copy Markdown

Rapidly-exploring Random Trees for Robot Path Planning
A robot is attempting to navigate its path from the start point to a specified goal region, while avoiding the set of all obstacles.

In RRT, points are randomly generated within a specified radius and connected to the nearest existing node. Each time a node is created, we check that it lies outside of the obstacles. Furthermore, chaining the node to its closest neighbor must also avoid obstacles. The algorithm ends when a node is generated within the goal region, or a limit is hit.

For issue #300 under gssoc'21

@shikha-16

Copy link
Copy Markdown
Author

@rcoder23 please review

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