Informed RRT*
Share
Source Code
Informed RRT* is now part of the Open Motion Planning Library (OMPL). You can find details on how to download and install OMPL on their website.
Description
Informed RRT* is an improvement to the RRT* algorithm that increases the rate at which the found solution converges to the optimum. Developed specifically for problems seeking to minimize path-length, this work uses a method to directly sample the subset of a planning problem that contains all possible improvements to a given solution. In doing so, it continues to consider all relevant paths without requiring any additional parameters.
This direct informed sampling is actually required to generally solve the planning problem, as the probability of improving a given solution goes to zero as the size of the problem domain, or the number of dimensions, increases. For a 6 DOF arm, even an intelligent sample-rejection technique will limit the probability of improvement at each iteration to ~8%, while direct sampling imposes no such limit.
Bibliography
- Publication
- Journal
- IEEE Transactions on Robotics (T-RO)
- Volume
- 34
- Number
- 4
- Pages
- 966–984
- Date
- Publication
- Type
- Ph.D. Thesis
- School
- University of Toronto
- Date
- Notes
- 2017 CIPPRS Doctoral Dissertation Award
- Publication
- Conference
- Proceedings of the IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)
- Pages
- 2997–3004
- Location
- Chicago, IL, USA
- Date