CN116774735A - A UAV cluster trajectory planning method and system based on edge computing - Google Patents
A UAV cluster trajectory planning method and system based on edge computing Download PDFInfo
- Publication number
- CN116774735A CN116774735A CN202311068439.3A CN202311068439A CN116774735A CN 116774735 A CN116774735 A CN 116774735A CN 202311068439 A CN202311068439 A CN 202311068439A CN 116774735 A CN116774735 A CN 116774735A
- Authority
- CN
- China
- Prior art keywords
- unmanned aerial
- aerial vehicle
- penalty
- representing
- collision
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
- 238000000034 method Methods 0.000 title claims abstract description 66
- 230000008878 coupling Effects 0.000 claims abstract description 23
- 238000010168 coupling process Methods 0.000 claims abstract description 23
- 238000005859 coupling reaction Methods 0.000 claims abstract description 23
- 238000005265 energy consumption Methods 0.000 claims abstract description 22
- 238000004364 calculation method Methods 0.000 claims abstract description 18
- 230000007246 mechanism Effects 0.000 claims description 8
- 238000010276 construction Methods 0.000 claims description 7
- 230000000087 stabilizing effect Effects 0.000 claims 1
- 230000006870 function Effects 0.000 description 63
- 238000005457 optimization Methods 0.000 description 13
- 238000004891 communication Methods 0.000 description 11
- 230000008569 process Effects 0.000 description 6
- QVFWZNCVPCJQOP-UHFFFAOYSA-N chloralodol Chemical compound CC(O)(C)CC(C)OC(O)C(Cl)(Cl)Cl QVFWZNCVPCJQOP-UHFFFAOYSA-N 0.000 description 5
- 230000007613 environmental effect Effects 0.000 description 4
- 230000008901 benefit Effects 0.000 description 3
- 230000007423 decrease Effects 0.000 description 2
- 238000010586 diagram Methods 0.000 description 2
- 230000001133 acceleration Effects 0.000 description 1
- 238000013459 approach Methods 0.000 description 1
- 238000013528 artificial neural network Methods 0.000 description 1
- 230000006399 behavior Effects 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 230000002068 genetic effect Effects 0.000 description 1
- 230000005484 gravity Effects 0.000 description 1
- 238000010801 machine learning Methods 0.000 description 1
- 239000011159 matrix material Substances 0.000 description 1
- 238000012544 monitoring process Methods 0.000 description 1
- 230000000750 progressive effect Effects 0.000 description 1
- 238000012549 training Methods 0.000 description 1
- 238000012546 transfer Methods 0.000 description 1
- 238000013519 translation Methods 0.000 description 1
Landscapes
- Control Of Position, Course, Altitude, Or Attitude Of Moving Bodies (AREA)
Abstract
Description
技术领域Technical field
本发明涉及无人机路径规划技术领域,特别是涉及一种基于边缘计算的无人机集群轨迹规划方法及系统。The present invention relates to the technical field of UAV path planning, and in particular to a UAV cluster trajectory planning method and system based on edge computing.
背景技术Background technique
无人机轨迹规划是指在给定起始点和目标点的情况下,计算出无人机在3D空间中飞行的最佳路径,以达到预定的任务目标。在无人机的应用中,轨迹规划是非常重要的,因为它能够帮助无人机自主地完成各种任务,如巡逻、物流、监控、救援等。UAV trajectory planning refers to calculating the optimal path for the UAV to fly in 3D space given the starting point and target point to achieve the predetermined mission goal. In the application of drones, trajectory planning is very important because it can help drones autonomously complete various tasks, such as patrol, logistics, monitoring, rescue, etc.
在无人机轨迹规划中,有两个重点问题,单一无人机的轨迹规划和多无人机的轨迹规划。In UAV trajectory planning, there are two key issues, trajectory planning of a single UAV and trajectory planning of multiple UAVs.
在单一无人机轨迹规划方面,常见的无人机轨迹规划算法包括基于优化、基于搜索和基于学习等方法。基于优化的方法通常将轨迹规划问题转化为一个数学优化问题,并使用优化算法来求最优解。这些方法可以通过定义适当的代价函数,将任务目标转化为优化目标,然后利用数学优化算法求解最优解。这些方法的优点是可以保证求解的全局最优解,但是计算量较大,效率较低。基于搜索的方法(如,RRT,遗传算法等)则通常是通过在搜索空间中寻找最优路径来解决问题。这类方法通常需要定义一个启发式函数来指导搜索过程,以便更快地找到最优解。这些方法的优点是可以在较短的时间内找到较好的解,但是不能保证找到全局最优解。基于学习的方法则是利用机器学习算法来学习无人机的轨迹规划策略。这些方法通常需要大量的训练数据,训练时间长。由于神经网络不确定性,在实际应用中受到很大阻碍。In terms of single UAV trajectory planning, common UAV trajectory planning algorithms include optimization-based, search-based and learning-based methods. Optimization-based methods usually transform the trajectory planning problem into a mathematical optimization problem and use optimization algorithms to find the optimal solution. These methods can transform the task objective into an optimization objective by defining an appropriate cost function, and then use mathematical optimization algorithms to find the optimal solution. The advantage of these methods is that they can guarantee the global optimal solution, but the calculation amount is large and the efficiency is low. Search-based methods (e.g. , RRT, genetic algorithm, etc.) usually solve the problem by finding the optimal path in the search space. This type of method usually requires defining a heuristic function to guide the search process in order to find the optimal solution faster. The advantage of these methods is that they can find better solutions in a shorter time, but they are not guaranteed to find the global optimal solution. The learning-based method uses machine learning algorithms to learn the trajectory planning strategy of the UAV. These methods usually require a large amount of training data and take a long time to train. Due to the uncertainty of neural networks, practical applications are greatly hindered.
在多无人机轨迹规划中,根据计算和控制方式的不同,方法可以分为集中式方法和分布式方法。集中式方法采用中心化控制器完成整个规划计算。这些算法以全局最优为目标,计算复杂度高,同时,需要无人机不断将自身状态和环境信息上传至中心节点,并接收中心节点下达的控制指令,对通信带宽提出较高要求,不易扩展到大规模无人机群。虽然计算效率较低,但可保证全局最优解和无人机之间的协同避障。分布式方法由每个无人机独立完成自己的规划计算。每个无人机根据自身状态和环境信息生成自己的轨迹,并通过通信协调相邻无人机,实现无人机群的协同飞行。分布式方法计算复杂度低,易扩展到大规模无人机群,但由于每个无人机仅根据局部信息进行规划,难以保证全局最优和无人机之间高质量的协同避障。In multi-UAV trajectory planning, methods can be divided into centralized methods and distributed methods according to different calculation and control methods. The centralized approach uses a centralized controller to complete the entire planning calculation. These algorithms aim at global optimization and have high computational complexity. At the same time, they require the UAV to continuously upload its own status and environmental information to the central node and receive control instructions from the central node, which puts forward high requirements on communication bandwidth and is not easy to Scale to large-scale drone swarms. Although the calculation efficiency is low, it can ensure the global optimal solution and cooperative obstacle avoidance between UAVs. The distributed method allows each drone to independently complete its own planning calculations. Each UAV generates its own trajectory based on its own status and environmental information, and coordinates adjacent UAVs through communication to achieve coordinated flight of the UAV group. The distributed method has low computational complexity and can be easily extended to large-scale drone swarms. However, since each drone only plans based on local information, it is difficult to ensure global optimization and high-quality collaborative obstacle avoidance between drones.
在目前的无人机集群路径规划算法中,存在以下显著问题。其一是计算资源消耗大,无人机集群规模较大时,集中式方法需要处理大量无人机和环境信息,计算量极大,难以在有限时间内求解出优质解。其二是无人机通讯对带宽的要求高,无论是集中式还是分布式的算法,在频繁和中心节点或其他无人机交换信息时,需要依赖较高通信带宽保证信息交换的实时性。其三是在复杂环境下难以找到最优路径,当环境空间复杂或存在大量障碍物时,要找到安全且最优的无人机集群路径是一件非常困难的事情,容易陷入局部最优。In the current UAV cluster path planning algorithm, there are the following significant problems. One is that it consumes a lot of computing resources. When the scale of the drone cluster is large, the centralized method needs to process a large amount of drones and environmental information, which requires a huge amount of calculation and is difficult to obtain a high-quality solution within a limited time. The second is that UAV communication has high bandwidth requirements. Whether it is a centralized or distributed algorithm, when frequently exchanging information with central nodes or other UAVs, it needs to rely on higher communication bandwidth to ensure the real-time nature of information exchange. The third is that it is difficult to find the optimal path in a complex environment. When the environmental space is complex or there are a large number of obstacles, it is very difficult to find a safe and optimal path for the drone cluster, and it is easy to fall into a local optimum.
发明内容Contents of the invention
本发明的目的是提供一种基于边缘计算的无人机集群轨迹规划方法及系统,降低能耗同时提高求解速度。The purpose of the present invention is to provide a UAV cluster trajectory planning method and system based on edge computing to reduce energy consumption and increase the solution speed.
为实现上述目的,本发明提供了如下方案:In order to achieve the above objects, the present invention provides the following solutions:
一种基于边缘计算的无人机集群轨迹规划方法,包括:A UAV cluster trajectory planning method based on edge computing, including:
构建无人机运动的动力学方程;Construct dynamic equations for UAV motion;
根据所述动力学方程和无人机飞行的三维空间内的障碍物,构建无人机的可行域约束;Construct the feasible domain constraints of the drone based on the dynamic equations and the obstacles in the three-dimensional space where the drone flies;
根据将无人机与无人机集群中其他无人机保持设定距离,构建无人机的耦合碰撞约束;Based on maintaining a set distance between the drone and other drones in the drone cluster, the coupling collision constraints of the drone are constructed;
将无人机从起飞时间到落地时间之间的时间段离散化,构建无人机从起飞时间到落地时间的能量消耗模型;Discretize the time period between the take-off time and the landing time of the UAV, and construct the energy consumption model of the UAV from the take-off time to the landing time;
将第一罚函数项和第二罚函数项加入所述能量消耗模型,得到无人机的目标函数,所述第一罚函数项为无人机与障碍物之间的碰撞惩罚,所述第二罚函数项为多无人机碰撞的碰撞惩罚;The first penalty function term and the second penalty function term are added to the energy consumption model to obtain the objective function of the UAV. The first penalty function term is the collision penalty between the UAV and the obstacle. The third penalty function term is the collision penalty between the UAV and the obstacle. The second penalty function term is the collision penalty for multi-UAV collision;
基于所述可行域约束和所述耦合碰撞约束,利用各无人机的边缘算力,通过迭代采用罚函数法求解所述目标函数,得到无人机集群的轨迹规划结果;所述无人机集群中各无人机通过广播与共享机制进行信息共享。Based on the feasible region constraint and the coupling collision constraint, the edge computing power of each UAV is used to solve the objective function by iteratively using the penalty function method to obtain the trajectory planning result of the UAV cluster; the UAV Each drone in the cluster shares information through the broadcast and sharing mechanism.
本发明还公开了一种基于边缘计算的无人机集群轨迹规划系统,包括:The invention also discloses an edge computing-based UAV cluster trajectory planning system, which includes:
动力学方程构建模块,用于构建无人机运动的动力学方程;Dynamic equation building module, used to construct the dynamic equation of UAV motion;
可行域约束构建模块,用于根据所述动力学方程和无人机飞行的三维空间内的障碍物,构建无人机的可行域约束;A feasible region constraint building module is used to construct the feasible region constraints of the UAV based on the dynamic equations and obstacles in the three-dimensional space where the UAV flies;
耦合碰撞约束构建模块,用于根据将无人机与无人机集群中其他无人机保持设定距离,构建无人机的耦合碰撞约束;The coupling collision constraint building module is used to construct the coupling collision constraints of the UAV based on maintaining a set distance between the UAV and other UAVs in the UAV cluster;
能量消耗模型构建模块,用于将无人机从起飞时间到落地时间之间的时间段离散化,构建无人机从起飞时间到落地时间的能量消耗模型;The energy consumption model building module is used to discretize the time period between the take-off time and the landing time of the UAV, and construct the energy consumption model of the UAV from the take-off time to the landing time;
目标函数构建模块,用于将第一罚函数项和第二罚函数项加入所述能量消耗模型,得到无人机的目标函数,所述第一罚函数项为无人机与障碍物之间的碰撞惩罚,所述第二罚函数项为多无人机碰撞的碰撞惩罚;The objective function building module is used to add the first penalty function term and the second penalty function term to the energy consumption model to obtain the objective function of the UAV. The first penalty function term is the distance between the UAV and the obstacle. The collision penalty of , the second penalty function term is the collision penalty of multiple UAV collisions;
求解模块,用于基于所述可行域约束和所述耦合碰撞约束,利用各无人机的边缘算力,通过迭代采用罚函数法求解所述目标函数,得到无人机集群的轨迹规划结果;所述无人机集群中各无人机通过广播与共享机制进行信息共享。A solving module, configured to use the edge computing power of each UAV based on the feasible region constraint and the coupling collision constraint to solve the objective function by iteratively using the penalty function method to obtain the trajectory planning result of the UAV cluster; Each drone in the drone cluster shares information through a broadcast and sharing mechanism.
根据本发明提供的具体实施例,本发明公开了以下技术效果:According to the specific embodiments provided by the present invention, the present invention discloses the following technical effects:
本发明利用无人机的边缘算力进行轨迹优化,能够降低能耗同时提高求解速度,目标函数中加入了第一罚函数项和第二罚函数项,提高了求解速度和求解成功率。This invention uses the edge computing power of the UAV to optimize the trajectory, which can reduce energy consumption and increase the solution speed. The first penalty function term and the second penalty function term are added to the objective function, which improves the solution speed and solution success rate.
附图说明Description of drawings
为了更清楚地说明本发明实施例或现有技术中的技术方案,下面将对实施例中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本发明的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动性的前提下,还可以根据这些附图获得其他的附图。In order to explain the embodiments of the present invention or the technical solutions in the prior art more clearly, the drawings needed to be used in the embodiments will be briefly introduced below. Obviously, the drawings in the following description are only some of the drawings of the present invention. Embodiments, for those of ordinary skill in the art, other drawings can also be obtained based on these drawings without exerting creative efforts.
图1为本发明实施例提供的一种基于边缘计算的无人机集群轨迹规划方法流程示意图;Figure 1 is a schematic flow chart of a UAV cluster trajectory planning method based on edge computing provided by an embodiment of the present invention;
图2为本发明实施例提供的无人机模型示意图;Figure 2 is a schematic diagram of a UAV model provided by an embodiment of the present invention;
图3为本发明实施例提供的一种基于边缘计算的无人机集群轨迹规划系统结构示意图。Figure 3 is a schematic structural diagram of a UAV cluster trajectory planning system based on edge computing provided by an embodiment of the present invention.
具体实施方式Detailed ways
下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本发明保护的范围。The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention. Obviously, the described embodiments are only some of the embodiments of the present invention, rather than all the embodiments. Based on the embodiments of the present invention, all other embodiments obtained by those of ordinary skill in the art without creative efforts fall within the scope of protection of the present invention.
本发明的目的是提供一种基于边缘计算的无人机集群轨迹规划方法及系统,降低能耗同时提高求解速度。The purpose of the present invention is to provide a UAV cluster trajectory planning method and system based on edge computing to reduce energy consumption and increase the solution speed.
为使本发明的上述目的、特征和优点能够更加明显易懂,下面结合附图和具体实施方式对本发明作进一步详细的说明。In order to make the above objects, features and advantages of the present invention more obvious and understandable, the present invention will be described in further detail below with reference to the accompanying drawings and specific embodiments.
实施例1提供了一种基于边缘计算的无人机集群轨迹规划方法。Embodiment 1 provides a UAV cluster trajectory planning method based on edge computing.
如图1所示,一种基于边缘计算的无人机集群轨迹规划方法包括如下步骤。As shown in Figure 1, a UAV cluster trajectory planning method based on edge computing includes the following steps.
步骤101:构建无人机运动的动力学方程。Step 101: Construct the dynamic equation of drone motion.
本实施例中无人机集群中无人机均为四旋翼无人机。In this embodiment, all the drones in the drone cluster are four-rotor drones.
假设无人机的质心位于其几何中心,如图2所示。为了准确地模拟四轴飞行器(无人机)的行为,给出无人机运动的动力学方程。Assume that the center of mass of the drone is located at its geometric center, as shown in Figure 2. In order to accurately simulate the behavior of a quadcopter (UAV), the dynamic equations of UAV motion are given.
; ;
其中,表示无人机的位置坐标,用于描述无人机的平动,x、y和z分别为x轴、y轴和z轴坐标。φ表示无人机绕x轴旋转的滚动角,θ表示无人机绕y轴旋转的俯仰角,ψ表示无人机绕z轴旋转的偏航角,Ixx,Iyy,Izz分别表示无人机绕x轴、y轴和z轴的转动惯量,u1表示第一虚拟控制量,u2表示第二虚拟控制量,u3表示第三虚拟控制量,u4表示第四虚拟控制量,m表示无人机的质量,g表示重力加速度,/>,/>,/>,/>,/>,/>分别为x,y,z,φ,θ,ψ的二阶导数。in, Represents the position coordinates of the UAV, used to describe the translation of the UAV, x, y and z are the x-axis, y-axis and z-axis coordinates respectively. φ represents the roll angle of the UAV rotating around the x-axis, θ represents the pitch angle of the UAV rotating around the y-axis, ψ represents the yaw angle of the UAV rotating around the z-axis, I xx , I yy , and I zz represent respectively The moment of inertia of the UAV around the x-axis, y-axis and z-axis, u 1 represents the first virtual control quantity, u 2 represents the second virtual control quantity, u 3 represents the third virtual control quantity, u 4 represents the fourth virtual control quantity Quantity, m represents the mass of the drone, g represents the acceleration of gravity,/> ,/> ,/> ,/> ,/> ,/> are the second derivatives of x, y, z, φ, θ, and ψ respectively.
图2中,F1、F2、F3和F4分别为四个旋翼的拉力。In Figure 2, F 1 , F 2 , F 3 and F 4 are the pulling forces of the four rotors respectively.
为了简化描述,上述动力学方程的抽象表达形式为:In order to simplify the description, the abstract expression form of the above dynamic equation is:
; ;
其中,表示无人机的状态量,是x、y、z、φ、θ和ψ构成的向量,/>为/>的一阶导数,表示无人机的控制量,/>是u1、u2、u3和u4构成的向量,/>表示动力学方程的抽象表达形式。in, Represents the state quantity of the drone, which is a vector composed of x, y, z, φ, θ and ψ,/> for/> The first derivative of Indicates the control amount of the drone,/> is the vector composed of u 1 , u 2 , u 3 and u 4 ,/> Represents an abstract expression form of dynamic equations.
步骤102:根据所述动力学方程和无人机飞行的三维空间内的障碍物,构建无人机的可行域约束。Step 102: Construct the feasible domain constraints of the UAV based on the dynamic equations and obstacles in the three-dimensional space where the UAV flies.
对于三维空间内的障碍物,使用若干球体对其形状进行拟合,使得这些球体将障碍物进行完全包围,其中/>。For obstacles in three-dimensional space, use several spheres Fit their shapes so that these spheres completely surround the obstacles, where/> .
其中,r表示包围无人机的球体的半径。Among them, r represents the radius of the sphere surrounding the drone.
所述可行域约束表示为:The feasible region constraints are expressed as:
。 .
其中,表示可行域约束,/>表示无人机的位置坐标,/>表示障碍物p的位置坐标,P表示障碍物的数量,Sp表示包围障碍物p的球体,rp表示Sp的半径。in, Represents feasible region constraints,/> Indicates the position coordinates of the drone,/> represents the position coordinates of obstacle p, P represents the number of obstacles, S p represents the sphere surrounding obstacle p, and r p represents the radius of S p .
尽管此种方法使得可行域有一定缩减,但可以达到可行域完整与计算量之间的平衡。Although this method reduces the feasible region to a certain extent, it can achieve a balance between the complete feasible region and the amount of calculation.
步骤103:根据将无人机与无人机集群中其他无人机保持设定距离,构建无人机的耦合碰撞约束。Step 103: Construct coupling collision constraints of the UAV based on maintaining a set distance between the UAV and other UAVs in the UAV cluster.
为了保证安全,每一架四旋翼无人机都需要和同一时空范围内的其他无人机保持一定的安全距离(rsafe)。In order to ensure safety, each quadcopter drone needs to maintain a certain safe distance (r safe ) from other drones within the same time and space range.
所述耦合碰撞约束表示为:The coupling collision constraints are expressed as:
。 .
其中,表示耦合碰撞约束,/>表示无人机的位置坐标,/>表示其他无人机的轨迹,/>表示其他无人机的位置坐标,/>表示所述设定距离。j的取值范围为无人机集群中当前计算无人机之外的所有其他无人机的序号。in, Represents coupled collision constraints,/> Indicates the position coordinates of the drone,/> Indicates the trajectories of other drones,/> Indicates the position coordinates of other drones,/> Indicates the set distance. The value range of j is the serial number of all other drones in the drone cluster except the current computing drone.
需要指出的是,对于同一空间,不同的无人机可以在不同的时刻经过。也就是说,只有当时间和空间均重合时,才意味着无人机的轨迹违反了约束。It should be pointed out that for the same space, different drones can pass by at different times. In other words, only when time and space coincide, it means that the trajectory of the drone violates the constraints.
步骤104:将无人机从起飞时间到落地时间之间的时间段离散化,构建无人机从起飞时间到落地时间的能量消耗模型。Step 104: Discretize the time period from the take-off time to the landing time of the UAV, and construct an energy consumption model of the UAV from the take-off time to the landing time.
在四轴飞行器中高效利用能量对于增加其飞行范围和持久力非常重要,这可以带来更有效的操作和降低成本。四旋翼无人机所消耗的能量可以被如下定义。Efficient use of energy in a quadcopter is important to increase its range and endurance, which can lead to more efficient operation and lower costs. The energy consumed by a quadcopter drone can be defined as follows.
; ;
其中,为无人机的起飞时间,/>为无人机的落地时间,/>为单位矩阵。in, is the take-off time of the drone,/> is the landing time of the drone,/> is the identity matrix.
本实施例使用直接配点法,将连续时间曲线离散为有限时间序列。连续时间被离散化为采样点,这意味着时间离散为以及状态量离散为=x[0]…x[N]。This embodiment uses the direct point allocation method to discretize the continuous time curve into a finite time series. Continuous time is discretized into sample points, which means that time is discretized as And the state quantity is discretized as =x[0]…x[N].
对以上离散问题进行优化时,给定的初始猜测(轨迹初值)可以写作为,优化后的轨迹记为/>。When optimizing the above discrete problem, the given initial guess (initial value of the trajectory) can be written as , the optimized trajectory is recorded as/> .
在该离散化方法下,无人机的优化问题可以如下表达:Under this discretization method, the optimization problem of UAV can be expressed as follows:
; ;
约束条件为:。The constraints are: .
其中,输入控制有控制量上限和控制量下限/>。该问题具有现实可行域约束()和耦合碰撞约束(/>)。Among them, input control has an upper limit of control amount and control volume lower limit/> . This problem has realistic feasible domain constraints ( ) and coupled collision constraints (/> ).
步骤105:将第一罚函数项和第二罚函数项加入所述能量消耗模型,得到无人机的目标函数,所述第一罚函数项为无人机与障碍物之间的碰撞惩罚,所述第二罚函数项为多无人机碰撞的碰撞惩罚。Step 105: Add the first penalty function term and the second penalty function term to the energy consumption model to obtain the objective function of the UAV. The first penalty function term is the collision penalty between the UAV and the obstacle, The second penalty function term is the collision penalty for multiple UAV collisions.
所述第二罚函数项即为当前无人机与无人机集群中其他无人机之间发生碰撞的碰撞惩罚。The second penalty function term is the collision penalty for a collision between the current drone and other drones in the drone cluster.
假定其他无人机的轨迹是已知的确定的,即约束均可以视为已知确定的空间。在此基础上,本实施例考虑将优化空间进行凸化。It is assumed that the trajectories of other drones are known and determined, that is, the constraints can be regarded as known and determined spaces. On this basis, this embodiment considers convexizing the optimization space.
根据无人机和障碍物之间的碰撞,即可行域约束(),定义第一罚函数项/>。According to the collision between the UAV and the obstacle, the feasible domain constraint ( ), define the first penalty function term/> .
。 .
其中,表示无人机和每个障碍物之间的距离,当无人机不会发生碰撞时,该惩罚项接近为0,当碰撞时,根据碰撞的剧烈程度,惩罚项近似线性增大。最终的总体惩罚值为无人机对所有障碍物的惩罚值之和。在上述罚函数中,/>为第一罚因子,根据优化情况可以动态调整。对比/>精确罚函数,该惩罚函数考虑了无人机碰撞的深度,并且保证了该函数是连续可导。in, Represents the distance between the drone and each obstacle. When the drone does not collide, the penalty term is close to 0. When it collides, the penalty term increases approximately linearly according to the severity of the collision. The final overall penalty value is the sum of the penalty values of the drone to all obstacles. In the above penalty function,/> It is the first penalty factor, which can be dynamically adjusted according to the optimization situation. Compare/> An exact penalty function that takes into account the depth of the drone's collision and ensures that the function is continuously differentiable.
与之类似,定义了多无人机碰撞的第二罚函数项。Similarly, the second penalty function term for multi-UAV collision is defined .
; ;
其中,表示当前计算无人机和其他人机之间j的距离,j的取值范围为无人机集群中当前计算无人机之外的所有其他无人机的序号。in, Indicates the distance j between the current calculation drone and other human-machine machines. The value range of j is the serial number of all other drones in the drone cluster except the current calculation drone.
始无人机的优化问题可以转化为如下问题段轨迹规划,即述目标函数表示为:The initial UAV optimization problem can be transformed into the following problem segment trajectory planning, that is, the objective function is expressed as:
; ;
所述目标函数的约束条件为:;The constraints of the objective function are: ;
其中,其中,表示能量消耗模型,/>()表示第一罚函数项,/>()表示第二罚函数项,/>表示第一罚因子,/>表示第二罚因子,/>表示无人机的状态量,/>表示无人机的控制量,/>=x[0]…x[N],x[0]表示初始状态的状态量,x[N]表示第N个时刻的状态量,/>表示起飞时间对应的状态量,/>表示落地时间对应的状态量,/>表示控制量上限,/>表示控制量下限。Among them, among them, Represents the energy consumption model,/> () represents the first penalty function term,/> () represents the second penalty function term,/> Represents the first penalty factor,/> Represents the second penalty factor,/> Represents the status quantity of the drone,/> Indicates the control amount of the drone,/> =x[0]…x[N], x[0] represents the state quantity of the initial state, x[N] represents the state quantity of the Nth moment,/> Indicates the status quantity corresponding to the take-off time,/> Represents the state quantity corresponding to the landing time,/> Indicates the upper limit of the control amount,/> Indicates the lower limit of the control amount.
本实施例采用罚函数法求解目标函数,求解过程包括:This embodiment uses the penalty function method to solve the objective function. The solution process includes:
步骤S1:给定初始第一罚因子和第二罚因子/>。Step S1: Given the initial first penalty factor and the second penalty factor/> .
步骤S2:使用CasADI和IPOPT求解目标函数,并检查可行域约束和耦合碰撞约束。Step S2: Use CasADI and IPOPT to solve the objective function, and check the feasible region constraints and coupled collision constraints.
步骤S3:当约束不满足时(不满足可行性约束或者不满足耦合碰撞约束时),扩大罚因子(当不满足可行性约束时,按照第一设定步长扩大第一罚因子,当不满足耦合碰撞约束时,按照第二设定步长扩大第二罚因子),当约束满足时(可行性约束和耦合碰撞约束均满足),缩小罚因子(按照第三设定步长缩小第一罚因子和第二罚因子)。Step S3: When the constraints are not met (the feasibility constraints are not met or the coupling collision constraints are not met), the penalty factor is expanded (when the feasibility constraints are not met, the first penalty factor is expanded according to the first set step size, and when the feasibility constraints are not met) When the coupling collision constraint is satisfied, the second penalty factor is expanded according to the second set step size). When the constraints are satisfied (both the feasibility constraint and the coupling collision constraint are satisfied), the penalty factor is reduced (the first penalty factor is reduced according to the third set step size). penalty factor and second penalty factor).
步骤S4:循环步骤S2-步骤S3,直到找到最小的罚因子(当前迭代的目标函数值与上一次迭代的目标函数值之差小于设定阈值),循环结束,得到最优解,最优解为最优罚因子。Step S4: Loop steps S2 to S3 until the smallest penalty factor is found (the difference between the objective function value of the current iteration and the objective function value of the previous iteration is less than the set threshold). The loop ends and the optimal solution is obtained. The optimal solution is the optimal penalty factor.
得到最优罚因子的同时,确定无人机优化后的轨迹。While obtaining the optimal penalty factor, the optimized trajectory of the UAV is determined.
某次迭代过程中惩罚因子和迭代次数相对惩罚函数的变化。对于约束,由于在求解过程中没有违反该约束,惩罚因子持续减小直至达到最小允许值。对于约束/>,前两次迭代中没有违反约束,因此相应的惩罚因子减小。然而,在第三次迭代中出现违反约束,该算法适当扩大了罚因子,直到在第五次迭代中获得可行解。认为此时惩罚因子是最优的。Changes in the penalty factor and number of iterations relative to the penalty function during a certain iteration process. for constraints , since the constraint is not violated during the solution process, the penalty factor continues to decrease until it reaches the minimum allowed value. For constraints/> , there are no constraints violated in the first two iterations, so the corresponding penalty factor decreases. However, a constraint violation occurs in the third iteration, and the algorithm appropriately expands the penalty factor until a feasible solution is obtained in the fifth iteration. It is believed that the penalty factor is optimal at this time.
步骤106:基于所述可行域约束和所述耦合碰撞约束,利用各无人机的边缘算力,通过迭代采用罚函数法求解所述目标函数,得到无人机集群的轨迹规划结果;所述无人机集群中各无人机通过广播与共享机制进行信息共享。Step 106: Based on the feasible region constraint and the coupling collision constraint, use the edge computing power of each UAV to solve the objective function by iteratively using the penalty function method to obtain the trajectory planning result of the UAV cluster; Each drone in the drone cluster shares information through the broadcast and sharing mechanism.
其中,步骤106中每次迭代过程中,各无人机基于当前轨迹值,利用其边缘算力,采用罚函数法求解各无人机对应的目标函数,得到最优罚因子和优化后的轨迹值。通过多次迭代直到,各无人机的轨迹值稳定则得到无人机集群的轨迹规划结果。各无人机每次迭代得到优化后的轨迹值后,通过广播与共享机制将优化后的轨迹值与其他无人机共享。Among them, in each iteration process in step 106, each UAV uses its edge computing power based on the current trajectory value to solve the objective function corresponding to each UAV using the penalty function method to obtain the optimal penalty factor and optimized trajectory. value. Through multiple iterations until the trajectory value of each UAV is stable, the trajectory planning result of the UAV cluster is obtained. After each UAV obtains the optimized trajectory value in each iteration, the optimized trajectory value is shared with other UAVs through the broadcast and sharing mechanism.
每次迭代过程中,对于第n个无人机:基于当前迭代的初始轨迹猜测值,利用罚函数法求解第n个无人机对应的目标函数,得到优化后的轨迹值/>。During each iteration, for the nth drone: the initial trajectory guess value based on the current iteration , use the penalty function method to solve the objective function corresponding to the nth UAV, and obtain the optimized trajectory value/> .
根据当前迭代的初始轨迹猜测值和当前迭代得到的优化后的轨迹值/>,确定下一次迭代第n个无人机的初始轨迹猜测值/>。Guess the value based on the initial trajectory of the current iteration and the optimized trajectory value obtained by the current iteration/> , determine the initial trajectory guess value of the nth UAV in the next iteration/> .
通过多次迭代,直到各无人机的轨迹值均稳定则得到无人机集群的轨迹规划结果。Through multiple iterations, until the trajectory values of each UAV are stable, the trajectory planning result of the UAV cluster is obtained.
每次迭代,采用目标函数,对轨迹未稳定的无人机进行优化,每次迭代均得到一个完整的无人机集群的轨迹规划结果,经过多次次迭代,直到各无人机的轨迹值均稳定则得到无人机集群的最终轨迹规划结果。In each iteration, the objective function is used to optimize the UAV whose trajectory is not stable. Each iteration obtains a complete trajectory planning result of the UAV cluster. After multiple iterations, the trajectory value of each UAV is obtained. If both are stable, the final trajectory planning result of the UAV cluster will be obtained.
根据当前迭代的初始轨迹猜测值和当前迭代得到的优化后的轨迹值,确定下一次迭代第n个无人机的初始轨迹猜测值,即初始轨迹猜测值更新策略具体包括:Based on the initial trajectory guess value of the current iteration and the optimized trajectory value obtained by the current iteration, the initial trajectory guess value of the nth UAV in the next iteration is determined, that is, the initial trajectory guess value update strategy specifically includes:
根据公式,确定下一次迭代第n个无人机的初始轨迹猜测值;According to the formula , determine the initial trajectory guess value of the nth UAV in the next iteration;
其中,表示下一次迭代第n个无人机的初始轨迹猜测值,/>表示当前迭代第n个无人机的初始轨迹猜测值,/>表示当前迭代第n个无人机优化后的轨迹值。in, Represents the initial trajectory guess value of the nth UAV in the next iteration,/> Represents the initial trajectory guess value of the nth UAV in the current iteration, /> Indicates the optimized trajectory value of the nth UAV in the current iteration.
无人机轨迹稳定的定义为:。The definition of UAV trajectory stability is: .
其中,tol是一个给定的阈值。Among them, tol is a given threshold.
在初始轨迹猜测值更新策略条件下,目标函数的求解方法包括:Under the conditions of the initial trajectory guess value update strategy, the solution method of the objective function includes:
步骤a1:Step a1:
对于所有的无人机:For all drones:
步骤a1-1:不考虑空间,求解目标函数。Step a1-1: Do not consider space to solve the objective function.
步骤a1-2:检查空间约束,如果满足约束,即不发生碰撞,算法提前结束。Step a1-2: Check Spatial constraints, if the constraints are met, that is, no collision occurs, the algorithm ends early.
步骤a2:Step a2:
对于所有的无人机:For all drones:
步骤a2-1:将其他无人机上一次的轨迹作为空间,求解目标函数。Step a2-1: Use the last trajectory of other drones as space to solve the objective function.
步骤a2-2:当轨迹稳定时,该无人机不在参与后续的循环求解。Step a2-2: When the trajectory is stable, the UAV no longer participates in subsequent loop solutions.
步骤a3:当只剩下最后一架轨迹不稳定的无人机时,对该无人机采用目标函数优化一次,得到最终的无人机集群轨迹规划结果。Step a3: When there is only the last UAV with an unstable trajectory, the objective function is used to optimize the UAV once, and the final UAV cluster trajectory planning result is obtained.
所述无人机集群中各无人机通过广播与共享机制进行信息共享,即各无人机得到目标函数的最优解后进行最优解共享。Each drone in the drone cluster shares information through a broadcast and sharing mechanism, that is, each drone shares the optimal solution after obtaining the optimal solution of the objective function.
在每次规划完成之后,向周围无人机广播自己的规划信息,为此,本实施例公开了一个基于LoRaWAN的四无人机信息交换系统:After each planning is completed, its planning information is broadcast to surrounding drones. To this end, this embodiment discloses a four-drone information exchange system based on LoRaWAN:
1.四无人机信息交换系统由无人机集群和一个网关站组成。每个无人机安装LoRa通信模块,网关站用于中继无人机间的信息交换。1. The four-UAV information exchange system consists of a UAV cluster and a gateway station. Each drone is equipped with a LoRa communication module, and the gateway station is used to relay information exchange between drones.
2.无人机与网关站之间、无人机之间通过LoRa网络相互通信。网关站负责转发各无人机的信息,实现无人机间的全连接通信。2. The drones and gateway stations, and the drones communicate with each other through the LoRa network. The gateway station is responsible for forwarding the information of each drone to realize fully connected communication between drones.
3.每个无人机通过LoRa网络周期性广播自身的ID以及路径信息。其他无人机和网关站接收这些信息,掌握各无人机的飞行状态。3. Each drone periodically broadcasts its own ID and path information through the LoRa network. Other drones and gateway stations receive this information and grasp the flight status of each drone.
4.网关站监视各无人机间的通信,如果检测到某个无人机与系统失去联系,则认为该无人机故障,通过LoRa网络通知其他无人机该无人机状态,避免任务分配至失联无人机。4. The gateway station monitors the communication between each drone. If it detects that a drone has lost contact with the system, it will consider the drone to be faulty and notify other drones of the drone status through the LoRa network to avoid missions. Assigned to the missing drone.
5.无人机着陆后,网关站从中收集各无人机的飞行日志,用于评估通信质量和系统性能。5. After the drone lands, the gateway station collects the flight logs of each drone to evaluate communication quality and system performance.
四无人机信息交换系统利用LoRa网络实现四无人机的简单信息交换,无人机间采用广播通信和网关站转发实现全连接。该系统通信量小,适用于无人机交换简单指令和状态信息,满足基本的协同飞行要求。总体而言,该系统提供一种简单高效的多无人机通信方案。The four-UAV information exchange system uses the LoRa network to realize simple information exchange among the four UAVs. The UAVs use broadcast communication and gateway station forwarding to achieve full connectivity. The system has small communication volume, is suitable for UAVs to exchange simple instructions and status information, and meets basic collaborative flight requirements. Overall, this system provides a simple and efficient multi-UAV communication solution.
本发明构建了一种基于边缘计算的无人机集群轨迹规划方法,该方法可以完成无人机之间的信息传递以及利用无人机的边缘算力进行轨迹优化。The present invention constructs a UAV cluster trajectory planning method based on edge computing, which can complete information transfer between UAVs and utilize the edge computing power of UAVs for trajectory optimization.
本发明提出的罚函数方法可以有效提高单一无人机轨迹求解的成功率和求解速度,该算法旨在实现在低算力平台上,轨迹的有效求解。The penalty function method proposed by the present invention can effectively improve the success rate and solution speed of single UAV trajectory solution. This algorithm is designed to achieve effective trajectory solution on a low computing power platform.
本发明提出的初值更新策略可以使得求解速度显著提高,通过给与优化的初始猜测,可以使得求解器更快速的找到最优解。The initial value update strategy proposed by the present invention can significantly improve the solving speed. By giving optimized initial guesses, the solver can find the optimal solution more quickly.
本发明提出的分布式求解算法不依赖于中心服务器,使无人机集群拥有更良好的自主智能。The distributed solving algorithm proposed by the present invention does not rely on a central server, allowing the UAV cluster to have better independent intelligence.
实施例2提供了一种基于边缘计算的无人机集群轨迹规划系统。Embodiment 2 provides an edge computing-based UAV cluster trajectory planning system.
如图3所示,一种基于边缘计算的无人机集群轨迹规划系统,包括:As shown in Figure 3, a UAV cluster trajectory planning system based on edge computing includes:
动力学方程构建模块201,用于构建无人机运动的动力学方程。The dynamic equation building module 201 is used to construct the dynamic equation of the UAV movement.
可行域约束构建模块202,用于根据所述动力学方程和无人机飞行的三维空间内的障碍物,构建无人机的可行域约束。The feasible region constraint construction module 202 is used to construct the feasible region constraints of the UAV based on the dynamic equations and obstacles in the three-dimensional space where the UAV flies.
耦合碰撞约束构建模块203,用于根据将无人机与无人机集群中其他无人机保持设定距离,构建无人机的耦合碰撞约束。The coupling collision constraint construction module 203 is used to construct coupling collision constraints of the UAV based on maintaining a set distance between the UAV and other UAVs in the UAV cluster.
能量消耗模型构建模块204,用于将无人机从起飞时间到落地时间之间的时间段离散化,构建无人机从起飞时间到落地时间的能量消耗模型。The energy consumption model building module 204 is used to discretize the time period between the take-off time and the landing time of the UAV, and construct an energy consumption model of the UAV from the take-off time to the landing time.
目标函数构建模块205,用于将第一罚函数项和第二罚函数项加入所述能量消耗模型,得到无人机的目标函数,所述第一罚函数项为无人机与障碍物之间的碰撞惩罚,所述第二罚函数项为多无人机碰撞的碰撞惩罚。The objective function building module 205 is used to add the first penalty function term and the second penalty function term to the energy consumption model to obtain the objective function of the drone. The first penalty function term is the relationship between the drone and the obstacle. The second penalty function term is the collision penalty for multiple UAV collisions.
求解模块206,用于基于所述可行域约束和所述耦合碰撞约束,利用各无人机的边缘算力,通过迭代采用罚函数法求解所述目标函数,得到无人机集群的轨迹规划结果;所述无人机集群中各无人机通过广播与共享机制进行信息共享。The solving module 206 is configured to use the edge computing power of each UAV based on the feasible region constraint and the coupling collision constraint to solve the objective function by iteratively using the penalty function method to obtain the trajectory planning result of the UAV cluster. ; Each drone in the drone cluster shares information through a broadcast and sharing mechanism.
本说明书中各个实施例采用递进的方式描述,每个实施例重点说明的都是与其他实施例的不同之处,各个实施例之间相同相似部分互相参见即可。对于实施例公开的系统而言,由于其与实施例公开的方法相对应,所以描述的比较简单,相关之处参见方法部分说明即可。Each embodiment in this specification is described in a progressive manner. Each embodiment focuses on its differences from other embodiments. The same and similar parts between the various embodiments can be referred to each other. As for the system disclosed in the embodiment, since it corresponds to the method disclosed in the embodiment, the description is relatively simple. For relevant details, please refer to the description in the method section.
本文中应用了具体个例对本发明的原理及实施方式进行了阐述,以上实施例的说明只是用于帮助理解本发明的方法及其核心思想;同时,对于本领域的一般技术人员,依据本发明的思想,在具体实施方式及应用范围上均会有改变之处。综上所述,本说明书内容不应理解为对本发明的限制。This article uses specific examples to illustrate the principles and implementation methods of the present invention. The description of the above embodiments is only used to help understand the method and the core idea of the present invention; at the same time, for those of ordinary skill in the art, according to the present invention There will be changes in the specific implementation methods and application scope of the ideas. In summary, the contents of this description should not be construed as limitations of the present invention.
Claims (8)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202311068439.3A CN116774735B (en) | 2023-08-24 | 2023-08-24 | Unmanned aerial vehicle cluster track planning method and system based on edge calculation |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202311068439.3A CN116774735B (en) | 2023-08-24 | 2023-08-24 | Unmanned aerial vehicle cluster track planning method and system based on edge calculation |
Publications (2)
Publication Number | Publication Date |
---|---|
CN116774735A true CN116774735A (en) | 2023-09-19 |
CN116774735B CN116774735B (en) | 2023-11-10 |
Family
ID=88012020
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202311068439.3A Active CN116774735B (en) | 2023-08-24 | 2023-08-24 | Unmanned aerial vehicle cluster track planning method and system based on edge calculation |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN116774735B (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN117434961A (en) * | 2023-10-13 | 2024-01-23 | 南京航空航天大学 | Joint optimization method of multi-task allocation and trajectory planning for heterogeneous UAV clusters |
Citations (14)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20200348696A1 (en) * | 2018-07-18 | 2020-11-05 | The Trustees Of The University Of Pennsylvania | Control of multi-drone fleets with temporal logic objectives |
CN112379693A (en) * | 2020-11-24 | 2021-02-19 | 中国运载火箭技术研究院 | Reentry trajectory optimization method for intelligent parallel Gaussian pseudo-spectral method aircraft |
US20210165405A1 (en) * | 2019-12-03 | 2021-06-03 | University-Industry Cooperation Group Of Kyung Hee University | Multiple unmanned aerial vehicles navigation optimization method and multiple unmanned aerial vehicles system using the same |
KR20210069549A (en) * | 2019-12-03 | 2021-06-11 | 경희대학교 산학협력단 | Multiple unmanned aerial vehicles navigation oprimizaition method and multiple unmanned aerial vehicles system using the same |
US20210255641A1 (en) * | 2019-09-30 | 2021-08-19 | South China University Of Technology | Method for designing three-dimensional trajectory of unmanned aerial vehicle based on wireless power transfer network |
CN113900449A (en) * | 2021-10-26 | 2022-01-07 | 鹏城实验室 | Multi-unmanned aerial vehicle trajectory planning method and device, unmanned aerial vehicle and storage medium |
CN114201925A (en) * | 2022-02-17 | 2022-03-18 | 佛山科学技术学院 | UAV swarm cooperative mission planning method, electronic device and readable storage medium |
CN114397896A (en) * | 2022-01-10 | 2022-04-26 | 贵州大学 | Dynamic path planning method for improving particle swarm optimization |
CN114610065A (en) * | 2022-03-15 | 2022-06-10 | 浙江大学湖州研究院 | Graph theory-based cluster unmanned aerial vehicle formation flight trajectory optimization method |
CN115097857A (en) * | 2022-07-18 | 2022-09-23 | 浙江大学 | Real-time trajectory planning method considering the shape of rotor UAV in complex environment |
US20220390964A1 (en) * | 2021-06-04 | 2022-12-08 | Thomas Andrew Youmans | Cloud & hybrid-cloud flight vehicle & robotic control system ai & ml enabled cloud-based software & data system method for the optimization and distribution of flight control & robotic system solutions and capabilities |
CN116227338A (en) * | 2022-12-29 | 2023-06-06 | 中国航天空气动力技术研究院 | Variable wing aircraft track optimization method based on self-adaptive sparrow searching pseudo-spectrum method |
CN116257082A (en) * | 2022-11-03 | 2023-06-13 | 天津大学 | Multi-UAV Distributed Active Cooperative Detection Method |
CN116451934A (en) * | 2023-03-16 | 2023-07-18 | 中国人民解放军国防科技大学 | Multi-unmanned aerial vehicle edge calculation path optimization and dependent task scheduling optimization method and system |
-
2023
- 2023-08-24 CN CN202311068439.3A patent/CN116774735B/en active Active
Patent Citations (14)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20200348696A1 (en) * | 2018-07-18 | 2020-11-05 | The Trustees Of The University Of Pennsylvania | Control of multi-drone fleets with temporal logic objectives |
US20210255641A1 (en) * | 2019-09-30 | 2021-08-19 | South China University Of Technology | Method for designing three-dimensional trajectory of unmanned aerial vehicle based on wireless power transfer network |
US20210165405A1 (en) * | 2019-12-03 | 2021-06-03 | University-Industry Cooperation Group Of Kyung Hee University | Multiple unmanned aerial vehicles navigation optimization method and multiple unmanned aerial vehicles system using the same |
KR20210069549A (en) * | 2019-12-03 | 2021-06-11 | 경희대학교 산학협력단 | Multiple unmanned aerial vehicles navigation oprimizaition method and multiple unmanned aerial vehicles system using the same |
CN112379693A (en) * | 2020-11-24 | 2021-02-19 | 中国运载火箭技术研究院 | Reentry trajectory optimization method for intelligent parallel Gaussian pseudo-spectral method aircraft |
US20220390964A1 (en) * | 2021-06-04 | 2022-12-08 | Thomas Andrew Youmans | Cloud & hybrid-cloud flight vehicle & robotic control system ai & ml enabled cloud-based software & data system method for the optimization and distribution of flight control & robotic system solutions and capabilities |
CN113900449A (en) * | 2021-10-26 | 2022-01-07 | 鹏城实验室 | Multi-unmanned aerial vehicle trajectory planning method and device, unmanned aerial vehicle and storage medium |
CN114397896A (en) * | 2022-01-10 | 2022-04-26 | 贵州大学 | Dynamic path planning method for improving particle swarm optimization |
CN114201925A (en) * | 2022-02-17 | 2022-03-18 | 佛山科学技术学院 | UAV swarm cooperative mission planning method, electronic device and readable storage medium |
CN114610065A (en) * | 2022-03-15 | 2022-06-10 | 浙江大学湖州研究院 | Graph theory-based cluster unmanned aerial vehicle formation flight trajectory optimization method |
CN115097857A (en) * | 2022-07-18 | 2022-09-23 | 浙江大学 | Real-time trajectory planning method considering the shape of rotor UAV in complex environment |
CN116257082A (en) * | 2022-11-03 | 2023-06-13 | 天津大学 | Multi-UAV Distributed Active Cooperative Detection Method |
CN116227338A (en) * | 2022-12-29 | 2023-06-06 | 中国航天空气动力技术研究院 | Variable wing aircraft track optimization method based on self-adaptive sparrow searching pseudo-spectrum method |
CN116451934A (en) * | 2023-03-16 | 2023-07-18 | 中国人民解放军国防科技大学 | Multi-unmanned aerial vehicle edge calculation path optimization and dependent task scheduling optimization method and system |
Non-Patent Citations (5)
Title |
---|
HU GUI ET AL.: "Attitude Control of Spherical Unmanned Aerial Vehicle Based on Active Disturbance Rejection Control", PROCEEDINGS OF THE 34TH CHINESE CONTROL CONFERENCE, pages 1191 - 1195 * |
叶光 等: "能量平衡的三维传感器网络重部署算法", 兵工学报, pages 369 - 373 * |
吴壮: "基于移动边缘计算的无人机分布式协作", 中国优秀硕士学位论文全文数据库 工程科技Ⅱ辑, no. 6, pages 19 - 21 * |
王祝 等: "基于罚函数序列凸规划的多无人机轨迹规划", 航空学报, no. 10, pages 3149 - 3158 * |
董超 等: "基于无人机的边缘智能计算研究综述", 智能科学与技术学报, no. 03, pages 227 - 239 * |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN117434961A (en) * | 2023-10-13 | 2024-01-23 | 南京航空航天大学 | Joint optimization method of multi-task allocation and trajectory planning for heterogeneous UAV clusters |
Also Published As
Publication number | Publication date |
---|---|
CN116774735B (en) | 2023-11-10 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN111897316B (en) | Multi-aircraft autonomous decision-making method under scene fast-changing condition | |
CN115033016B (en) | Heterogeneous unmanned cluster formation obstacle avoidance method and system | |
Xu et al. | Two-layer distributed hybrid affine formation control of networked Euler–Lagrange systems | |
CN112631335B (en) | Event triggering-based multi-quad-rotor unmanned aerial vehicle fixed time formation method | |
CN118244799B (en) | A UAV formation coordination control method | |
CN113157000A (en) | Flight formation cooperative obstacle avoidance self-adaptive control method based on virtual structure and artificial potential field | |
CN113759935B (en) | Intelligent group formation mobile control method based on fuzzy logic | |
CN113110593B (en) | Flight formation cooperative self-adaptive control method based on virtual structure and estimation information transmission | |
CN114415734B (en) | Four-rotor unmanned aerial vehicle formation reconfiguration control system based on ADP and obstacle avoidance mechanism | |
CN114138022B (en) | A Distributed Formation Control Method for UAV Swarms Based on Elite Pigeon Group Intelligence | |
CN116774735B (en) | Unmanned aerial vehicle cluster track planning method and system based on edge calculation | |
CN115047910A (en) | Unmanned aerial vehicle formation cruise control method based on wild goose-shaped array | |
CN117170410B (en) | Control methods and related products for UAV formation flight | |
CN113848982B (en) | Four-rotor unmanned aerial vehicle amphibious shut-down motion trail planning and tracking control method | |
CN113220022A (en) | Flight formation finite time self-adaptive control method based on event trigger estimation information transmission | |
CN114935943A (en) | Unmanned aerial vehicle and unmanned vehicle cluster formation tracking control method and system | |
CN114791743A (en) | A collaborative trajectory planning method for UAV swarms considering communication delay | |
CN104181813A (en) | Self-adaptive control method of Lagrange system with connectivity maintenance | |
CN116540697A (en) | Heterogeneous multi-unmanned system formation tracking control method based on dynamic topological structure | |
Gong et al. | A virtual spring strategy for cooperative control of connected and automated vehicles at signal-free intersections | |
CN112882493B (en) | Cluster collaborative deployment method based on distributed optimal energy MPC | |
CN118502307A (en) | Distributed cluster vehicle control method | |
CN117075636A (en) | A control method for multi-UAV affine formation | |
CN112148035A (en) | Multi-unmanned aerial vehicle track optimization method and device, storage medium and computer equipment | |
CN116449866A (en) | Complex environment-oriented long-endurance unmanned aerial vehicle monitoring task planning method and system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |