Govur University Logo
--> --> --> -->
...

When using RRT* for path planning, what feature allows the algorithm to converge toward an optimal path rather than just finding any feasible path?



The feature that allows RRT* to converge toward an optimal path is the rewiring process, which is complemented by the neighborhood search mechanism. In standard RRT, once a new node is added to the tree, it remains connected to its parent permanently. RRT* improves on this by performing two distinct steps whenever a new node is added. First, it identifies....

Log in to view the answer



Community Answers

Sign in to open profiles and full community answers.

No community answers yet. Be the first to submit one.

Redundant Elements