Compare commits

...

19 Commits

Author SHA1 Message Date
p73692015 f56bb1904e Update README.md 2022-10-18 09:13:04 +08:00
p73692015 362b36a40d Update README.md 2022-10-18 09:12:23 +08:00
p73692015 2e301ed899 Update README.md 2022-10-18 08:49:47 +08:00
p73692015 2c84627b8f Update README.md 2022-10-18 08:48:55 +08:00
p73692015 e9f0d676fd Update README.md 2022-10-18 08:46:48 +08:00
p68729051 efed534ba9 myreadme 2022-10-18 08:45:34 +08:00
p73692015 3558c79ffe Update README.md 2022-10-18 08:36:16 +08:00
p68729051 1c28990df2 myreadme 2022-10-18 00:08:39 +08:00
p73692015 d32a163e98 Update README.md 2022-07-15 11:19:26 +08:00
p73692015 d76a53e8ef Update README.md 2022-07-15 11:09:56 +08:00
p73692015 8c5af7ccf1 Update README.md 2022-06-23 08:50:54 +08:00
p73692015 a697ec5e01 Update README.md 2022-06-23 08:49:42 +08:00
p73692015 695e594885 更新Readme 2022-06-17 16:56:47 +08:00
p02945817 faf45ffc48 Update README.md 2022-06-16 22:43:49 +08:00
p73692015 48e4cc3c77 Update README.md 2022-06-16 21:54:12 +08:00
p73692015 1bae88fee7 Update README.md 2022-06-12 15:49:33 +08:00
p73692015 9b56a02ed2 修正安装包问题 2022-06-07 10:10:45 +08:00
p73692015 0a1a0693fa 增加安装包 2022-06-06 21:14:51 +08:00
hpyu_qtxy b4952fda71 myfirstedition 2022-05-30 21:36:26 +08:00
14 changed files with 120 additions and 22 deletions

123
README.md
View File

@ -8,7 +8,6 @@ SeAI Palette集智调色板是面向集群网络的多节点智能协同路径
开发人员H.P. Yu、K. Wang、J. Li、H.T. Li、Z.Q. Wang、Z.Y. Zhao、L.F. Zhang、G. Chen
## 1. 开发环境配置
运行以下命令:
```bash
@ -22,9 +21,125 @@ conda env create -f create_env.yaml
```python
python main_tt.py
```
## 3. 问题定义和仿真设计
1环境设计
## 3. 一些说明
1. 程序输出的说明
环境依赖方面仿真平台主要基于Python平台实现。具体地物理仿真引擎使用的是Pymunk并将物理仿真结果Pygame渲染成可视化结果。此外在数值计算方面主要使用了Numpy工具包。
为保证实验结果综合客观,仿真平台包含了三张虚构的海图。
2方案设计
主要考虑了三种方案:
单AUV全覆盖路径规划即只规划单个AUV的全覆盖路径
多AUV全覆盖路径规划即需要同时规划多个AUV相互配合情况下的全覆盖路径
需要充电的单/多AUV路径规划即在上面两种方案的基础上额外考虑AUV的充电的需要AUV可根据能量情况自行前往充电桩进行充电降低人工打捞充电带来的巨大运维成本。
针对以上三种方案分别设计了仿真实验测试在不同目标覆盖率下AUV使用不同算法巡航海域所需的总时间以及重复航行区域的大小。
## 4. 使用算法
* 栅格法
* 牛耕法
* 内螺旋法
* 贪心法
## 5. 软硬件运行平台
1配置要求
<table>
<tr>
<th>组件</th>
<th>配置</th>
<th>备注</th>
</tr>
<tr>
<td>系统 </td>
<td>Windows 10 家庭中文版 20H2 64位</td>
<td>扩展支持Linux和Mac系统</td>
</tr>
<tr>
<td>处理器</td>
<td>处理器类型:
酷睿i3兼容处理器或速度更快的处理器
处理器速度:
最低1.0GHz
建议2.0GHz或更快
</td>
<td>不支持ARM、IA64等芯片处理器</td>
</tr>
<tr>
<td>内存</td>
<td>RAM 16.0 GB (15.7 GB 可用)</td>
<td></td>
</tr>
<tr>
<td>显卡</td>
<td>最小:核心显卡
推荐GTX1060或同类型显卡
</td>
<td></td>
</tr>
<tr>
<td>硬盘</td>
<td>500G</td>
<td></td>
</tr>
<td>显示器</td>
<td>3840×2160像素高分屏</td>
<td></td>
</tr>
<tr>
</tr>
<td>软件</td>
<td>Anaconda3 2020及以上</td>
<td>Python3.7及以上,需手动安装包</td>
</tr>
</table>
2手动部署搭建及运行
推荐的安装步骤如下:
安装Anaconda3-2020.02-Windows-x86_64或以上版本
手动安装pygame、pymunk、pyyaml、numpy、easydict和pyqt安装方式推荐参考如下
```
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pygame==2.0.1
```
将软件模块文件夹拷贝到电脑中以D盘为例路径为D:\island-multi_ships
## 6. 模块详细设计
1界面设计
界面总体设计如下:
![主界面展示](https://osredm.com/repo/SeAIPalette/SeAIPalette/raw/branch/master/pic2/3.png)
为了操作简便主界面只分为功能选择区和信息输出区以及“运行”、“停止”按钮。功能选择区涵盖“地图选择”、“最低覆盖率”、“AUV数量”、“区域划分方向”、“算法选择”、“是否渲染”、“考虑固定节点”、“是否需要充电”和与之相关联的“AUV电池容量”。
信息输出区主要包含当前运行的相关信息,包括状态标志、运行完成标志、步数、重复步数、重复率等。
2地图0演示
采用“牛耕法”最低覆盖率100%AUV数量为1运行结果如下步数2373重复步数60重复率2.40%。
![D:\pic](https://osredm.com/repo/SeAIPalette/SeAIPalette/raw/branch/master/pic2/40.png)
当“是否渲染”选择“否”时,物理引擎图形不展示,程序后台静默运行后自动输出相关状态及结果信息。
![D:\pic](https://osredm.com/repo/SeAIPalette/SeAIPalette/raw/branch/master/pic2/4.jpg)
当AUV数量为3时使用的步数大大减少仅需要706步重复步数为38重复率1.52%。
![D:\pic](https://osredm.com/repo/SeAIPalette/SeAIPalette/raw/branch/master/pic2/7.jpg)
![D:\pic](https://osredm.com/repo/SeAIPalette/SeAIPalette/raw/branch/master/pic2/8.jpg)
算法选择“贪心法”使用的步数705重复步数33重复率1.32%,和“牛耕法”相同。
当考虑充电时设置电池容量为100使用的步数964重复步数709重复率28.36%。
## 7. 其他说明
* 程序输出的说明
程序运行结束后会在命令行输出类似于下面的结果:
```
@ -36,7 +151,7 @@ python main_tt.py
```
分别为使用的步数,重复的步数和重复率。
2. 关于渲染结果的说明
* 关于渲染结果的说明
渲染中不同移动节点负责的区域用不同颜色标记,每个区域颜色越深表示该区域被重复走的次数越多。

@ -1 +0,0 @@
Subproject commit 82e80a5b3b1884cacc479d9918a1ff2b0ca61faa

View File

@ -1,5 +0,0 @@
pygame==2.0.1
pymunk==6.0.0
pyyaml==5.4.1
numpy==1.20.3
easydict==1.9

View File

@ -8,4 +8,4 @@ dependencies:
- pymunk==6.0.0
- pyyaml==5.4.1
- numpy==1.20.3
- easydict==1.9
- easydict==1.9

View File

@ -1,11 +0,0 @@
name: Palette
dependencies:
- python=3.7.6
- anaconda
- pip
- pip:
- pygame==2.0.1
- pymunk==6.0.0
- pyyaml==5.4.1
- numpy==1.20.3
- easydict==1.9

BIN
pic2/3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

BIN
pic2/4.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
pic2/40.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

BIN
pic2/5.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
pic2/6.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

BIN
pic2/7.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
pic2/8.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
pic2/9.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
pic2/9.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB