Improved Artificial Potential Field Based Parallel RRT Star for Fast Path Planning

TunDong Liu,Xin Chen,Miao He,XiaoPing Fu,XiaoMin Wu,GuiFang Shao
DOI: https://doi.org/10.1109/cac53003.2021.9728386
2021-01-01
Abstract:The goal of the motion planning algorithm is to compute an obstacle-free trajectory that satisfies the vehicle dynamics constraints and guides the vehicle from the starting position to the target position. RRT* (Rapidly-exploring Random Tree star) is a sampling-based algorithm which is widely used in many path planning applications due to its speed in quickly finding a trajectory. Although the search of RRT* can convergence to optimal solution, the optimal solution has been proven to take an infinite time to achieve convergence with a slow convergence rate. In this paper, a new parallel version of RRT* algorithm combining the artificial potential field (APF-RRT*) is proposed for 2D and 3D path planning. APF-RRT* gives an advantage over other RRT* algorithms by introducing attractive and repulsive forces into the APF algorithm, allowing for improvement in the near-optimal path. Furthermore, the path planning runs as a parallel process, which can improve the convergence speed to a certain extent. The effectiveness of the algorithm has been demonstrated in simulation based on C++. We compared our algorithm with RRT* and verified the improvement of the parallel APF-RRT* algorithm in terms of path optimization and operation time.
What problem does this paper attempt to address?