Rapidlyexploring
Rapidlyexploring is a term used to describe a class of probabilistic motion planning methods designed to find feasible paths for robots in high-dimensional, continuous configuration spaces. The most common embodiment is the rapidly-exploring Random Tree (RRT). The central idea is to grow a tree of configurations by repeatedly sampling random configurations from the space, locating the nearest node in the tree, and extending toward the sample if the resulting path is collision-free. The random sampling drives rapid exploration of large or cluttered spaces, helping to locate feasible trajectories even when deterministic search methods struggle. The basic approach is probabilistically complete: if a solution exists, the probability of finding one approaches one as the number of samples increases.
The concept originated with Steven M. LaValle and J. J. Kuffner Jr., who introduced Rapidly-exploring Random
Applications of rapidly-exploring methods span robotics, autonomous vehicles, and computer animation, particularly in complex environments where
Limitations include potential suboptimality for the basic RRT and sensitivity to parameters such as step size