Obstacle Avoidance Path Planning of a 4-DOF Weapon Arm Based on Improved RRT (RRT-H) Algorithm

Kaifan Zou,Xiaorong Guan,Zhong Li,Huibin Li,Changlong Jiang,Zihui Zhu
DOI: https://doi.org/10.1155/2024/3866834
IF: 1.43
2024-02-23
Mathematical Problems in Engineering
Abstract:To improve soldiers' combat capability, weapon arms have a good development prospect. However, due to special work scenarios and tasks, new requirements are exerted on. Based on the fast-expanding random tree algorithm (RRT), path algorithm optimization (RRT-H) is proposed for the path planning of weapon arms. Overall path optimization is achieved by reducing the local path length with a closer path point planning to the obstacle. In a complex environment, the RRT-H algorithm can avoid local traps by guiding the new path extension direction and exploring multiple different paths in the map. The superiority of this algorithm is verified with 2D plane obstacle avoidance and pathfinding simulation experiments. Compared to RRT∗ , RRT∗ smart, and information RRT∗ , the RRT-H can obtain high-quality calculation results in a shorter time. After setting degrees of freedom (DOF) as that of variables, the algorithm is applied to the 4-DOF weapon arm, which confirms an effective reduction to the 4-DOF weapon arm's motion costs.
engineering, multidisciplinary,mathematics, interdisciplinary applications
What problem does this paper attempt to address?
The main problem that this paper attempts to solve is to improve the path - planning efficiency and obstacle - avoidance ability of the 4 - DOF (degrees of freedom) weapon arm in complex environments. Specifically, the paper proposes a path - planning method based on the improved Rapidly - exploring Random Tree algorithm (RRT - H) to overcome the problems of non - unique and non - optimal solutions that may exist in the traditional RRT algorithm in multi - dimensional path solutions. The RRT - H algorithm aims to achieve more efficient path - planning by optimizing aspects such as the path - search process and the smoothness of results, and can find a path close to the optimal solution in a short time. The paper mentions that although the traditional RRT algorithm has advantages in high - dimensional obstacle - avoidance, the generated paths are usually rather tortuous, and in some environments, it may not be able to find the optimal solution, taking a long time and having unstable results. To overcome these shortcomings, researchers have made various improvements to the RRT algorithm, such as RRT\(^*\), Informed RRT\(^*\) and RRT\(^*\)smart, etc. However, although these improved algorithms have improved the path quality, they have also increased the computational cost and reduced the path - finding speed. The RRT - H algorithm, while maintaining the advantages of the original RRT algorithm, reduces the computational time and path length by directly optimizing the found paths. In addition, the paper also proposes a special method to avoid local traps, further enhancing the performance of the algorithm in complex environments. Finally, the RRT - H algorithm is applied to the 4 - DOF weapon - arm system. The experimental results show that this algorithm can effectively reduce the path - search time and path length and is suitable for weapon - arm systems that require rapid response. However, the paper also points out that since the maps used in the research are relatively simple, the RRT - H algorithm may generate meaningless calculations when dealing with complex maps, resulting in an increase in time cost. Future research will consider adding more complex environmental information when generating collision - detection points to further improve the adaptability and computational efficiency of the RRT - H algorithm.