改进的势场法,实现二维平面内无人机的路径规划我要分享

The improved potential field method is used to realize the path planning of UAV in two-dimensional p

无人机-路径 无人机-规划 路径规划 二维避障 势场

关注次数: 242

下载次数: 0

文件大小: 4KB

代码分类: 仿真计算

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

通过这一算法可以实现二维平面内无人机的路径规划。在该平面内存在已知的障碍,势场法通过给终点添加引力,对障碍增加斥力,使得无人机能够顺利的避障并到达终点。通过对传统势场法的改进,避免了无人机容易陷入极值的问题,使搜索更易实现。


English Description:

Through this algorithm, the path planning of UAV in two-dimensional plane can be realized. There are known obstacles in the plane. The potential field method adds gravity to the end point and repulsion to the obstacles, so that the UAV can avoid obstacles and reach the end point smoothly. By improving the traditional potential field method, the problem that UAV is easy to fall into the extreme value is avoided, and the search is easier to realize


代码预览

势场法-改进

势场法-改进\compute_angle.m

__MACOSX

__MACOSX\势场法-改进

__MACOSX\势场法-改进\._compute_angle.m

势场法-改进\compute_Attract.m

__MACOSX\势场法-改进\._compute_Attract.m

势场法-改进\compute_repulsion.m

__MACOSX\势场法-改进\._compute_repulsion.m

势场法-改进\Main.m

__MACOSX\势场法-改进\._Main.m

相关推荐