A fully convolutional network trained on past path-planning examples predicts cost-to-go heuristics that reduce the number of cells explored by a greedy path planner in 2D grid worlds.
Potential Functions based Sampling Heuristic For Optimal Path Planning
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Rapidly-exploring Random Tree Star(RRT*) is a recently proposed extension of Rapidly-exploring Random Tree (RRT) algorithm that provides a collision-free, asymptotically optimal path regardless of obstacle's geometry in a given environment. However, one of the limitations in the RRT* algorithm is slow convergence to optimal path solution. As a result, it consumes high memory as well as time due to a large number of iterations utilised in achieving optimal path solution. To overcome these limitations, we propose the Potential Function Based-RRT* (P-RRT*) that incorporates the Artificial Potential Field Algorithm in RRT*. The proposed algorithm allows a considerable decrease in the number of iterations and thus leads to more efficient memory utilization and an accelerated convergence rate. In order to illustrate the usefulness of the proposed algorithm in terms of space execution and convergence rate, this paper presents rigorous simulation based comparisons between the proposed techniques and RRT* under different environmental conditions. Moreover, both algorithms are also tested and compared under non-holonomic differential constraints.
fields
cs.LG 1years
2019 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Fully Convolutional Search Heuristic Learning for Rapid Path Planners
A fully convolutional network trained on past path-planning examples predicts cost-to-go heuristics that reduce the number of cells explored by a greedy path planner in 2D grid worlds.