面向植保任务的无人机集群系统及其应用研究

news/2024/6/29 12:01:51 标签: 无人机, 毕业设计, 毕设, matlab

随着无线通信技术的发展,无人机在民用和军事上的应用越来越广泛。由于单无人机负重少、体积小、覆盖面积小,不能满足复杂任务需求,近年来,关于无人机集群协同编队控制方面的研究发展迅速。植保无人机在实际作业过程中,若作业区域面积较大,单次植保作业无法满足作业要求,需要中途多次返航至补给点进行药剂装填或电池更换等补给作业。这就要求对无人机的作业路线进行合理规划,从而达到提高作业效率的目的。随着中国城镇化率的进一步提高,对于转变农业发展方式,支撑现代农业发展,增强农业综合生产能力,发展高作业效率的农机装备是大势所趋。若仅采用1架植保无人机进行作业,作业总时间较长,效率有限。针对这种情况,本文基于改进粒子群算法,提出了一种多植保无人机协同路径规划解决方案,采用多架无人机协同作业,提高劳动效率。

基于无人机集群协同编队控制应用广泛,比如无人机集群、无人机巡警等行业,都会运用到基于集群协同编队控制方法的无人机系统。更高效率和更高精度的无人机集群协同编队控制系统一直是研究的热点。在我们日常生活中,无人机集群协同编队控制系统随处可见,因为其相比其他的控制方式而言,运行稳定且控制精度较高等优势,最重要的是无人机集群协同编队控制系统在集群演示等方面具有很好的优势。随着自动控制技术和微电子技术的不断革新,目前的技术水平为实现无人机集群协同编队控制系统打下坚实的基础,提供扎实的理论依据。

本次设计主要以无人机集群协同编队控制系统设计应用作为研究背景,运用MATLAB仿真工具搭建相应的仿真模型。该模型利用MATLAB软件中的模块库,建立了无人机集群协同编队控制系统在无人机系统应用中的系统仿真模型,通过 MATLAB仿真软件搭建仿真模型,运行仿真,并对无人机集群协同编队控制系统的仿真结果进行了分析。利用MATLAB软件Simulink工具箱中模块针对无人机集群协同编队控制系统技术搭建了仿真模型。最后针对实例进行仿真验证,理论计算值和仿真结果的一致性证明了所搭建仿真模型的正确性,从而为同行从业人员或学习者提供可靠的参照。

关键词:无人机集群,协同编队控制,队形变换 ,MATLAB

Abstract

With the development of wireless communication technology, uav is widely used in civil and military fields. Due to the small weight, small volume and small coverage area of single UAV, it cannot meet the requirements of complex tasks. In recent years, the research on cooperative formation control of UAV cluster has developed rapidly. In the actual operation process, if the operation area of plant protection UAV is large, a single plant protection operation cannot meet the operation requirements, and it is necessary to return to the supply point for replenishment operations such as drug loading or battery replacement. This requires reasonable planning of uav operation route, so as to achieve the purpose of improving operation efficiency. With the further improvement of China's urbanization rate, it is the general trend to change the way of agricultural development, support the development of modern agriculture, enhance the comprehensive agricultural production capacity, and develop agricultural machinery and equipment with high operational efficiency. If only one plant protection UAV is used for operation, the total operation time will be long and the efficiency is limited. In view of this situation, this paper proposed a cooperative path planning solution of multiple plant protection UAVs based on improved particle swarm optimization algorithm. Multiple UAVs were adopted to work cooperatively to improve labor efficiency.

Uav cooperative formation control based on uav cluster has been widely applied, such as UAV cluster, UAV patrol and other industries, will be used in uav system based on uav cooperative formation control method. Higher efficiency and higher precision uav cooperative formation control system is always a research hotspot. In our daily life, the uav cooperative formation control system can be seen everywhere, because compared with other control methods, it has the advantages of stable operation and higher control accuracy. The most important is that the UAV cooperative formation control system has good advantages in cluster demonstration and other aspects. With the continuous innovation of automatic control technology and microelectronics technology, the current technical level has laid a solid foundation and provided a solid theoretical basis for the realization of uav cluster cooperative formation control system.

This design is mainly based on the uav cluster cooperative formation control system design and application as the research background, using MATLAB simulation tools to build the corresponding simulation model. In this model, the module library of MATLAB software is used to establish the system simulation model of UAV cluster cooperative formation control system in the application of UAV system. The simulation model is built and run by MATLAB simulation software, and the simulation results of UAV cluster cooperative formation control system are analyzed. The simulation model of uav cluster cooperative formation control system is built by using the module in MATLAB Simulink toolbox. Finally, the consistency of theoretical calculation and simulation results proves the correctness of the simulation model, so as to provide reliable reference for practitioners or learners in the same field.

Key words: Uav cluster, cooperative formation control, formation transformation, MATLAB

目录

   ...................................................................................................................... 1

第一章 绪论......................................................................................................... 6

1.1  概述........................................................................................................... 6

1.2  课题研究的现状.................................................................................... 7

1.3  课题研究的意义.................................................................................... 8

1.4  仿真工具MATLAB/Simulink简介............................................... 9

1.5  课题的研究内容及章节安排......................................................... 12

第二章 多植保无人机集群编队控制分析............................................. 14

2.1  无人机集群编队问题分析............................................................. 14

2.1.1 编队队形形成与保持................................................................. 14

2.1.2 编队队形变换............................................................................... 15

2.2  编队控制算法研究............................................................................ 16

第三章 多植保无人机集群编队系统建模............................................. 19

3.1  无人机质心运动模型........................................................................ 19

3.2 基于领航参照的多无人机运动建模............................................. 20

3.3 本章小结................................................................................................. 22

第四章  无人机队形变换策略................................................................... 23

4.1  队形结构模型与编队队形库......................................................... 23

4.2  避障情况下的动态队形变换最优策略...................................... 24

4.2.1 队形变换评价准则...................................................................... 24

4.2.2 编队最优变换策略...................................................................... 26

第五章  无人机集群编队控制建模与仿真........................................... 30

5.1     基于无人机集群协同编队控制系统建模............................... 30

5.2 仿真输出波形及分析......................................................................... 32

5.3 本章小结................................................................................................. 32

第六章  结束语............................................................................................... 34

参考文献.............................................................................................................. 35

致    谢.............................................................................................................. 38

完整论文点击如下链接下载:

https://download.csdn.net/download/weixin_45905610/88568350

面向植保任务的无人机集群系统及其应用研究资源-CSDN文库

matlab建模仿真点击如下链接下载:

https://download.csdn.net/download/weixin_45905610/88568353

面向植保任务的无人机集群系统及其应用研究-matlab仿真资源-CSDN文库


http://www.niftyadmin.cn/n/5224345.html

相关文章

【开源】基于Vue.js的大学计算机课程管理平台的设计和实现

项目编号: S 028 ,文末获取源码。 \color{red}{项目编号:S028,文末获取源码。} 项目编号:S028,文末获取源码。 目录 一、摘要1.1 项目介绍1.2 项目录屏 二、功能模块2.1 实验课程档案模块2.2 实验资源模块2…

60V 72V 输入 输出5V 2A 内置MOS 降压芯片 ESOP8封装

60V 72V 输入 输出5V 2A 内置MOS 降压芯片 SC9102 ESOP8封装

ubuntu中root和普通用户切换方法

ubuntu登录后,默认是普通用户权限,那么普通用户权限和root权限如何切换呢,下面总结下它们之间如何切换。 普通用户切换到root用户 登录ubuntu后,按上组合键CTRLALTT进入终端界面,一般终端界面默认为普通用户权限模式…

达索系统3DEXPERIENCE WORKS 2024 结构仿真功能增强

simulia结构仿真是什么? 不仅能对结构进行力学、热学、声学等多学科计算,辅助于设计方案的优化;还能采用数字化技术模拟产品性能,大幅节约试验和样机迭代成本。达索系统3DEXPERIENCE WORKS 2024 结构仿真为企业提供随需应变、精准…

解决:SyntaxError: Non-UTF-8 code starting with À in file but no encoding declared

解决:SyntaxError: Non-UTF-8 code starting with in file but no encoding declared 文章目录 解决:SyntaxError: Non-UTF-8 code starting with in file but no encoding declared背景报错问题报错翻译报错原因解决方法使用utf-8格式使用gbk格式今天…

蓝桥杯day02——第三大的数

题目 给你一个非空数组,返回此数组中 第三大的数 。如果不存在,则返回数组中最大的数。 示例 1: 输入:[3, 2, 1] 输出:1 解释:第三大的数是 1 。 示例 2: 输入:[1, 2] 输出&…

MySQL - 索引类型详解

通俗的来说,索引就相当于一个字典的目录,为了方便查找书中的内容,通过对内容建立索引形成目录,索引是一个文件,它是要占据物理内存的。 官方的来说索引它是一种数据结构,数据库索引是数据库管理系统中一个排…

数智赋能 锦江汽车携手苏州金龙打造高质量盛会服务

作为一家老牌客运公司,成立于1956年的上海锦江汽车服务有限公司(以下简称锦江汽车),拥有1200多辆大巴和5000多辆轿车,是上海乃至长三角地区规模最大的专业旅游客运公司。面对客运市场的持续萎缩,锦江汽车坚…