移动机器人的路径规划我要分享

Path planning for mobile robot

matlab 机器人 路径 规划 移动

关注次数: 247

下载次数: 0

文件大小: 51.71 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:对于给定的源顶点(节点) 在图中,该算法发现以最低的成本 (即最短路径) 的路径的顶点和每个其他顶点之间。它还可以用于通过停止该算法,一旦确定了目标顶点的最短路径找到的从一个单一的顶点到单个目标顶点的最短路径的成本。


English Description:

For a given source vertex (node) in the graph, the algorithm finds the path with lowest cost (i.e. the shortest path) between that vertex and every other vertex. It can also be used for finding costs of shortest paths from a single vertex to a single destination vertex by stopping the algorithm once the shortest path to the destination vertex has been determined. 


代码预览