Skip to content

RRT-Connect: An Efficient Approach to Single-Query Path Planning

Authors: James J. Kuffner, Jr., Steven M. LaValle

Published: 2000 (Conference Paper)

Source: IEEE International Conference on Robotics and Automation (ICRA)

Algorithm: RRT-Connect

DOI: 10.1109/ROBOT.2000.844730

Summary

Extends RRT with bidirectional search (two trees, one from start and one from goal).

Abstract

A simple and efficient randomized algorithm is presented for solving single-query path planning problems in high-dimensional configuration spaces. The method works by incrementally building two rapidly-exploring random trees (RRTs) rooted at the start and the goal configurations. The trees each explore space around them and also advance towards each other through, the use of a simple greedy heuristic. Although originally designed to plan motions for a human arm (modeled as a 7-DOF kinematic chain) for the automatic graphic animation of collision-free grasping and manipulation tasks, the algorithm has been successfully applied to a variety of path planning problems. Computed examples include generating collision-free motions for rigid objects in 2D and 3D, and collision-free manipulation motions for a 6-DOF PUMA arm in a 3D workspace. Some basic theoretical analysis is also presented.

Tags

  • Motion planning

  • Kinodynamic planning

  • Trajectory planning

  • Sampling-based

  • RRT