RRTConnect
RRT-Connect is a bidirectional motion-planning algorithm in the family of Rapidly-exploring Random Trees (RRT). It was proposed by J. J. Kuffner and Steven M. LaValle in the early 2000s as an efficient approach to sampling-based motion planning. The algorithm is designed to find a collision-free path for a robot or articulated system through a high-dimensional configuration space.
The algorithm grows two trees, one starting from the initial configuration and one from the goal configuration.
RRT-Connect emphasizes rapid exploration and often finds feasible paths faster than unidirectional RRT, particularly in high-dimensional
Practical considerations include the cost of collision checking, the choice of distance metric, and the step