Paper
28 August 2024 Unmanned vehicle path planning based on improved RRTStar
Hao Li, Yixin Zhao
Author Affiliations +
Proceedings Volume 13251, Ninth International Conference on Electromechanical Control Technology and Transportation (ICECTT 2024); 132514F (2024) https://doi.org/10.1117/12.3039647
Event: 9th International Conference on Electromechanical Control Technology and Transportation (ICECTT 2024), 2024, Guilin, China
Abstract
Unmanned vehicle path planning is a prominent field in the current era, giving rise to numerous related algorithms. One such algorithm is the RRT* algorithm, which is widely recognized. However, this algorithm involves random sampling, resulting in an excessive number of nodes and paths with numerous inflection points that are not smooth enough for application in unmanned vehicle driving. This paper aims to address these issues and propose improvements. Aiming to enhance the traditional RRT algorithm in path planning, although it can improve search efficiency, it will increase the number of expansion nodes within obstacle areas. To address this issue, it is suggested to incorporate a pruning algorithm during the generation of sampling nodes. The principle of the pruning algorithm is to reduce the number of nodes in the search tree by eliminating the "unimportant" search nodes during the search process, while striving to maintain the accuracy of the search tree. For the issue of the planned path not being smooth and containing too many inflection points, a trajectory optimization method based on the Floyd algorithm is proposed. This method aims to smooth the generated trajectory to ensure a more continuous curvature. Simulation experimental results demonstrate that incorporating the pruning algorithm reduces a significant number of generated nodes in the search tree, enhances the speed of path planning through new search rules, and results in a curve after optimization that is more suitable for unmanned vehicles to navigate. This optimized curve is superior to the original curve in terms of both length and smoothness. Finally, the RRT* fusion algorithm, which combines the Floyd algorithm and pruning algorithm, is implemented on the MATLAB platform for experiments. In the same planning task, the new fusion algorithm reduces the path planning time of the original algorithm by 52.37% and decreases the number of inflection nodes by 75%. This improvement can meet the increased real-time path planning demands of unmanned vehicles during task execution.
(2024) Published by SPIE. Downloading of the abstract is permitted for personal use only.
Hao Li and Yixin Zhao "Unmanned vehicle path planning based on improved RRTStar", Proc. SPIE 13251, Ninth International Conference on Electromechanical Control Technology and Transportation (ICECTT 2024), 132514F (28 August 2024); https://doi.org/10.1117/12.3039647
Advertisement
Advertisement
RIGHTS & PERMISSIONS
Get copyright permission  Get copyright permission on Copyright Marketplace
KEYWORDS
Detection and tracking algorithms

Mathematical optimization

Evolutionary algorithms

Unmanned vehicles

Unmanned aerial vehicles

MATLAB

Robotics

RELATED CONTENT


Back to Top