A Heuristic RRT Based on Mixed Sampling in Narrow Passage Environments

Zhuo Huang,Jian Guo,Chen Qian,Yang Gao,Qingwei Chen
DOI: https://doi.org/10.23919/ccc63176.2024.10661988
2024-01-01
Abstract:Path planning is an important area of the intelligent agent research, in which sampling-based algorithms are highly popular due to their ability to avoid precise modeling of the environment. As a classic sampling-based algorithm, rapidly-exploring random tree (RRT) has the capabilities of probabilistic completeness and fast finding of feasible paths. However, RRT has difficulty effectively solving path planning problems in narrow passage environments due to their uniform sampling nature. In this regard, a new method called HRRT-M, which is a heuristic RRT algorithm based on mixed sampling, is proposed in this paper. Firstly, based on RRT-Connect, HRRT-M adds a heuristic directional strategy to determine whether to perform a direct connection of bidirectional growth trees with a heuristic probability. Secondly, it utilizes a combination of global and local sampling techniques. Global sampling employs goal-biased sampling to accelerate path search speed, while local sampling uses adaptive sampling to achieve rapid passage through narrow passages. The proposed method has been proven effective in achieving fast path planning in narrow passage environments.
What problem does this paper attempt to address?