人工势场法来控制移动机器人的运动我要分享

Artificial potential field method is used to control the motion of mobile robot

移动障碍 matlab人工势场 人工势场matlab 移动障碍物 势场法

关注次数: 324

下载次数: 3

文件大小: 6KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

人工势场法是由Khatib提出的一种虚拟力法。它的基本思想是将机器人在周围环境中的运动,设计成一种抽象的人造引力场中的运动,目标点对移动机器人产生“引力”,障碍物对移动机器人产生“斥力”,最后通过求合力来控制移动机器人的运动。


English Description:

The artificial potential field method is a virtual force method proposed by Khatib. Its basic idea is to design the movement of the robot in the surrounding environment as an abstract movement in the artificial gravitational field. The target points produce "gravity" on the mobile robot, and the obstacles produce "repulsive force" on the mobile robot. Finally, the movement of the mobile robot is controlled by the resultant force.


代码预览

fieldControl

............\compute_angle.m

............\compute_attract.m

............\compute_repulsion.m

............\main.m

FieldControl.m