A*算法多种障碍物的环境下,实现智能体的航路规划(Astar)我要分享

A * algorithm realizes the route planning of agent (astar) in the environment of multiple obstacles

A*算法 航路规划 Astar

关注次数: 344

下载次数: 2

文件大小: 110KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

一个A*算法的应用案例,在存在多种障碍物的环境下,实现智能体的航路规划。


English Description:

An application case of a * algorithm is used to realize the route planning of the agent in the presence of multiple obstacles.


代码预览

Astar\Astar_tutorial.pdf

Astar\A_Star1.m

Astar\distance.m

Astar\expand_array.m

Astar\insert_open.m

Astar\min_fn.m

Astar\node_index.m

Astar\ReadMe.txt

Astar\screenShot.jpg

Astar