1: \begin{abstract}%
2: Rapidly-exploring random trees (\acsp{RRT}) are popular in motion planning because they find solutions efficiently to single-query problems.\acused{RRT}
3: Optimal \acsp{RRT} (\acsp{RRTstar}) extend \acp{RRT} to the problem of finding the optimal solution, but in doing so asymptotically find the optimal path from the initial state to \emph{every} state in the planning domain.\acused{RRTstar}
4: This behaviour is not only inefficient but also inconsistent with their single-query nature.
5:
6: For problems seeking to minimize path length, the subset of states that can improve a solution can be described by a prolate hyperspheroid.
7: We show that unless this subset is sampled directly, the probability of improving a solution becomes arbitrarily small in large worlds or high state dimensions.
8: In this paper, we present an exact method to focus the search by directly sampling this subset.
9:
10: The advantages of the presented sampling technique are demonstrated with a new algorithm, \emph{Informed} \acs{RRTstar}.
11: This method retains the same probabilistic guarantees on completeness and optimality as \ac{RRTstar} while improving the convergence rate and final solution quality.
12: We present the algorithm as a simple modification to \ac{RRTstar} that could be further extended by more advanced path-planning algorithms.
13: We show experimentally that it outperforms \ac{RRTstar} in rate of convergence, final solution cost, and ability to find difficult passages while demonstrating less dependence on the state dimension and range of the planning problem.
14: \end{abstract}%