人工势场法进行机器人的路径规划我要分享

Path planning of robot based on artificial potential field method

路径规划避障 改进人工势场 势场法 人工势场避障 避障

关注次数: 410

下载次数: 3

文件大小: 4KB

代码分类: 音频处理

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

应用改进的人工势场法进行机器人的路径规划,加入避障功能。


English Description:

The improved artificial potential field method is applied to the path planning of the robot, and the obstacle avoidance function is added.


代码预览

人工势场法\Artificial_potential_field_method.m

人工势场法\caldistance.m

人工势场法\compute_Attract.m

人工势场法\compute_repulsion.m

人工势场法\evo_compute_repulsion.m

人工势场法\terrain1.m

人工势场法\terrain2.m

人工势场法