【无人机】【2019.05】网络化系统中的可靠性方法——无人机应用

在这里插入图片描述

本文为法国贝尔福-蒙贝利亚尔技术大学(作者:Rana ABDALLAH)的博士论文,共139页。

无人驾驶飞行器最初在军事领域使用和发展,近年来已经经历了深刻的变化,越来越多地应用于民用领域。无人机已经应用于消防、救援以及监视和攻击等特定应用。编队飞行是无人机最常用的,因为它允许任务的合理分配,并大大提高了无人机的效率(食肉动物成群结队攻击的原则)。这将引起协调和战略问题,以及操作类型(主/从…)的选择。而且,最优信息的类型和质量也有待确定。在危险环境中越来越多地使用这些无人协作系统,使得它们的可靠性对于防止任何灾难性事件至关重要。应确保无人机机群的总体性能,尽管组件可能退化或网络和环境发生任何变化。有必要检测可能导致碰撞从而影响任务的异常行为。考虑到性能和成本,容错系统和冗余系统并不总是编队飞行最有效的解决方案。故障树分析(FTA)、故障模式及影响分析(FMEA)等方法在直升机领域得到了广泛的应用。在第一部分中,我们提出了一种基于FTA的静态方法,通过强调信息流的交换,保证了无人机之间从一侧到另一侧以及无人机与地面站之间的成功通信。算法使用不同的故障树来表示这个复杂系统的不同误差条件。在第二部分中,我们分析了不同的故障状态及其概率。由于这一过程是随机的,因此发展了一种吸收马尔可夫链方法。所提出的方法可以用来找出最危险的情况和提高可靠性的考虑因素。最后,在第三部分中,我们重点讨论了无人机通信网络中的消息接收问题,提出了一种基于重传次数的协议。消息的接收具有一定的可靠性概率,这取决于无人机的若干属性,例如调制和误比特率(BER)。

Unmanned aerial vehicles, used anddeveloped initially in the military field, have experienced profound changes inrecent years and are increasingly used in the civilian field. Recognized asdrones, they are most often used in the civil and military domains. They areused for firefighting, rescue as well as in specific applications such assurveillance and attack. The formation flight is the most used because itallows a judicious distribution of the tasks and greatly improves theefficiency of the drones (principle of the attack in pack, carnivorousanimals). This will raise the issue of coordination and strategy, as well asthe type of operation (master /slave, …). The type and quality of optimalinformation also remain to be defined. The increased use of these cooperativesystems in hazardous environments makes their reliability essential to preventany catastrophic event. Overall performance of the drone fleet should beensured, despite possible degradation of components or any changes that occur tothe network and the environment. It is necessary to detect the anomalousbehaviors that might contribute to collisions and thus affect the mission.Taking into consideration performance and cost, the fault-tolerant system andredundant systems are not always the most efficient solution for the formationfleet flight. Different methods like the fault tree analysis (FTA), FailureModes and Effects Analysis (FMEA) have been used in the helicopter field. Inthe first part, we propose a static method based on FTA, to ensure a successfulcommunication between the drones from one side, and between the drones and theground station from the other side by emphasizing on the exchange ofinformation flows. It uses various fault trees to represent the different errorconditions of this complex system. In the second part, we analyze the differentfault states and their probabilities. As this process is stochastic, anabsorbing Markov chain approach is developed. The proposed approach can be usedto find the most risky scenarios and considerations for improving reliability. Finally,in the third part, we put the emphasis on the message receipt problem in adrone’s communication network by proposing a protocol based on number ofretransmissions. The reception of a message is provided with a certainprobability of reliability depending on several attributes such as modulationand bit error rate (BER) characterizing the UAVs.

  1. 引言
  2. 可靠性与无人机网络
  3. 基于故障树分析的无人机通信可靠性研究
  4. 基于吸收马尔可夫链的无人机通信可靠性研究
  5. 无人机网络信息传输的可靠性
  6. 结论与未来工作展望

更多精彩文章请关注公众号:在这里插入图片描述

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
内容介绍 项目结构: Controller层:使用Spring MVC来处理用户请求,负责将请求分发到相应的业务逻辑层,并将数据传递给视图层进行展示。Controller层通常包含控制器类,这些类通过注解如@Controller、@RequestMapping等标记,负责处理HTTP请求并返回响应。 Service层:Spring的核心部分,用于处理业务逻辑。Service层通过接口和实现类的方式,将业务逻辑与具体的实现细节分离。常见的注解有@Service和@Transactional,后者用于管理事务。 DAO层:使用MyBatis来实现数据持久化,DAO层与数据库直接交互,执行CRUD操作。MyBatis通过XML映射文件或注解的方式,将SQL语句与Java对象绑定,实现高效的数据访问。 Spring整合: Spring核心配置:包括Spring的IOC容器配置,管理Service和DAO层的Bean。配置文件通常包括applicationContext.xml或采用Java配置类。 事务管理:通过Spring的声明式事务管理,简化了事务的处理,确保数据一致性和完整性。 Spring MVC整合: 视图解析器:配置Spring MVC的视图解析器,将逻辑视图名解析为具体的JSP或其他类型的视图。 拦截器:通过配置Spring MVC的拦截器,处理请求的预处理和后处理,常用于权限验证、日志记录等功能。 MyBatis整合: 数据源配置:配置数据库连接池(如Druid或C3P0),确保应用可以高效地访问数据库。 SQL映射文件:使用MyBatis的XML文件或注解配置,将SQL语句与Java对象映射,支持复杂的查询、插入、更新和删除操作。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值