rapidexploring
Rapidly-exploring Random Trees, often abbreviated as RRT, are a class of algorithms used for pathfinding and motion planning in continuous spaces, particularly in robotics. They are a probabilistic, sampling-based approach that explores the configuration space by growing a tree of reachable states. The core idea is to efficiently search a potentially large and complex space without needing an explicit model of the environment's geometry.
The algorithm starts with an initial state, which forms the root of the tree. It then iteratively
RRTs are well-suited for high-dimensional spaces where traditional grid-based methods become computationally intractable. The probabilistic nature