Multidrone Robust Planning

版本 1.0.1 (3.9 MB) 作者: Michele Bolognini
A hierarchical approach to solving path planning problems for multiple autonomous vehicles.
73.0 次下载
更新时间 2021/7/8

Multidrone Robust Planning Toolbox

Installation

  1. Clone the repository or get the toolbox from the MATLAB File Exchange View Multidrone Robust Planning on File Exchange
  2. Install LKH
git clone https://github.com/MicheleBolognini/MultidroneRobustPlanning

This toolbox relies on LKH to solve TSP instances. It is therefore necessary to download it and compile it, so that the resulting LKH script is located in the "LKH" folder. It is available both from the official site and from the related git repository Download the code or clone the repository, then rename the folder and compile it

cd MultidroneRobustPlanning
git clone https://github.com/cerebis/LKH3
tar xvfz LKH-3.0.6.tgz
mv LKH-3.0.6.tgz LKH
cd LKH
make

Compiling will make the executable available, the file is called 'LKH'.

This toolbox provides functions for planning paths for a set of drones tasked with traversing a set of 3D points in a known and cluttered environment. The algorithm is described in [1].

References

[1] M. Bolognini, L. Fagiano, M.P. Limongelli (2021). An autonomous, robust, multi-agent UAV pathplanner for inspection of the built environment. ???

引用格式

Michele Bolognini (2024). Multidrone Robust Planning (https://github.com/MicheleBolognini/MultidroneRobustPlanning/releases/tag/1.0.1), GitHub. 检索来源 .

MATLAB 版本兼容性
创建方式 R2021a
兼容任何版本
平台兼容性
Windows macOS Linux
标签 添加标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.1

See release notes for this release on GitHub: https://github.com/MicheleBolognini/MultidroneRobustPlanning/releases/tag/1.0.1

1.0

要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库