栅格法规划路径我要分享

Grid method for path planning

栅格建模法 栅格路径规划 路径规划 strikedkz 结合-路径规划

关注次数: 206

下载次数: 1

文件大小: 5KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

栅格法一般作为路径规划的环境建模技术来用,作为路径规划的方法它很难解决复杂环境信息的问题,一般需要与其他智能算法相结合。


English Description:

Grid method is generally used as the environment modeling technology of path planning. As the method of path planning, it is difficult to solve the problem of complex environment information, and generally needs to be combined with other intelligent algorithms.


代码预览

栅格法\cal_path_smooth.m

栅格法\cal_path_value.m

栅格法\crossover.m

栅格法\DrawMap.m

栅格法\generate_continuous_path.m

栅格法\main.m

栅格法\mutation.m

栅格法\selection.m

栅格法