利用A星算法设置障碍物(A-star)我要分享

Using A-star algorithm to set up obstacles (A-star)

A星算法 寻找路径 路径轨迹

关注次数: 493

下载次数: 0

文件大小: 16KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

通过A星算法设置障碍物,找到最佳路径,轨迹生成路径。


English Description:

Through the A-star algorithm to set obstacles, find the best path, track generation path.


代码预览

astar\a_star.m

astar\a_start_compute_path.m

astar\checkPath.m

astar\feasiblePoint.m

astar\heuristic.m

astar\historic.m

astar\Maps\a_map1.bmp

astar\Maps\a_map2.bmp

astar\Maps\a_map3.bmp

astar\Maps\a_map4.bmp

astar\Maps\a_map5.bmp

astar\Maps\map1.bmp

astar\Maps

astar