大工至善|大学至真分享 http://blog.sciencenet.cn/u/lcj2212916

博文

[转载]【计算机科学】【2013.08】无人机路径规划问题的算法研究

已有 1715 次阅读 2019-7-21 22:05 |系统分类:科研笔记|文章来源:转载

本文为美国德克萨斯农工大学(作者:JIANGLEI QIN)的硕士论文,共44页。

 

在过去的十年里,无人驾驶车辆(UVs)在军事和民用领域得到了广泛的应用。无人车路径规划在有效利用现有资源(如无人车和传感器)方面发挥着重要作用。本文的主要目的是解决单辆无人车的两种路径规划问题。我们考虑的两个问题是配额问题预算问题。在配额问题上,车辆必须访问足够数量的目标,以满足途中总奖励的配额要求。在预算问题中,车辆必须遵守无人车行驶距离的限制。我们使用一种实用的启发式方法(称为奖励乘子法)来解决这两个问题。该方法首先使用原始对偶算法将目标分配给无人车,然后应用Lin – Kernighan启发式(LKH)方法生成无人车指定目标的路线。我们在两种不同的车型上测试了这种方法。一种模型是简单的车辆,它可以在不限制转弯半径的情况下向任何方向移动。另一个模型是Reeds-Shepp车辆,我们还利用多商品流公式对C++中的两个问题进行了建模,并利用CPLEX技术解决了它们的优化问题。

 

Unmanned Vehicles (UVs) have beensignificantly utilized in military and civil applications over the last decade.Path-planning of UVs plays an important role in effectively using the availableresources such as the UVs and sensors as efficiently as possible. The mainpurpose of this thesis is to address two path planning problems involving asingle UV. The two problems we consider are the quota problem and the budgetproblem. In the quota problem, the vehicle has to visit a sufficient number oftargets to satisfy the quota requirement on the total prize collected in thetour. In the budget problem, the vehicle has to comply with a constraint of thedistance traveled by the UV. We solve both these problems using a practicalheuristic called the prize-multiplier approach. This approach first uses aprimal-dual algorithm to first assign the targets to the UV. The Lin –Kernighan Heuristic (LKH) is then applied to generate a tour of the assignedtargets for the UV. We tested this approach on two different vehicle models.One model is a simple vehicle which can move in any direction without aconstraint on its turning radius. The other model is a Reeds-Shepp vehicle. Wealso modeled both problems in C++ using the multi-commodity flow formulations,and solved them to optimality by using the Concert Technology of CPLEX.

 

 

引言

1.1 研究动机

1.2 问题描述

1.3 文献回顾

1.4 全文概述

问题建模

2.1 一般模型

2.2 配额问题建模

2.3 预算问题建模

启发式算法

3.1 实现启发式算法的一般思路

3.2 获奖树问题简介

3.3 配额问题的奖励乘子法

3.4 预算问题的奖励乘子法

仿真结果

4.1 配额和预算问题的输入数据

4.2 仿真结果与分析

结论与未来工作展望


更多精彩文章请关注公众号:qrcode_for_gh_60b944f6c215_258.jpg



https://blog.sciencenet.cn/blog-69686-1190522.html

上一篇:[转载]【新书推荐】【2018.09】设备安装人员的电磁兼容性:系统与安装的电磁兼容性
下一篇:[转载]【无人机】【2002.05】基于GPS的微型飞行器导航系统的设计与实现
收藏 IP: 114.102.185.*| 热度|

0

该博文允许注册用户评论 请点击登录 评论 (0 个评论)

数据加载中...

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-4-27 10:27

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部