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



Redundant Elements