Multi-Robot-Path-Planning-on-Graphs

版本 1.0.0 (140.6 KB) 作者: muhammet balcilar
Multi-Robot Path Planning on Graphs Solution by A* algorithm
475.0 次下载
更新时间 2018/7/17

We study the problem of optimal multi-robot path planning on graphs (MPP) over the makespan (last arrival time) criteria. We implemented A* search algorithm to find solution. In an MPP instance, the robots are uniquely labeled (i.e., distinguishable) and are confined to an nxn squared connected graph. The robots may move from a vertex to an adjacent one in one time step in the absence of collision, which may occur when two robots simultaneously move to the same vertex or along the same edge in different directions. A distinguishing feature of our MPP formulation is that we allow robots on fully occupied cycles to rotate synchronously.

To solve above problem, we implemented A* algorithm to find optimum route from given initial 3x3 robot positions and desired 3x3 robot positions. First algorithm starts to construct graph whose connections shows us possible movement. Then we extented it as time based graph. According to time extented graph, all nodes are dublicated for every single of time step. that means if we have 3x3 node for given example, we will have 3x3xts number of node in our time expanded graph for ts time span analysis as we set it ts=7 for our demo. every node in t layer has its own node in (t+1) layer but it has connection to one step far nodes in (t+1) layer as well.

引用格式

muhammet balcilar (2024). Multi-Robot-Path-Planning-on-Graphs (https://github.com/balcilar/Multi-Robot-Path-Planning-on-Graphs), GitHub. 检索来源 .

MATLAB 版本兼容性
创建方式 R2016b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Verification, Validation, and Test 的更多信息

Community Treasure Hunt

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

Start Hunting!

无法下载基于 GitHub 默认分支的版本

版本 已发布 发行说明
1.0.0

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