欢迎访问《兵工学报》官方网站,今天是

兵工学报 ›› 2025, Vol. 46 ›› Issue (S1): 250229-.doi: 10.12382/bgxb.2025.0229

• • 上一篇    下一篇

复杂平面区域的无人机覆盖路径规划技术

张天1,*(), 胡蕴琪1, 陈昭文1, 王强1, 杨志来1, 国萌2   

  1. 1 中国兵器工业计算机应用技术研究所, 北京 100089
    2 北京大学先进制造与机器人学院, 北京 100094

Coverage Path Planning Technology for UAV in Complex Planar Regions

ZHANG Tian1,*(), HU Yunqi1, CHEN Zhaowen1, WANG Qiang1, YANG Zhilai1, GUO Meng2   

  1. 1 Beijing Institute of Computer and Electronics Application, Beijing 100089, China
    2 School of Advanced Manufacturing and RoboticsPeking University, Beijing 100094, China
  • Received:2025-04-01 Online:2025-11-06

摘要:

旋翼无人机凭借其卓越的灵活性和多功能性,在电力巡检、农林植保和反恐救援等领域得到了广泛应用。然而在复杂平面区域作业中,不规则地形的二维覆盖问题对路径规划提出了严峻挑战。针对这一问题,提出一种复杂平面区域的无人机覆盖路径规划技术,在区域分解阶段,采用方向容差-牛耕分解法,消除分解产生的冗余狭长区域,显著降低后续路径规划中的折返频次;在覆盖路径生成阶段,采用4模覆盖TSP规划法,设计4种覆盖模式并动态配置端点,并在分解得到的子区域间构建多模式旅行商问题,采用动态规划方法将计算复杂度由O(n!·4n)降至O(|πϵ|·n·42),兼顾计算效率的同时提升区域覆盖任务效率。实验结果表明:该技术在城镇、机场、山区、城市、林地5个场景中,平均航点数量减少27.24%,任务距离缩短26.12%,任务预估时间减少26.20%,验证了其在复杂平面区域中降低路径冗余、提升任务效率的显著优势,为旋翼无人机覆盖路径作业提供了高效解决方案。

关键词: 路径规划, 覆盖路径规划, 牛耕分解法, 多模式旅行商问题

Abstract:

Rotary-wing unmanned aerial vehicles (UAVs) have been widely used in various fields such as power inspection,agricultural and forestry protection,and counter-terrorism rescue operation due to their exceptional flexibility and multifunctionality.However,the two-dimensional coverage issue caused by irregular terrain in complex planar areas presents significant challenges for path planning.To address this issue,this paper proposes a coverage path planning technology for UAVs in complex planar regions.During the region decomposition phase,an improved boundary-cutting decomposition (BCD) method is utilized to incorporate a directional tolerance parameter Δφ during the merging of sub-regions to eliminate the redundant elongated areas generated by decomposition,which significantly reduces the frequency of backtracking in subsequent path planning.In the coverage path generation phase,four innovative coverage modes (FF/FR/RF/RR) are designed,and the endpoints are dynamically configured.A multi-mode traveling salesman problem (MM-TSP) is constructed between sub-regions.By combining a candidate arrangement set Πϵ generated from a relaxed TSP with a dynamic programming strategy,the computational complexity is reduced from O(n!·4n)to O(|πϵn·42),enhancing both computational efficiency and task coverage efficiency.Experimental results demonstrate that this coverage path planning technology reduces the average number of waypoints by 27.24%,shortens task distance by 26.12%,and decreases estimated task time by 26.20% across five scenarios:urban,airport,mountainous area,city,and forest.These findings validate the significant advantages of this technology in reducing the path redundancy and improving the task efficiency in complex planar regions,providing an efficient solution for the coverage path planning of rotary-wing UAVs.

Key words: path planning, coverage path planning, boustrophedon decomposition method, multi-mode traveling salesman problem