English

Probabilistic Analysis of RRT Trees

Robotics 2020-05-05 v1 Data Structures and Algorithms Probability

Abstract

This thesis presents analysis of the properties and run-time of the Rapidly-exploring Random Tree (RRT) algorithm. It is shown that the time for the RRT with stepsize ϵ\epsilon to grow close to every point in the dd-dimensional unit cube is Θ(1ϵdlog(1ϵ))\Theta\left(\frac1{\epsilon^d} \log \left(\frac1\epsilon\right)\right). Also, the time it takes for the tree to reach a region of positive probability is O(ϵ32)O\left(\epsilon^{-\frac32}\right). Finally, a relationship is shown to the Nearest Neighbour Tree (NNT). This relationship shows that the total Euclidean path length after nn steps is O(n)O(\sqrt n) and the expected height of the tree is bounded above by (e+o(1))logn(e + o(1)) \log n.

Keywords

Cite

@article{arxiv.2005.01242,
  title  = {Probabilistic Analysis of RRT Trees},
  author = {Konrad Anand and Luc Devroye},
  journal= {arXiv preprint arXiv:2005.01242},
  year   = {2020}
}

Comments

29 pages, 10 figures, submitted to The International Journal of Robotics Research

R2 v1 2026-06-23T15:16:51.025Z