Skip to main content

Module rrt_star

Module rrt_star 

Source
Expand description

RRT* (Rapidly-exploring Random Tree Star) path planning algorithm

An optimized version of RRT that rewires the tree to find shorter paths.

Structsยง

Node
Internal node for RRT* tree
RRTStar