航迹规划算法,一种实时地三维航迹规划(Astar算法)我要分享

Path planning algorithm, a real-time three-dimensional path planning (astar algorithm)

实时航迹规划 航迹规划三维 航迹规划-平滑 三维-规划 航迹规划算法

关注次数: 383

下载次数: 4

文件大小: 4929KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

航迹规划的典型算法,是一种实时地三维航迹规划,已经做过了航迹平滑。


English Description:

The typical algorithm of path planning is a real-time three-dimensional path planning, which has done the path smoothing.


代码预览

Astar算法\Astar_tutorial.pdf

Astar算法\A_Star.m

Astar算法\condition1.fig

Astar算法\condition2.fig

Astar算法\condition3.fig

Astar算法\dataprocess.m

Astar算法\dataprocess1.m

Astar算法\dataprocess2.m

Astar算法\distance.m

Astar算法\expand_array.m

Astar算法\insert_open.m

Astar算法\min_fn.m

Astar算法\newHill50.dat

Astar算法\newMoun100.dat

Astar算法\newMoun300.dat

Astar算法\nocondition1.fig

Astar算法\nocondition2.fig

Astar算法\nocondition3.fig

Astar算法\node_index.m

Astar算法\readme.txt

Astar算法\simin1.dat

Astar算法\simin2.dat

Astar算法\simin3.dat

Astar算法\trajectory1.m

Astar算法\Untitled.m

Astar算法\yu.dat

Astar算法\yunan.dat

Astar算法