The idea comes from an autonomous drone project designed to map underground mining stopes. Mining cavities are often large-scale and uncluttered. Many path planning algorithms have been introduced so far, but most are costly, in path cost, and in processing time, in such environments. Rapidly-exploring Random Tree (RRT) algorithms are popular because of their probabilistic completeness and rapidity in finding a feasible path in single-query problems. Many of the algorithms (e.g. Informed RRT*, RRT#) developed to improve RRT need considerable time to converge in large environments. Shortcutting an RRT is an old idea that has been proven to outperform RRT variants. Underground mining stopes are 3-ball homotopic and the optimal path is therefore in the same homotopy class as any feasible path. The idea of the project is to take advantage of this to develop a path planning algorithm that finds a near-optimal solution in a drastically shorter amount of time than the state-of-the-art in large-scale uncluttered 3D environments.
The first video summarizes the paper, published and presented at the 2021 IEEE International Conference on Systems, Man, and Cybernetics (SMC) in Melbourne, Australia.
The paper is presented in the second video.