在栅格图上手动选取多个障碍范围并用A*算法规划最优路径(AStar )我要分享

Manually select multiple obstacle areas on the grid and use a * algorithm to plan the optimal path (

路径规划 AStar 栅格路径规划 路径-障碍 AStar算法

关注次数: 254

下载次数: 3

文件大小: 3KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

在栅格图上手动选取多个障碍范围并用A*算法规划最优路径。


English Description:

Manually select multiple obstacle areas on the grid and use a * algorithm to plan the optimal path.


代码预览

Astar\A_Star1.m

Astar\distance.m

Astar\expand_array.m

Astar\insert_open.m

Astar\min_fn.m

Astar\node_index.m

Astar