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