WO2021082710A1 - Unmanned boat path planning method, apparatus and device, and storage medium - Google Patents

Unmanned boat path planning method, apparatus and device, and storage medium Download PDF

Info

Publication number
WO2021082710A1
WO2021082710A1 PCT/CN2020/112535 CN2020112535W WO2021082710A1 WO 2021082710 A1 WO2021082710 A1 WO 2021082710A1 CN 2020112535 W CN2020112535 W CN 2020112535W WO 2021082710 A1 WO2021082710 A1 WO 2021082710A1
Authority
WO
WIPO (PCT)
Prior art keywords
unmanned ship
path
potential field
field function
path planning
Prior art date
Application number
PCT/CN2020/112535
Other languages
French (fr)
Chinese (zh)
Inventor
翟懿奎
张俊亮
黄灏文
余翠琳
陈家聪
柯琪锐
梁艳阳
王宏民
Original Assignee
五邑大学
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 五邑大学 filed Critical 五邑大学
Publication of WO2021082710A1 publication Critical patent/WO2021082710A1/en

Links

Images

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05DSYSTEMS FOR CONTROLLING OR REGULATING NON-ELECTRIC VARIABLES
    • G05D1/00Control of position, course or altitude of land, water, air, or space vehicles, e.g. automatic pilot
    • G05D1/02Control of position or course in two dimensions
    • G05D1/0206Control of position or course in two dimensions specially adapted to water vehicles

Definitions

  • the invention relates to the technical field of path planning, in particular to a method, device, equipment and storage medium for path planning of an unmanned ship.
  • An unmanned ship is a small surface platform with autonomous planning and autonomous navigation capabilities, and can autonomously complete tasks such as environment perception and target detection. Compared with unmanned aerial vehicles, unmanned ship research started late, but its development is rapid. Unmanned ships are widely used in hydrological monitoring, geomorphological surveying and mapping, military reconnaissance and strikes and other fields. With the widespread application of unmanned ships in the field of water area measurement, how to plan the measurement path of unmanned ships has become the focus of attention. Usually, the ship will encounter various obstacles in the course of sailing. Considering that there is no staff on the unmanned ship to check the surrounding environment and avoid obstacles in time, the obstacles on the river surface are very likely to be dangerous to the unmanned ship. Therefore, the path planning of unmanned ships is particularly important.
  • the path planning of the unmanned ship refers to the unmanned ship in the water environment where static and dynamic obstacles coexist, looking for a movement path from a given start point to the end point, and meets the measurement requirements, so that it can be safely and reliably in the process of measuring and sailing. Avoid all obstacles and reach the designated target point.
  • the artificial potential field method has the advantages of simple algorithm principle, simple and clear algorithm structure, and relatively smooth path, and has a relatively wide range of applications in obstacle avoidance problems.
  • the traditional artificial potential field method cannot avoid the collision of dynamic obstacles, and it is easy to fall into the problem of local extreme value, and the problem of unreachable target may occur because the distance between the target point and the obstacle is too close.
  • the measurement path planning of the existing unmanned ships most of them have already planned the global path, and the unmanned ship walks according to the designated planned path, thus ignoring the dynamic obstacles and the non-global path optimal situation, so seek It is particularly important that a better and improved artificial potential field method solves the above problems.
  • the purpose of the present invention is to provide an unmanned ship path planning method, device, equipment and storage medium, based on the artificial potential field method, combined with the relative speed and regression search algorithm to achieve the unmanned ship's motion Static obstacle avoidance and global optimal path planning, and the introduction of improved gravitational potential field function and escape force to improve the unreachable target and local extremum problems of unmanned ships.
  • an embodiment of the present invention proposes a path planning method for an unmanned ship, including:
  • obtaining the information required for unmanned vessel path planning includes: real-time acquisition of target point location information, river surface environment information, obstacle location information, and unmanned vessel path planning required for unmanned vessel path planning through side scan sonar and on-board equipment. Ship location information.
  • the gravitational field function of is as follows:
  • is a positive parameter
  • d(q, q goal ) ⁇ q goal -q ⁇ Is the relative distance between the position of the unmanned ship and the target point
  • D is a positive parameter
  • F att (q) is the attraction of the target to the unmanned ship
  • is a positive parameter
  • d 0 is the distance to obstacles, d i (q) for each of the obstacle to the nearest point of the robot;
  • the repulsion is the negative gradient of the potential field function of the repulsion, as follows:
  • n is the number of obstacles
  • ⁇ i is the angle between the relative speed and the relative distance
  • the resultant force is:
  • the use of the regression search algorithm to obtain the global optimal path includes the following steps:
  • the continuous point T i ⁇ T 1 , T 2 , ⁇ , T n ⁇ is the planned path of the improved artificial potential field method
  • step S5. Repeat step S3 until reaching the target position
  • T j-1 is not the last point, use point T j-1 as the new starting point and return to step S7;
  • an embodiment of the present invention also provides a path planning device for an unmanned ship, including:
  • Obtaining information module used to obtain the information needed for unmanned ship path planning
  • a force field module which is used to establish a coordinate system covering the entire river surface, construct an improved gravitational potential field function, a traditional repulsive potential field function and a repulsive potential field function combined with relative speed, calculate the magnitude and direction of the resultant force, and obtain the global path;
  • the path optimization module is used to obtain the global optimal path by using the regression search algorithm
  • the local extreme value judgement module is used to judge whether the unmanned ship falls into the local extreme value, so as to construct the escape force to escape the local extreme value to realize obstacle avoidance, until the unmanned ship reaches the target point.
  • an embodiment of the present invention also proposes a path planning device for an unmanned ship, including:
  • At least one processor and,
  • a memory communicatively connected with the at least one processor; wherein,
  • the memory stores instructions executable by the at least one processor, and the instructions are executed by the at least one processor, so that the at least one processor can execute the method according to the first aspect of the present invention.
  • the embodiment of the present invention also provides a computer-readable storage medium, the computer-readable storage medium stores computer-executable instructions, and the computer-executable instructions are used to make a computer execute the method described in the first aspect of the present invention. The method described.
  • the path planning method, device, equipment, and storage medium of an unmanned ship provided by the present invention introduce a relative velocity artificial potential field method, which can be It avoids collisions with dynamic and static obstacles, and the present invention introduces a new gravitational function and adds escape force to help unmanned ships improve the problem of unreachable targets and local extremes and inability to move on the river surface.
  • the invention also combines the regression search algorithm to plan the global optimal path, which greatly reduces the distance of the planned path from the position of the unmanned ship to the target position, and improves the task execution efficiency of the unmanned ship.
  • Fig. 1 is a schematic flow chart of a path planning method for an unmanned ship in a first embodiment of the present invention
  • Figure 2 is a diagram of the gravitational potential field model in the first embodiment of the present invention.
  • Figure 3 is a diagram of a repulsive force potential field model with relative velocity introduced in the first embodiment of the present invention
  • Fig. 4 is a model diagram of a regression search algorithm in the first embodiment of the present invention.
  • Figure 5 is a flowchart of the regression search algorithm in the first embodiment of the present invention.
  • Figure 6 is a specific flow chart of the method for unmanned ship path planning in the first embodiment of the present invention.
  • Figure 7 is a schematic structural diagram of an unmanned ship path planning device in a second embodiment of the present invention.
  • Fig. 8 is a schematic structural diagram of a path planning device for an unmanned ship in a third embodiment of the present invention.
  • the first embodiment of the present invention provides a path planning method for an unmanned ship, including but not limited to the following steps:
  • S200 Establish a coordinate system covering the entire river surface, construct an improved gravitational potential field function, a traditional repulsive potential field function, and a repulsive potential field function combined with relative speed, calculate the magnitude and direction of the resultant force, and obtain a global path;
  • S400 Determine whether the unmanned ship falls into a local extreme value, and construct an escape force to escape the local extreme value to achieve obstacle avoidance until the unmanned ship reaches the target point.
  • step S100 side scan sonar and shipboard equipment are used to separately collect target point location information, river surface environment information, obstacle location information, and unmanned ship location information required for the unmanned ship's obstacle avoidance path planning in real time;
  • the force field consists of two parts, one part is the gravitational field U att (q) generated by the target point on the unmanned ship, and the other part is the repulsion field U rep (q) generated by the obstacle against the unmanned ship.
  • the ship acts together in the resultant force field produced by the combined action of the gravitational field and the repulsion field.
  • the traditional gravitational field function is as follows:
  • is a positive parameter
  • d(q, q goal ) ⁇ q goal -q ⁇ It is the relative distance between the position of the unmanned ship and the position of the target point.
  • the gravity function is as follows:
  • Repulsion is used to keep unmanned ships away from obstacles. However, when the unmanned ship is far away from obstacles, it cannot affect the movement of the unmanned ship, and the movement of the unmanned ship must not be affected.
  • U rep,i (q) is the repulsive force field of each obstacle
  • is a positive parameter
  • d 0 is the influence distance of the obstacle
  • d i (q) is the distance between the unmanned ship in each obstacle and the closest point. distance.
  • Repulsion is the negative gradient of the potential field function of repulsion, as follows:
  • the present invention improves the gravitational potential field function, and the improved gravitational field function is:
  • is a positive parameter
  • d(q, q goal ) ⁇ q goal -q ⁇ Is the relative distance between the position of the unmanned ship and the target point
  • D is a positive parameter.
  • the new attraction is stronger than the traditional attraction.
  • the new attraction is stronger than the traditional attraction, which reduces the influence of obstacles near the target point and solves the problem of unreachable targets on the artificial potential field.
  • the repulsive force potential function determined by the relative velocity is as follows:
  • n is the number of obstacles
  • ⁇ i is the angle between the relative speed and the relative distance. If counterclockwise rotation is defined as a positive direction and clockwise is negative, then the range of ⁇ i is (- ⁇ , ⁇ ), when ⁇ i belongs to (- ⁇ /2, ⁇ /2), it indicates that the unmanned ship and Obstacles are approaching.
  • the above method realizes the function that the artificial potential field method can avoid dynamic obstacles.
  • step S300 an improved APF-based regression search algorithm is used, and the optimized path is calculated by connecting the consecutive points generated by the APF.
  • the regression search method first, the initial point T 1 between the starting points and the next point T 2 are connected as a straight line L 1, 2 . Then it is judged whether L 1, 2 passes through any obstacles, and whether the shortest distance B between L 1, 2 and the obstacles is greater than B 0 .
  • B unmanned boat to the shortest distance to the obstacle, and B 0 is the safety distance, i.e. the scope of the obstacle, insofar as unmanned boat to the shortest distance to the obstacle is not of B 0 0 B is greater than B , The unmanned ship is not affected by obstacles.
  • using the regression search algorithm to obtain the global optimal path includes the following steps:
  • the continuous point T i ⁇ T 1 , T 2 , ⁇ , T n ⁇ is the planned path of the improved artificial potential field method
  • step S5. Repeat step S3 until reaching the target position
  • T j-1 is not the last point, use point T j-1 as the new starting point and return to step S7;
  • step S400 it is judged whether the unmanned ship falls into a local extreme value, and the escape force is constructed to make it escape from the local extreme value to realize obstacle avoidance.
  • the judgment condition of whether the unmanned ship falls into the local extreme value is as follows:
  • b and c are arbitrary constants. If the conditions are met, it can be determined that the unmanned ship is blocked at the local minimum position. Therefore, we activate the power to escape. If a local minimum is detected, the unmanned ship must reinitialize the potential field. In this step, an additional potential field is set in the area to keep the unmanned ship away from the local minimum. It is used to smoothly rotate the unmanned ship to reach the goal.
  • the new repulsion is the sum of the classical repulsion and the proposed escape force equation:
  • is the angle of rotation, which is randomly selected in [- ⁇ ,0) ⁇ (0, ⁇ ]
  • step S400 it is judged whether the unmanned ship falls into the local extreme value. If so, the escape force is constructed to escape the local extreme value, and step S100 is returned. If the unmanned ship does not fall into the local extreme value, it is judged Whether to reach the target point position, if yes, the path planning task ends; otherwise, continue to perform step S300.
  • the improved artificial potential field method adopted introduces the influence of the relative speed of moving objects on the basis of the traditional artificial potential field method based on the position field, and adds the repulsion function determined by the relative speed to realize the artificial potential field. Can avoid dynamic and static obstacles.
  • the improved artificial potential field method is adopted to reconstruct the gravitational function.
  • the reconstructed optimized gravity function balances the changes of attractive force and repulsive force, and solves the problem of unreachable target.
  • the improved algorithm combines the regression search algorithm on the basis of the improved artificial potential field method, so that the path obtained is the global optimal path.
  • the second embodiment of the present invention provides a path planning device for an unmanned ship, including:
  • the obtaining information module 110 is used to obtain information required for the path planning of the unmanned ship;
  • a force field module 120 which is used to establish a coordinate system covering the entire river surface, construct an improved gravitational potential field function, a traditional repulsive potential field function, and a repulsive potential field function combined with relative velocity, calculate the magnitude and direction of the resultant force, and obtain a global path ;
  • the path optimization module 130 is used to obtain the global optimal path by using a regression search algorithm
  • the local extremum determining module 140 is used to determine whether the unmanned ship falls into a local extremum, so as to construct an escape force to escape the local extremum to achieve obstacle avoidance until the unmanned ship reaches the target point position.
  • the unmanned vessel path planning device in this embodiment is based on the same inventive concept as the unmanned vessel path planning method in the first embodiment. Therefore, the unmanned vessel path planning system in this embodiment has the same beneficial effects:
  • the relative velocity artificial potential field method can avoid collisions between dynamic and static obstacles, and the present invention helps the unmanned ship to improve the unreachable target and the local extreme value on the river surface by introducing a new gravitational function and adding escape force. problem.
  • the invention also combines the regression search algorithm to plan the global optimal path, which greatly reduces the distance of the planned path from the position of the unmanned ship to the target position, and improves the task execution efficiency of the unmanned ship.
  • the third embodiment of the present invention also provides a path planning device for an unmanned ship, including:
  • At least one processor At least one processor
  • the memory stores instructions that can be executed by the at least one processor, and the instructions are executed by the at least one processor, so that the at least one processor can execute any one of the instructions in the first embodiment.
  • An unmanned ship path planning method An unmanned ship path planning method.
  • the memory can be used to store non-transitory software programs, non-transitory computer-executable programs and modules, such as program instructions/modules corresponding to the virtual image control method in the embodiment of the present invention .
  • the processor executes various functional applications and data processing of the stereo imaging processing device by running non-transitory software programs, instructions, and modules stored in the memory, that is, realizing the unmanned ship path planning method of any of the foregoing method embodiments.
  • the memory may include a storage program area and a storage data area, where the storage program area can store an operating system and an application program required by at least one function; the storage data area can store data created according to the use of the stereo imaging processing device, and the like.
  • the memory may include a high-speed random access memory, and may also include a non-transitory memory, such as at least one magnetic disk storage device, a flash memory device, or other non-transitory solid-state storage devices.
  • the storage may optionally include storage remotely arranged with respect to the processor, and these remote storages may be connected to the stereoscopic projection device via a network. Examples of the aforementioned networks include, but are not limited to, the Internet, corporate intranets, local area networks, mobile communication networks, and combinations thereof.
  • the one or more modules are stored in the memory, and when executed by the one or more processors, the unmanned ship path planning method in any of the foregoing method embodiments, such as the method in the first embodiment, is executed Steps S100 to S400.
  • the fourth embodiment of the present invention also provides a computer-readable storage medium that stores computer-executable instructions that are executed by one or more control processors to enable the foregoing One or more processors execute an unmanned ship path planning method in the foregoing method embodiments, for example, the method steps S100 to S400 in the first embodiment.
  • the device embodiments described above are merely illustrative, and the units described as separate components may or may not be physically separated, that is, they may be located in one place, or they may be distributed on multiple network units. Some or all of the modules can be selected according to actual needs to achieve the objectives of the solutions of the embodiments.
  • each implementation manner can be implemented by means of software plus a general hardware platform, and of course, it can also be implemented by hardware.
  • a person of ordinary skill in the art can understand that all or part of the processes in the methods of the foregoing embodiments can be implemented by instructing relevant hardware through a computer program.
  • the program can be stored in a computer readable storage medium, and the program can be stored in a computer readable storage medium. When executed, it may include the procedures of the above-mentioned method embodiments.
  • the storage medium may be a magnetic disk, an optical disc, a read-only memory (Read-Only Memory, ROM), or a random access memory (Random Access Memory, RAM), etc.

Abstract

An unmanned boat path planning method, apparatus and device, and a storage medium. When an unmanned boat executes a task on a river surface, the unmanned boat may collide with a drifting obstacle and a static solid obstacle, which threatens the unmanned boat to a great extent. In order to enable the unmanned boat to safely avoid obstacles on the river surface and safely reach a target, a relative speed artificial potential field method is introduced, so as to prevent collision with dynamic and static obstacles; moreover, a new gravitational function is introduced and an escape force is added, so as to help the unmanned boat in solving the problem of not being able to reach the target and being stuck in a local extremum on the river surface. A global optimal path is planned in combination with a regressive search algorithm, so that the distance of a planned path from the position of the unmanned boat to a target position is greatly shortened, and the task execution efficiency of the unmanned boat is improved.

Description

无人船路径规划方法、装置、设备和存储介质Unmanned ship path planning method, device, equipment and storage medium 技术领域Technical field
本发明涉及路径规划技术领域,尤其是一种无人船路径规划方法、装置、设备和存储介质。The invention relates to the technical field of path planning, in particular to a method, device, equipment and storage medium for path planning of an unmanned ship.
背景技术Background technique
无人船是一种具有自主规划、自主航行能力,并可自主完成环境感知、目标探测等任务的小型水面平台。相对于无人机,无人船研究起步较晚,但是其发展迅速。无人船被广泛应用于水文监测、地貌测绘、军事侦查打击等领域。随着无人船在水域测量领域的广泛应用,如何规划无人船的测量路径,则成为关注的焦点。通常,船只在航行过程中,会遇到各种各样的障碍物。考虑到无人船上并没有工作人员来查看周围环境状况以及时避开障碍物,导致河面上的障碍物极容易对无人船带来危险。因此无人船的路径规划就显得尤为重要。无人船的路径规划是指无人船在静动态障碍物并存的水域环境中,寻找一条从给定起点到终点,且满足测量需求的运动路径,使其在测量航行过程中能安全可靠地避开所有障碍物,并到达指定目标点。An unmanned ship is a small surface platform with autonomous planning and autonomous navigation capabilities, and can autonomously complete tasks such as environment perception and target detection. Compared with unmanned aerial vehicles, unmanned ship research started late, but its development is rapid. Unmanned ships are widely used in hydrological monitoring, geomorphological surveying and mapping, military reconnaissance and strikes and other fields. With the widespread application of unmanned ships in the field of water area measurement, how to plan the measurement path of unmanned ships has become the focus of attention. Usually, the ship will encounter various obstacles in the course of sailing. Considering that there is no staff on the unmanned ship to check the surrounding environment and avoid obstacles in time, the obstacles on the river surface are very likely to be dangerous to the unmanned ship. Therefore, the path planning of unmanned ships is particularly important. The path planning of the unmanned ship refers to the unmanned ship in the water environment where static and dynamic obstacles coexist, looking for a movement path from a given start point to the end point, and meets the measurement requirements, so that it can be safely and reliably in the process of measuring and sailing. Avoid all obstacles and reach the designated target point.
人工势场法因其算法原理简单,算法结构简洁明了,所得路径较为平滑的优势,在避障问题中拥有着较为广泛的应用。但传统的人工势场法无法对动态障碍物进行避碰,并且容易陷入局部极值问题,并且有可能由于目标点与障碍物距离太近而出现目标不可达的问题。而现有的无人船的测量路径规划中,大多是已经规划好全局路径,无人船按照指定规划好的路径行走的,从而忽略了动态障碍物以及非全局路径最优的情况,因此寻求更优的改进的人工势场法解决上述问题显得尤为重要。The artificial potential field method has the advantages of simple algorithm principle, simple and clear algorithm structure, and relatively smooth path, and has a relatively wide range of applications in obstacle avoidance problems. However, the traditional artificial potential field method cannot avoid the collision of dynamic obstacles, and it is easy to fall into the problem of local extreme value, and the problem of unreachable target may occur because the distance between the target point and the obstacle is too close. In the measurement path planning of the existing unmanned ships, most of them have already planned the global path, and the unmanned ship walks according to the designated planned path, thus ignoring the dynamic obstacles and the non-global path optimal situation, so seek It is particularly important that a better and improved artificial potential field method solves the above problems.
发明内容Summary of the invention
为解决上述问题,本发明的目的在于提供一种无人船路径规划方法、装置、设备和存储介质,以人工势场法为基础,结合了相对速度和回归搜索算法实现了无人船的动静态避障和全局最优路径的规划,并引入改进的引力势场函数和逃逸力来改进无人船目标不可达和局部极值问题。In order to solve the above problems, the purpose of the present invention is to provide an unmanned ship path planning method, device, equipment and storage medium, based on the artificial potential field method, combined with the relative speed and regression search algorithm to achieve the unmanned ship's motion Static obstacle avoidance and global optimal path planning, and the introduction of improved gravitational potential field function and escape force to improve the unreachable target and local extremum problems of unmanned ships.
本发明解决其问题所采用的技术方案是:The technical solutions adopted by the present invention to solve its problems are:
第一方面,本发明实施例提出了一种无人船路径规划方法,包括:In the first aspect, an embodiment of the present invention proposes a path planning method for an unmanned ship, including:
获取无人船路径规划所需的信息;Obtain the information needed for unmanned ship path planning;
建立覆盖整个河面的坐标系,构建改进的引力势场函数、传统的斥力势场函数以及结合相对速度的斥力势场函数,计算其合力大小和方向,得到全局路径;Establish a coordinate system covering the entire river surface, construct an improved gravitational potential field function, a traditional repulsive potential field function and a repulsive potential field function combined with relative speed, calculate the magnitude and direction of the resultant force, and obtain the global path;
利用回归搜索算法获取全局最优路径;Use regression search algorithm to obtain the global optimal path;
判断无人船是否陷入局部极值,以构造逃逸力使得逃出局部极值来实现避障,直至无人船到达目标点位置。Determine whether the unmanned ship falls into a local extreme value, and construct an escape force to escape the local extreme value to achieve obstacle avoidance until the unmanned ship reaches the target point.
进一步,获取无人船路径规划所需的信息包括:通过侧扫声纳和船载设备分别实时采集无人船路径规划所需的目标点位置信息、河面环境信息、障碍物位置信息以及无人船位置信息。Further, obtaining the information required for unmanned vessel path planning includes: real-time acquisition of target point location information, river surface environment information, obstacle location information, and unmanned vessel path planning required for unmanned vessel path planning through side scan sonar and on-board equipment. Ship location information.
进一步,所述建立覆盖整个河面的坐标系,构建改进的引力势场函数、传统的斥力势场函数以及结合相对速度的斥力势场函数,计算其合力大小和方向,得到全局路径,其中,改进的引力场函数如下:Further, the establishment of a coordinate system covering the entire river surface, the construction of an improved gravitational potential field function, a traditional repulsive potential field function, and a repulsive potential field function combined with relative speed, calculate the magnitude and direction of the resultant force, and obtain the global path. The gravitational field function of is as follows:
Figure PCTCN2020112535-appb-000001
Figure PCTCN2020112535-appb-000001
Figure PCTCN2020112535-appb-000002
Figure PCTCN2020112535-appb-000002
其中,ζ是正参数,q goal=(x goal,y goal) t是目标点位置,q=(x,y) t是无人船位置,d(q,q goal)=∥q goal-q∥是无人船位置和目标点位置的相对距离,D是正参数且D<d(q obstacle,q goal),F att(q)是目标对无人船的吸引力,
Figure PCTCN2020112535-appb-000003
是吸引势函数的负梯度,当无人船到达目标时,其收敛到零。
Among them, ζ is a positive parameter, q goal = (x goal , y goal ) t is the position of the goal point, q = (x, y) t is the position of the unmanned ship, d(q, q goal ) = ∥q goal -q∥ Is the relative distance between the position of the unmanned ship and the target point, D is a positive parameter and D<d(q obstacle ,q goal ), F att (q) is the attraction of the target to the unmanned ship,
Figure PCTCN2020112535-appb-000003
Is the negative gradient of the attractive potential function, which converges to zero when the unmanned ship reaches the target.
进一步,所述建立覆盖整个河面的坐标系,构建改进的引力势场函数、传统的斥力势场函数以及结合相对速度的斥力势场函数,计算其合力大小和方向,得到全局路径,其中,传统的斥力场函数如下:Further, the establishment of a coordinate system covering the entire river surface, the construction of an improved gravitational potential field function, a traditional repulsive potential field function, and a repulsive potential field function combined with relative speed, calculate the magnitude and direction of the resultant force, and obtain the global path. The repulsion field function of is as follows:
Figure PCTCN2020112535-appb-000004
Figure PCTCN2020112535-appb-000004
其中,η为正参数,d 0为障碍物的影响距离,d i(q)为每个障碍物中机器人到最近点的距离; Wherein, η is a positive parameter, d 0 is the distance to obstacles, d i (q) for each of the obstacle to the nearest point of the robot;
斥力是斥力势场函数的负梯度,如下:The repulsion is the negative gradient of the potential field function of the repulsion, as follows:
Figure PCTCN2020112535-appb-000005
Figure PCTCN2020112535-appb-000005
Figure PCTCN2020112535-appb-000006
Figure PCTCN2020112535-appb-000006
其中,
Figure PCTCN2020112535-appb-000007
并且q c=(x cl,y c) t是障碍物最靠近的点;
among them,
Figure PCTCN2020112535-appb-000007
And q c = (x cl ,y c ) t is the closest point of the obstacle;
结合相对速度的斥力场函数如下:The repulsion field function combined with relative velocity is as follows:
Figure PCTCN2020112535-appb-000008
Figure PCTCN2020112535-appb-000008
Figure PCTCN2020112535-appb-000009
Figure PCTCN2020112535-appb-000009
其中,n是障碍物的个数,θ i是相对速度和相对距离的夹角; Among them, n is the number of obstacles, and θ i is the angle between the relative speed and the relative distance;
由相对速度确定的对应斥力为:The corresponding repulsion determined by the relative velocity is:
Figure PCTCN2020112535-appb-000010
Figure PCTCN2020112535-appb-000010
Figure PCTCN2020112535-appb-000011
Figure PCTCN2020112535-appb-000011
进一步,所述建立覆盖整个河面的坐标系,构建改进的引力势场函数、传统的斥力势场函数以及结合相对速度的斥力势场函数,计算其合力大小和方向,得到全局路径,其中,将引力场函数和斥力场函数叠加得到合力势场函数如下:Further, the establishment of a coordinate system covering the entire river surface, the construction of an improved gravitational potential field function, a traditional repulsive potential field function, and a repulsive potential field function combined with relative speed, calculate the magnitude and direction of the resultant force, and obtain the global path. The gravitational field function and the repulsive field function are superimposed to obtain the resultant potential field function as follows:
Figure PCTCN2020112535-appb-000012
Figure PCTCN2020112535-appb-000012
得到的合力为:
Figure PCTCN2020112535-appb-000013
The resultant force is:
Figure PCTCN2020112535-appb-000013
进一步,所述利用回归搜索算法获取全局最优路径包括如下步骤:Further, the use of the regression search algorithm to obtain the global optimal path includes the following steps:
S1、计算当前状态下的人工势场合力F(q);S1. Calculate the artificial force F(q) in the current state;
S2、无人船向人工势场合力F(q)指示的方向前进一步;S2. The unmanned ship moves forward in the direction indicated by the force F(q) in the artificial situation;
S3、将当前坐标保存到T iS3, the coordinates to save the current T i;
S4、连续点T i∈{T 1,T 2,···,T n}是改进的人工势场方法的计划路径; S4. The continuous point T i ∈{T 1 , T 2 , ···, T n } is the planned path of the improved artificial potential field method;
S5、重复步骤S3直到到达目标位置;S5. Repeat step S3 until reaching the target position;
S6、用回归搜索T iS6, search T i regression;
S7、从起点T 1开始,与后一个点T j,j∈{2,3,4,…n}相连接成为线L 1,jS7. Starting from the starting point T 1 , connect with the next point T j ,j∈{2,3,4,...n} to form a line L 1,j ;
S8、如果L 1,j没有穿过任何障碍物并且B大于B 0,保存L 1,j并j=j+1,直到j=n+1,返回到步骤S7; S8. If L 1,j does not pass through any obstacles and B is greater than B 0 , save L 1,j and j=j+1 until j=n+1, and return to step S7;
S9、否则,保存L 1,j-1,并跳到步骤S10; S9. Otherwise, save L 1,j-1 and skip to step S10;
S10、如果T j-1不是最后一个点,将点T j-1作为新的起始点并返回到步骤S7; S10. If T j-1 is not the last point, use point T j-1 as the new starting point and return to step S7;
S11、否则跳到步骤S12;S11. Otherwise, skip to step S12;
S12、获得全局最优路径;S12. Obtain the global optimal path;
S13、无人船沿着全局最优路径移动。S13. The unmanned ship moves along the global optimal path.
第二方面,本发明实施例还提出了一种无人船路径规划装置,包括:In the second aspect, an embodiment of the present invention also provides a path planning device for an unmanned ship, including:
获取信息模块,用于获取无人船路径规划所需的信息;Obtaining information module, used to obtain the information needed for unmanned ship path planning;
构建势力场模块,用于建立覆盖整个河面的坐标系,构建改进的引力势场函数、传统的斥力势场函数以及结合相对速度的斥力势场函数,计算其合力大小和方向,得到全局路径;Construct a force field module, which is used to establish a coordinate system covering the entire river surface, construct an improved gravitational potential field function, a traditional repulsive potential field function and a repulsive potential field function combined with relative speed, calculate the magnitude and direction of the resultant force, and obtain the global path;
路径寻优模块,用于利用回归搜索算法获取全局最优路径;The path optimization module is used to obtain the global optimal path by using the regression search algorithm;
判断局部极值模块,用于判断无人船是否陷入局部极值,以构造逃逸力使得逃出局部极值来实现避障, 直至无人船到达目标点位置。The local extreme value judgement module is used to judge whether the unmanned ship falls into the local extreme value, so as to construct the escape force to escape the local extreme value to realize obstacle avoidance, until the unmanned ship reaches the target point.
第三方面,本发明实施例还提出了一种无人船路径规划设备,包括:In the third aspect, an embodiment of the present invention also proposes a path planning device for an unmanned ship, including:
至少一个处理器;以及,At least one processor; and,
与所述至少一个处理器通信连接的存储器;其中,A memory communicatively connected with the at least one processor; wherein,
所述存储器存储有可被所述至少一个处理器执行的指令,所述指令被所述至少一个处理器执行,以使所述至少一个处理器能够执行本发明第一方面所述的方法。The memory stores instructions executable by the at least one processor, and the instructions are executed by the at least one processor, so that the at least one processor can execute the method according to the first aspect of the present invention.
第四方面,本发明实施例还提出了一种计算机可读存储介质,所述计算机可读存储介质存储有计算机可执行指令,所述计算机可执行指令用于使计算机执行本发明第一方面所述的方法。In the fourth aspect, the embodiment of the present invention also provides a computer-readable storage medium, the computer-readable storage medium stores computer-executable instructions, and the computer-executable instructions are used to make a computer execute the method described in the first aspect of the present invention. The method described.
本发明实施例中提供的一个或多个技术方案,至少具有如下有益效果:本发明提供的一种无人船路径规划方法、装置、设备和存储介质,引入了相对速度人工势场法,可对动静态障碍物进行避碰,并且本发明通过引入新的引力函数和加入逃逸力帮助无人船在河面上改进目标不可达和陷入局部极值而无法动弹问题。本发明还结合回归搜索算法,规划出全局最优路径,大大减少了计划路径从无人船位置到目标位置距离,提高了无人船任务执行效率。One or more technical solutions provided in the embodiments of the present invention have at least the following beneficial effects: The path planning method, device, equipment, and storage medium of an unmanned ship provided by the present invention introduce a relative velocity artificial potential field method, which can be It avoids collisions with dynamic and static obstacles, and the present invention introduces a new gravitational function and adds escape force to help unmanned ships improve the problem of unreachable targets and local extremes and inability to move on the river surface. The invention also combines the regression search algorithm to plan the global optimal path, which greatly reduces the distance of the planned path from the position of the unmanned ship to the target position, and improves the task execution efficiency of the unmanned ship.
附图说明Description of the drawings
下面结合附图和实例对本发明作进一步说明。The present invention will be further explained below with reference to the drawings and examples.
图1是本发明第一实施例中无人船路径规划方法的流程简图;Fig. 1 is a schematic flow chart of a path planning method for an unmanned ship in a first embodiment of the present invention;
图2是本发明第一实施例中引力势场模型图;Figure 2 is a diagram of the gravitational potential field model in the first embodiment of the present invention;
图3是本发明第一实施例中引入相对速度的斥力势场模型图;Figure 3 is a diagram of a repulsive force potential field model with relative velocity introduced in the first embodiment of the present invention;
图4是本发明第一实施例中回归搜索算法模型图;Fig. 4 is a model diagram of a regression search algorithm in the first embodiment of the present invention;
图5是本发明第一实施例中回归搜索算法流程图;Figure 5 is a flowchart of the regression search algorithm in the first embodiment of the present invention;
图6是本发明第一实施例中无人船路径规划方法的具体流程图;Figure 6 is a specific flow chart of the method for unmanned ship path planning in the first embodiment of the present invention;
图7是本发明第二实施例中无人船路径规划装置的结构简图;Figure 7 is a schematic structural diagram of an unmanned ship path planning device in a second embodiment of the present invention;
图8是本发明第三实施例中无人船路径规划设备的结构简图。Fig. 8 is a schematic structural diagram of a path planning device for an unmanned ship in a third embodiment of the present invention.
具体实施方式Detailed ways
为了使本发明的目的、技术方案及优点更加清楚明白,以下结合附图及实施例,对本发明进行进一步详细说明。应当理解,此处所描述的具体实施例仅用以解释本发明,并不用于限定本发明。In order to make the objectives, technical solutions, and advantages of the present invention clearer, the following further describes the present invention in detail with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are only used to explain the present invention, but not used to limit the present invention.
需要说明的是,如果不冲突,本发明实施例中的各个特征可以相互结合,均在本发明的保护范围之内。另外,虽然在装置示意图中进行了功能模块划分,在流程图中示出了逻辑顺序,但是在某些情况下,可以以不同于装置中的模块划分,或流程图中的顺序执行所示出或描述的步骤。It should be noted that if there is no conflict, the various features in the embodiments of the present invention can be combined with each other, and all fall within the protection scope of the present invention. In addition, although the functional modules are divided in the schematic diagram of the device, and the logical sequence is shown in the flowchart, in some cases, the module division in the device may be different from the module division in the device, or the sequence shown in the flowchart may be executed. Or the steps described.
下面结合附图,对本发明实施例作进一步阐述。The embodiments of the present invention will be further described below in conjunction with the accompanying drawings.
如图1所示,本发明的第一实施例提供了一种无人船路径规划方法,包括但不限于以下步骤:As shown in Figure 1, the first embodiment of the present invention provides a path planning method for an unmanned ship, including but not limited to the following steps:
S100:获取无人船路径规划所需的信息;S100: Obtain information needed for unmanned ship path planning;
S200:建立覆盖整个河面的坐标系,构建改进的引力势场函数、传统的斥力势场函数以及结合相对速度的斥力势场函数,计算其合力大小和方向,得到全局路径;S200: Establish a coordinate system covering the entire river surface, construct an improved gravitational potential field function, a traditional repulsive potential field function, and a repulsive potential field function combined with relative speed, calculate the magnitude and direction of the resultant force, and obtain a global path;
S300:利用回归搜索算法获取全局最优路径;S300: Use regression search algorithm to obtain the global optimal path;
S400:判断无人船是否陷入局部极值,以构造逃逸力使得逃出局部极值来实现避障,直至无人船到达目标点位置。S400: Determine whether the unmanned ship falls into a local extreme value, and construct an escape force to escape the local extreme value to achieve obstacle avoidance until the unmanned ship reaches the target point.
优选地,在步骤S100中,采用侧扫声纳和船载设备分别实时采集无人船避障路径规划所需的目标点位置信息、河面环境信息、障碍物位置信息以及无人船位置信息;Preferably, in step S100, side scan sonar and shipboard equipment are used to separately collect target point location information, river surface environment information, obstacle location information, and unmanned ship location information required for the unmanned ship's obstacle avoidance path planning in real time;
在步骤S200中,势力场包含两部分,一部分是目标点对无人船产生的引力场U att(q),另一部分是障碍物对无人船产生的斥力场U rep(q),无人船在引力场与斥力场共同作用下产生的合力场中共同作用。其中,传统的引力场函数如下: In step S200, the force field consists of two parts, one part is the gravitational field U att (q) generated by the target point on the unmanned ship, and the other part is the repulsion field U rep (q) generated by the obstacle against the unmanned ship. The ship acts together in the resultant force field produced by the combined action of the gravitational field and the repulsion field. Among them, the traditional gravitational field function is as follows:
Figure PCTCN2020112535-appb-000014
Figure PCTCN2020112535-appb-000014
其中,ζ是正参数,q goal=(x goal,y goal) t是目标点位置,q=(x,y) t是无人船位置,d(q,q goal)=∥q goal-q∥是无人船位置和目标点位置的相对距离。 Among them, ζ is a positive parameter, q goal = (x goal , y goal ) t is the position of the goal point, q = (x, y) t is the position of the unmanned ship, d(q, q goal ) = ∥q goal -q∥ It is the relative distance between the position of the unmanned ship and the position of the target point.
引力函数如下:The gravity function is as follows:
Figure PCTCN2020112535-appb-000015
Figure PCTCN2020112535-appb-000015
其中
Figure PCTCN2020112535-appb-000016
是引力势场函数的负梯度,当无人船到达目标时,它收敛到零。
among them
Figure PCTCN2020112535-appb-000016
Is the negative gradient of the gravitational potential field function. When the unmanned ship reaches the target, it converges to zero.
传统的斥力场函数如下:The traditional repulsion field function is as follows:
Figure PCTCN2020112535-appb-000017
Figure PCTCN2020112535-appb-000017
斥力是用来使无人船远离障碍物的。然而,当无人船远离障碍物时,不能影响无人船的运动,无人船的移动必须不受影响。其中U rep,i(q)为每个障碍物的斥力势场,η为正参数,d 0为障碍物的影响距离,d i(q)为每个障碍物中无人船到最近点的距离。斥力是斥力势场函数的负梯度,如下: Repulsion is used to keep unmanned ships away from obstacles. However, when the unmanned ship is far away from obstacles, it cannot affect the movement of the unmanned ship, and the movement of the unmanned ship must not be affected. Where U rep,i (q) is the repulsive force field of each obstacle, η is a positive parameter, d 0 is the influence distance of the obstacle, and d i (q) is the distance between the unmanned ship in each obstacle and the closest point. distance. Repulsion is the negative gradient of the potential field function of repulsion, as follows:
Figure PCTCN2020112535-appb-000018
Figure PCTCN2020112535-appb-000018
Figure PCTCN2020112535-appb-000019
Figure PCTCN2020112535-appb-000019
其中,
Figure PCTCN2020112535-appb-000020
并且q c=(x cl,y c) t是障碍物最靠近的点。
among them,
Figure PCTCN2020112535-appb-000020
And q c = (x cl , y c ) t is the closest point of the obstacle.
如图2所示,本发明对引力势场函数进行了改进,改进的引力场函数为:As shown in Figure 2, the present invention improves the gravitational potential field function, and the improved gravitational field function is:
Figure PCTCN2020112535-appb-000021
Figure PCTCN2020112535-appb-000021
其中,ζ是正参数,q goal=(x goal,y goal) t是目标点位置,q=(x,y) t是无人船位置,d(q,q goal)=∥q goal-q∥是无人船位置和目标点位置的相对距离,D是一个正参数。要选择合适的D,必须满足以下条件:D<d(q obstacle,q goal)。因此,引力为: Among them, ζ is a positive parameter, q goal = (x goal , y goal ) t is the position of the goal point, q = (x, y) t is the position of the unmanned ship, d(q, q goal ) = ∥q goal -q∥ Is the relative distance between the position of the unmanned ship and the target point, and D is a positive parameter. To choose a suitable D, the following conditions must be met: D<d(q obstacle ,q goal ). Therefore, gravity is:
Figure PCTCN2020112535-appb-000022
Figure PCTCN2020112535-appb-000022
该功能的主要优点简述如下:The main advantages of this feature are briefly described as follows:
如果无人船达到目标,则d(q,q goal)=0,因此: If the unmanned ship reaches the goal, then d(q,q goal )=0, so:
U att(q)=0 U att (q)=0
如果无人船离目标很远
Figure PCTCN2020112535-appb-000023
则:
If the unmanned ship is far away from the target
Figure PCTCN2020112535-appb-000023
then:
Figure PCTCN2020112535-appb-000024
Figure PCTCN2020112535-appb-000024
在无人船距离目标点较远的地方,新的吸引力比传统的吸引力更强。而在距离目标点较近时,新的吸引力比传统的吸引力强,减少了目标点附近的障碍物的影响,解决了人工势场上目标不可达问题。Where the unmanned ship is far from the target point, the new attraction is stronger than the traditional attraction. When it is closer to the target point, the new attraction is stronger than the traditional attraction, which reduces the influence of obstacles near the target point and solves the problem of unreachable targets on the artificial potential field.
如图3所示,引入相对速度,加入由相对速度确定的斥力函数为,由相对速度确定的斥力势场函数如下:As shown in Figure 3, the relative velocity is introduced, and the repulsive force function determined by the relative velocity is added. The repulsive force potential function determined by the relative velocity is as follows:
Figure PCTCN2020112535-appb-000025
Figure PCTCN2020112535-appb-000025
Figure PCTCN2020112535-appb-000026
Figure PCTCN2020112535-appb-000026
其中,n是障碍物的个数,θ i是相对速度和相对距离的夹角。如果逆时针旋转被定义为正方向,顺时针是负的,那么θ i的范围是(-π,π),当θ i属于(-π/2,π/2),它表明无人船和障碍物正在接近。 Among them, n is the number of obstacles, and θ i is the angle between the relative speed and the relative distance. If counterclockwise rotation is defined as a positive direction and clockwise is negative, then the range of θ i is (-π, π), when θ i belongs to (-π/2, π/2), it indicates that the unmanned ship and Obstacles are approaching.
由相对速度确定的对应斥力为:The corresponding repulsion determined by the relative velocity is:
Figure PCTCN2020112535-appb-000027
Figure PCTCN2020112535-appb-000027
Figure PCTCN2020112535-appb-000028
Figure PCTCN2020112535-appb-000028
将引力势场函数和斥力势场函数叠加得到合力势场函数:Superimpose the gravitational potential field function and the repulsive potential field function to obtain the resultant potential field function:
Figure PCTCN2020112535-appb-000029
Figure PCTCN2020112535-appb-000029
因此,得到的合力为:Therefore, the resultant force is:
Figure PCTCN2020112535-appb-000030
上述方法实现了人工势场法可以避开动态障碍物的功能。
Figure PCTCN2020112535-appb-000030
The above method realizes the function that the artificial potential field method can avoid dynamic obstacles.
在步骤S300中,采用改良的基于APF的回归搜索算法,优化路径是通过连接APF产生的连续点计算。基于回归搜索方法,首先,作为起点之间的初始点T 1与下一个点T 2连接为直线L 1,2。然后判断L 1,2是否穿过任何障碍物,并且L 1,2与障碍物之间的最短距离B是否大于B 0。B为无人船到障碍物的最短距离,而B 0是安全距离,也就是障碍物的影响范围,只要无人船到障碍物的最短距离不在B 0的范围内也就是B大于B 0时,无人船不受障碍物的影响。如图4所示,如果L 1,2没有穿越任何障碍物并且B大于B 0,将T 1与T 3重新连接为L 1,3,并重复进行上述步骤。直到L 1,i即T i是终点。由于T i不是最后一点,所以下一个起点是T i并且类似地与下一个点T i+1连接。最后的最佳路径是L 1,i和L i,nIn step S300, an improved APF-based regression search algorithm is used, and the optimized path is calculated by connecting the consecutive points generated by the APF. Based on the regression search method, first, the initial point T 1 between the starting points and the next point T 2 are connected as a straight line L 1, 2 . Then it is judged whether L 1, 2 passes through any obstacles, and whether the shortest distance B between L 1, 2 and the obstacles is greater than B 0 . B unmanned boat to the shortest distance to the obstacle, and B 0 is the safety distance, i.e. the scope of the obstacle, insofar as unmanned boat to the shortest distance to the obstacle is not of B 0 0 B is greater than B , The unmanned ship is not affected by obstacles. As shown in Figure 4, if L 1, 2 does not cross any obstacles and B is greater than B 0 , reconnect T 1 and T 3 to L 1 , 3 and repeat the above steps. Until L 1, i , that is, T i is the end point. Since T i is not the last point, the next starting point is T i and is similarly connected to the next point T i+1 . The final best path is L 1,i and Li,n .
如图5所示,利用回归搜索算法获取全局最优路径包括如下步骤:As shown in Figure 5, using the regression search algorithm to obtain the global optimal path includes the following steps:
S1、计算当前状态下的人工势场合力F(q);S1. Calculate the artificial force F(q) in the current state;
S2、无人船向人工势场合力F(q)指示的方向前进一步;S2. The unmanned ship moves forward in the direction indicated by the force F(q) in the artificial situation;
S3、将当前坐标保存到Ti;S3. Save the current coordinates to Ti;
S4、连续点T i∈{T 1,T 2,···,T n}是改进的人工势场方法的计划路径; S4. The continuous point T i ∈{T 1 , T 2 , ···, T n } is the planned path of the improved artificial potential field method;
S5、重复步骤S3直到到达目标位置;S5. Repeat step S3 until reaching the target position;
S6、用回归搜索T iS6, search T i regression;
S7、从起点T 1开始,与后一个点T j,j∈{2,3,4,…n}相连接成为线L 1,jS7. Starting from the starting point T 1 , connect with the next point T j ,j∈{2,3,4,...n} to form a line L 1,j ;
S8、如果L 1,j没有穿过任何障碍物并且B大于B 0,保存L 1,j并j=j+1,直到j=n+1,返回到步骤S7; S8. If L 1,j does not pass through any obstacles and B is greater than B 0 , save L 1,j and j=j+1 until j=n+1, and return to step S7;
S9、否则,保存L 1,j-1,并跳到步骤S10; S9. Otherwise, save L 1,j-1 and skip to step S10;
S10、如果T j-1不是最后一个点,将点T j-1作为新的起始点并返回到步骤S7; S10. If T j-1 is not the last point, use point T j-1 as the new starting point and return to step S7;
S11、否则跳到步骤S12;S11. Otherwise, skip to step S12;
S12、获得全局最优路径;S12. Obtain the global optimal path;
S13、无人船沿着全局最优路径移动。S13. The unmanned ship moves along the global optimal path.
在步骤S400中,判断无人船是否陷入局部极值,以构造逃逸力使得逃出局部极值来实现避障,其中,无人船是否陷入局部极值的判断条件为:In step S400, it is judged whether the unmanned ship falls into a local extreme value, and the escape force is constructed to make it escape from the local extreme value to realize obstacle avoidance. The judgment condition of whether the unmanned ship falls into the local extreme value is as follows:
Figure PCTCN2020112535-appb-000031
Figure PCTCN2020112535-appb-000031
其中,其中b和c是任意常数。如果条件满足,则可以确定无人船在局部最小位置被阻塞。因此,我们激活了逃跑的力量。如果检测到局部最小值,则无人船必须重新初始化势场。在这一步中,在该区域设置一个附加的势场,使无人船远离局部最小值。它被用来平稳地转动无人船以达到目标。新的斥力为经典斥力与提出的逃逸力方程之和:Where b and c are arbitrary constants. If the conditions are met, it can be determined that the unmanned ship is blocked at the local minimum position. Therefore, we activate the power to escape. If a local minimum is detected, the unmanned ship must reinitialize the potential field. In this step, an additional potential field is set in the area to keep the unmanned ship away from the local minimum. It is used to smoothly rotate the unmanned ship to reach the goal. The new repulsion is the sum of the classical repulsion and the proposed escape force equation:
Figure PCTCN2020112535-appb-000032
Figure PCTCN2020112535-appb-000032
附加势场表示为:The additional potential field is expressed as:
Figure PCTCN2020112535-appb-000033
Figure PCTCN2020112535-appb-000033
其中,
Figure PCTCN2020112535-appb-000034
是逃逸力的分量,α是旋转角度它是随机取值在[-π,0)∪(0,π],
Figure PCTCN2020112535-appb-000035
是一个单位矢量从障碍物指向无人船而
Figure PCTCN2020112535-appb-000036
是垂直于
Figure PCTCN2020112535-appb-000037
的单位向量。
among them,
Figure PCTCN2020112535-appb-000034
Is the component of escape force, α is the angle of rotation, which is randomly selected in [-π,0)∪(0,π],
Figure PCTCN2020112535-appb-000035
Is a unit vector pointing from an obstacle to an unmanned ship
Figure PCTCN2020112535-appb-000036
Is perpendicular to
Figure PCTCN2020112535-appb-000037
The unit vector.
如图6所示,在步骤S400中,判断无人船是否陷入局部极值,若是,则构造逃逸力使得逃出局部极值,并且返回步骤S100,若没有陷入局部极值则判断无人船是否到达目标点位置,若是,则路径规划任务结束;否则,则继续执行步骤S300。As shown in Fig. 6, in step S400, it is judged whether the unmanned ship falls into the local extreme value. If so, the escape force is constructed to escape the local extreme value, and step S100 is returned. If the unmanned ship does not fall into the local extreme value, it is judged Whether to reach the target point position, if yes, the path planning task ends; otherwise, continue to perform step S300.
综上所述,与现有技术相比,本动态全局最优无人船路径规划方法的优点在于:In summary, compared with the prior art, the advantages of this dynamic global optimal path planning method for unmanned ships are:
1、采用的改良人工势场法在传统的基于位置场的人工势场法的基础上引入了移动物体的相对速度带来的影响,加入了由相对速度确定的斥力函数,实现了人工势场可以避开动静态障碍物的功能。1. The improved artificial potential field method adopted introduces the influence of the relative speed of moving objects on the basis of the traditional artificial potential field method based on the position field, and adds the repulsion function determined by the relative speed to realize the artificial potential field. Can avoid dynamic and static obstacles.
2、采用的改良人工势场法重构了引力函数。重构后的优化引力函数平衡了吸引力和斥力的变化,解决了目标不可达问题。2. The improved artificial potential field method is adopted to reconstruct the gravitational function. The reconstructed optimized gravity function balances the changes of attractive force and repulsive force, and solves the problem of unreachable target.
3、引入了逃逸力的概念。当算法判断无人船陷入局部最小值时,激活逃逸力,使无人船逃离局部最小值。3. The concept of escape force is introduced. When the algorithm judges that the unmanned ship falls into the local minimum, the escape force is activated to make the unmanned ship escape from the local minimum.
4、改进算法在基于改良的人工势场法的基础上结合了回归搜索算法,使得到的路径为全局最优路径。4. The improved algorithm combines the regression search algorithm on the basis of the improved artificial potential field method, so that the path obtained is the global optimal path.
另外,如图7所示,本发明的第二实施例提供了一种无人船路径规划装置,包括:In addition, as shown in FIG. 7, the second embodiment of the present invention provides a path planning device for an unmanned ship, including:
获取信息模块110,用于获取无人船路径规划所需的信息;The obtaining information module 110 is used to obtain information required for the path planning of the unmanned ship;
构建势力场模块120,用于建立覆盖整个河面的坐标系,构建改进后引力势场函数、传统的斥力势场函数以及结合相对速度的斥力势场函数,计算其合力大小与方向,得到全局路径;Construct a force field module 120, which is used to establish a coordinate system covering the entire river surface, construct an improved gravitational potential field function, a traditional repulsive potential field function, and a repulsive potential field function combined with relative velocity, calculate the magnitude and direction of the resultant force, and obtain a global path ;
路径寻优模块130,用于利用回归搜索算法获取全局最优路径;The path optimization module 130 is used to obtain the global optimal path by using a regression search algorithm;
判断局部极值模块140,用于判断无人船是否陷入局部极值,以构造逃逸力使得逃出局部极值来实现避障,直至无人船到达目标点位置。The local extremum determining module 140 is used to determine whether the unmanned ship falls into a local extremum, so as to construct an escape force to escape the local extremum to achieve obstacle avoidance until the unmanned ship reaches the target point position.
本实施例中的无人船路径规划装置与第一实施例中的无人船路径规划方法基于相同的发明构思,因此,本实施例中的无人船路径规划系统具有相同的有益效果:引入了相对速度人工势场法,可对动静态障碍物进行避碰,并且本发明通过引入新的引力函数和加入逃逸力帮助无人船在河面上改进目标不可达和陷入局部极值而无法动弹问题。本发明还结合回归搜索算法,规划出全局最优路径,大大减少了计划路径从无人船位置到目标位置距离,提高了无人船任务执行效率。The unmanned vessel path planning device in this embodiment is based on the same inventive concept as the unmanned vessel path planning method in the first embodiment. Therefore, the unmanned vessel path planning system in this embodiment has the same beneficial effects: The relative velocity artificial potential field method can avoid collisions between dynamic and static obstacles, and the present invention helps the unmanned ship to improve the unreachable target and the local extreme value on the river surface by introducing a new gravitational function and adding escape force. problem. The invention also combines the regression search algorithm to plan the global optimal path, which greatly reduces the distance of the planned path from the position of the unmanned ship to the target position, and improves the task execution efficiency of the unmanned ship.
如图8所示,本发明的第三实施例还提供了一种无人船路径规划设备,包括:As shown in FIG. 8, the third embodiment of the present invention also provides a path planning device for an unmanned ship, including:
至少一个处理器;At least one processor;
以及与所述至少一个处理器通信连接的存储器;And a memory communicatively connected with the at least one processor;
其中,所述存储器存储有可被所述至少一个处理器执行的指令,所述指令被所述至少一个处理器执行,以使所述至少一个处理器能够执行如上述第一实施例中任意一种无人船路径规划方法。Wherein, the memory stores instructions that can be executed by the at least one processor, and the instructions are executed by the at least one processor, so that the at least one processor can execute any one of the instructions in the first embodiment. An unmanned ship path planning method.
存储器作为一种非暂态计算机可读存储介质,可用于存储非暂态软件程序、非暂态性计算机可执行程序以及模块,如本发明实施例中的虚拟影像控制方法对应的程序指令/模块。处理器通过运行存储在存储器中的非暂态软件程序、指令以及模块,从而执行立体成像处理装置的各种功能应用以及数据处理,即实现上述任一方法实施例的无人船路径规划方法。As a non-transitory computer-readable storage medium, the memory can be used to store non-transitory software programs, non-transitory computer-executable programs and modules, such as program instructions/modules corresponding to the virtual image control method in the embodiment of the present invention . The processor executes various functional applications and data processing of the stereo imaging processing device by running non-transitory software programs, instructions, and modules stored in the memory, that is, realizing the unmanned ship path planning method of any of the foregoing method embodiments.
存储器可以包括存储程序区和存储数据区,其中,存储程序区可存储操作系统、至少一个功能所需要的应用程序;存储数据区可存储根据立体成像处理装置的使用所创建的数据等。此外,存储器可以包括高速随机存取存储器,还可以包括非暂态存储器,例如至少一个磁盘存储器件、闪存器件、或其他非暂态固态存储器件。在一些实施例中,存储器可选包括相对于处理器远程设置的存储器,这些远程存储器可以通过网络连接至该立体投影装置。上述网络的实例包括但不限于互联网、企业内部网、局域网、移动通信网及其组合。The memory may include a storage program area and a storage data area, where the storage program area can store an operating system and an application program required by at least one function; the storage data area can store data created according to the use of the stereo imaging processing device, and the like. In addition, the memory may include a high-speed random access memory, and may also include a non-transitory memory, such as at least one magnetic disk storage device, a flash memory device, or other non-transitory solid-state storage devices. In some embodiments, the storage may optionally include storage remotely arranged with respect to the processor, and these remote storages may be connected to the stereoscopic projection device via a network. Examples of the aforementioned networks include, but are not limited to, the Internet, corporate intranets, local area networks, mobile communication networks, and combinations thereof.
所述一个或者多个模块存储在所述存储器中,当被所述一个或者多个处理器执行时,执行上述任意方法实施例中的无人船路径规划方法,例如第一实施例中的方法步骤S100至S400。The one or more modules are stored in the memory, and when executed by the one or more processors, the unmanned ship path planning method in any of the foregoing method embodiments, such as the method in the first embodiment, is executed Steps S100 to S400.
本发明的第四实施例还提供了一种计算机可读存储介质,所述计算机可读存储介质存储有计算机可执行指令,该计算机可执行指令被一个或多个控制处理器执行,可使得上述一个或多个处理器执行上述方法实施例中的一种无人船路径规划方法,例如第一实施例中的方法步骤S100至S400。The fourth embodiment of the present invention also provides a computer-readable storage medium that stores computer-executable instructions that are executed by one or more control processors to enable the foregoing One or more processors execute an unmanned ship path planning method in the foregoing method embodiments, for example, the method steps S100 to S400 in the first embodiment.
以上所描述的装置实施例仅仅是示意性的,其中所述作为分离部件说明的单元可以是或者也可以不是物理上分开的,即可以位于一个地方,或者也可以分布到多个网络单元上。可以根据实际的需要选择其中 的部分或者全部模块来实现本实施例方案的目的。The device embodiments described above are merely illustrative, and the units described as separate components may or may not be physically separated, that is, they may be located in one place, or they may be distributed on multiple network units. Some or all of the modules can be selected according to actual needs to achieve the objectives of the solutions of the embodiments.
通过以上的实施方式的描述,本领域普通技术人员可以清楚地了解到各实施方式可借助软件加通用硬件平台的方式来实现,当然也可以通过硬件。本领域普通技术人员可以理解实现上述实施例方法中的全部或部分流程是可以通过计算机程序来指令相关的硬件来完成,所述的程序可存储于一计算机可读取存储介质中,该程序在执行时,可包括如上述各方法的实施例的流程。其中,所述的存储介质可为磁碟、光盘、只读存储记忆体(Read-Only Memory,ROM)或随机存储记忆体(Random Access Memory,RAM)等。Through the description of the above implementation manners, those of ordinary skill in the art can clearly understand that each implementation manner can be implemented by means of software plus a general hardware platform, and of course, it can also be implemented by hardware. A person of ordinary skill in the art can understand that all or part of the processes in the methods of the foregoing embodiments can be implemented by instructing relevant hardware through a computer program. The program can be stored in a computer readable storage medium, and the program can be stored in a computer readable storage medium. When executed, it may include the procedures of the above-mentioned method embodiments. Wherein, the storage medium may be a magnetic disk, an optical disc, a read-only memory (Read-Only Memory, ROM), or a random access memory (Random Access Memory, RAM), etc.
以上是对本发明的较佳实施进行了具体说明,但本发明并不局限于上述实施方式,熟悉本领域的技术人员在不违背本发明精神的前提下还可作出种种的等同变形或替换,这些等同的变形或替换均包含在本申请权利要求所限定的范围内。The above is a detailed description of the preferred implementation of the present invention, but the present invention is not limited to the above-mentioned embodiments. Those skilled in the art can make various equivalent modifications or substitutions without departing from the spirit of the present invention. Equivalent modifications or replacements are all included in the scope defined by the claims of this application.

Claims (10)

  1. 一种无人船路径规划方法,其特征在于,包括:A path planning method for an unmanned ship, which is characterized in that it includes:
    获取无人船路径规划所需的信息;Obtain the information needed for unmanned ship path planning;
    建立覆盖整个河面的坐标系,构建改进的引力势场函数、传统的斥力势场函数以及结合相对速度的斥力势场函数,计算其合力大小和方向,得到全局路径;Establish a coordinate system covering the entire river surface, construct an improved gravitational potential field function, a traditional repulsive potential field function and a repulsive potential field function combined with relative speed, calculate the magnitude and direction of the resultant force, and obtain the global path;
    利用回归搜索算法获取全局最优路径;Use regression search algorithm to obtain the global optimal path;
    判断无人船是否陷入局部极值,以构造逃逸力使得逃出局部极值来实现避障,直至无人船到达目标点位置。Determine whether the unmanned ship falls into a local extreme value, and construct an escape force to escape the local extreme value to achieve obstacle avoidance until the unmanned ship reaches the target point.
  2. 根据权利要求1所述的一种无人船路径规划方法,其特征在于,所述获取无人船路径规划所需的信息包括:通过侧扫声纳和船载设备分别实时采集无人船路径规划所需的目标点位置信息、河面环境信息、障碍物位置信息以及无人船位置信息。The path planning method of an unmanned ship according to claim 1, wherein said obtaining the information required for the path planning of the unmanned ship comprises: real-time acquisition of the path of the unmanned ship through the side scan sonar and the shipboard equipment. The target point location information, river environment information, obstacle location information and unmanned ship location information required for planning.
  3. 根据权利要求1所述的一种无人船路径规划方法,其特征在于,所述建立覆盖整个河面的坐标系,构建改进的引力势场函数、传统的斥力势场函数以及结合相对速度的斥力势场函数,计算其合力大小和方向,得到全局路径,其中,改进的引力场函数如下:The path planning method of an unmanned ship according to claim 1, characterized in that the establishment of a coordinate system covering the entire river surface, the construction of an improved gravitational potential field function, a traditional repulsion potential field function, and a repulsion combined with relative velocity Potential field function, calculate the magnitude and direction of the resultant force, and get the global path. Among them, the improved gravitational field function is as follows:
    Figure PCTCN2020112535-appb-100001
    Figure PCTCN2020112535-appb-100001
    Figure PCTCN2020112535-appb-100002
    Figure PCTCN2020112535-appb-100002
    其中,ζ是正参数,q goal=(x goal,y goal) t是目标点位置,q=(x,y) t是无人船位置,d(q,q goal)=||q goal-q||是无人船位置和目标点位置的相对距离,D是正参数且D<d(q obstacle,q goal),F att(q)是目标对无人船的吸引力,
    Figure PCTCN2020112535-appb-100003
    是吸引势函数的负梯度,当无人船到达目标时,其收敛到零。
    Among them, ζ is a positive parameter, q goal = (x goal , y goal ) t is the position of the goal point, q = (x, y) t is the position of the unmanned ship, d(q, q goal )=||q goal -q || is the relative distance between the position of the unmanned ship and the target point, D is a positive parameter and D<d(q obstacle ,q goal ), F att (q) is the attraction of the target to the unmanned ship,
    Figure PCTCN2020112535-appb-100003
    Is the negative gradient of the attractive potential function, which converges to zero when the unmanned ship reaches the target.
  4. 根据权利要求1所述的一种无人船路径规划方法,其特征在于,所述建立覆盖整个河面的坐标系,构建改进的引力势场函数、传统的斥力势场函数以及结合相对速度的斥力势场函数,计算其合力大小和方向,得到全局路径,其中,传统的斥力场函数如下:The path planning method of an unmanned ship according to claim 1, characterized in that the establishment of a coordinate system covering the entire river surface, the construction of an improved gravitational potential field function, a traditional repulsion potential field function, and a repulsion combined with relative velocity Potential field function, calculate the magnitude and direction of the resultant force, and get the global path. The traditional repulsion field function is as follows:
    Figure PCTCN2020112535-appb-100004
    Figure PCTCN2020112535-appb-100004
    其中,η为正参数,d 0为障碍物的影响距离,d i(q)为每个障碍物中机器人到最近点的距离; Wherein, η is a positive parameter, d 0 is the distance to obstacles, d i (q) for each of the obstacle to the nearest point of the robot;
    斥力是斥力势场函数的负梯度,如下:The repulsion is the negative gradient of the potential field function of the repulsion, as follows:
    Figure PCTCN2020112535-appb-100005
    Figure PCTCN2020112535-appb-100005
    Figure PCTCN2020112535-appb-100006
    Figure PCTCN2020112535-appb-100006
    其中,
    Figure PCTCN2020112535-appb-100007
    并且q c=(x cl,y c) t是障碍物最靠近的点;
    among them,
    Figure PCTCN2020112535-appb-100007
    And q c = (x cl ,y c ) t is the closest point of the obstacle;
    结合相对速度的斥力场函数如下:The function of the repulsion field combined with the relative velocity is as follows:
    Figure PCTCN2020112535-appb-100008
    Figure PCTCN2020112535-appb-100008
    Figure PCTCN2020112535-appb-100009
    Figure PCTCN2020112535-appb-100009
    其中,n是障碍物的个数,θ i是相对速度和相对距离的夹角; Among them, n is the number of obstacles, and θ i is the angle between the relative speed and the relative distance;
    由相对速度确定的对应斥力为:The corresponding repulsion determined by the relative velocity is:
    Figure PCTCN2020112535-appb-100010
    Figure PCTCN2020112535-appb-100010
    Figure PCTCN2020112535-appb-100011
    Figure PCTCN2020112535-appb-100011
  5. 根据权利要求1所述的一种无人船路径规划方法,其特征在于,所述建立覆盖整个河面的坐标系,构建改进的引力势场函数、传统的斥力势场函数以及结合相对速度的斥力势场函数,计算其合力大小和方向,得到全局路径,其中,将引力场函数和斥力场函数叠加得到合力势场函数如下:The path planning method of an unmanned ship according to claim 1, characterized in that the establishment of a coordinate system covering the entire river surface, the construction of an improved gravitational potential field function, a traditional repulsion potential field function, and a repulsion combined with relative velocity Potential field function, calculate the magnitude and direction of the resultant force, and get the global path, where the gravitational field function and the repulsive force field function are superimposed to get the resultant potential field function as follows:
    Figure PCTCN2020112535-appb-100012
    Figure PCTCN2020112535-appb-100012
    得到的合力为:
    Figure PCTCN2020112535-appb-100013
    The resultant force is:
    Figure PCTCN2020112535-appb-100013
  6. 根据权利要求1所述的一种无人船路径规划方法,其特征在于,所述利用回归搜索算法获取全局最优路径包括如下步骤:The path planning method for an unmanned ship according to claim 1, wherein said using a regression search algorithm to obtain a global optimal path comprises the following steps:
    S1、计算当前状态下的人工势场合力F(q);S1. Calculate the artificial force F(q) in the current state;
    S2、无人船向人工势场合力F(q)指示的方向前进一步;S2. The unmanned ship moves forward in the direction indicated by the force F(q) in the artificial situation;
    S3、将当前坐标保存到T iS3, the coordinates to save the current T i;
    S4、连续点T i∈{T 1,T 2,···,T n}是人工势场计划路径; S4. The continuous point T i ∈{T 1 , T 2 , ···, T n } is the artificial potential field plan path;
    S5、重复步骤S3直到到达目标位置;S5. Repeat step S3 until reaching the target position;
    S6、用回归搜索T iS6, search T i regression;
    S7、从起点T 1开始,与后一个点T j,j∈{2,3,4,…n}相连接成为线L 1,jS7. Starting from the starting point T 1 , connect with the next point T j ,j∈{2,3,4,...n} to form a line L 1,j ;
    S8、如果L 1,j没有穿过任何障碍物并且B大于B 0,保存L 1,j并j=j+1,直到j=n+1,返回到步骤S7; S8. If L 1,j does not pass through any obstacles and B is greater than B 0 , save L 1,j and j=j+1 until j=n+1, and return to step S7;
    S9、否则,保存L 1,j-1,并跳到步骤S10; S9. Otherwise, save L 1,j-1 and skip to step S10;
    S10、如果T j-1不是最后一个点,将点T j-1作为新的起始点并返回到步骤S7; S10. If T j-1 is not the last point, use point T j-1 as the new starting point and return to step S7;
    S11、否则跳到步骤S12;S11. Otherwise, skip to step S12;
    S12、获得全局最优路径;S12. Obtain the global optimal path;
    S13、无人船沿着全局最优路径移动。S13. The unmanned ship moves along the global optimal path.
  7. 根据权利要求1所述的一种无人船路径规划方法,其特征在于,所述判断无人船是否陷入局部极值,以构造逃逸力使得逃出局部极值来实现避障,其中,无人船是否陷入局部极值的判断条件为:The path planning method for an unmanned ship according to claim 1, wherein the judging whether the unmanned ship falls into a local extreme value is used to construct an escape force so that it can escape from the local extreme value to achieve obstacle avoidance, wherein no The conditions for judging whether the ship is trapped in a local extreme value are:
    Figure PCTCN2020112535-appb-100014
    Figure PCTCN2020112535-appb-100014
    其中,其中b和c是任意常数。Where b and c are arbitrary constants.
  8. 一种无人船路径规划装置,其特征在于,包括:A path planning device for an unmanned ship, which is characterized in that it comprises:
    获取信息模块,用于获取无人船路径规划所需的信息;Obtaining information module, used to obtain the information needed for unmanned ship path planning;
    构建势力场模块,用于建立覆盖整个河面的坐标系,构建改进的引力势场函数、传统的斥力势场函数以及结合相对速度的斥力势场函数,计算其合力大小和方向,得到全局路径;Construct a force field module, which is used to establish a coordinate system covering the entire river surface, construct an improved gravitational potential field function, a traditional repulsive potential field function, and a repulsive potential field function combined with relative speed, calculate the magnitude and direction of the resultant force, and obtain the global path;
    路径寻优模块,用于利用回归搜索算法获取全局最优路径;The path optimization module is used to obtain the global optimal path by using the regression search algorithm;
    判断局部极值模块,用于判断无人船是否陷入局部极值,以构造逃逸力使得逃出局部极值来实现避障,直至无人船到达目标点位置。The local extreme value judgment module is used to judge whether the unmanned ship falls into a local extreme value, and to construct an escape force to escape the local extreme value to achieve obstacle avoidance until the unmanned ship reaches the target point.
  9. 一种无人船路径规划设备,其特征在于,包括:An unmanned ship path planning device, which is characterized in that it includes:
    至少一个处理器;以及,At least one processor; and,
    与所述至少一个处理器通信连接的存储器;其中,A memory communicatively connected with the at least one processor; wherein,
    所述存储器存储有可被所述至少一个处理器执行的指令,所述指令被所述至少一个处理器执行,以使所述至少一个处理器能够执行如权利要求1-6任一项所述的方法。The memory stores instructions executable by the at least one processor, and the instructions are executed by the at least one processor, so that the at least one processor can execute any one of claims 1 to 6 Methods.
  10. 一种计算机可读存储介质,其特征在于,所述计算机可读存储介质存储有计算机可执行指令,所述计算机可执行指令用于使计算机执行如权利要求1-6任一项所述的方法。A computer-readable storage medium, wherein the computer-readable storage medium stores computer-executable instructions, and the computer-executable instructions are used to make a computer execute the method according to any one of claims 1 to 6 .
PCT/CN2020/112535 2019-10-31 2020-08-31 Unmanned boat path planning method, apparatus and device, and storage medium WO2021082710A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201911051183.9 2019-10-31
CN201911051183.9A CN110850873B (en) 2019-10-31 2019-10-31 Unmanned ship path planning method, device, equipment and storage medium

Publications (1)

Publication Number Publication Date
WO2021082710A1 true WO2021082710A1 (en) 2021-05-06

Family

ID=69599660

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/112535 WO2021082710A1 (en) 2019-10-31 2020-08-31 Unmanned boat path planning method, apparatus and device, and storage medium

Country Status (2)

Country Link
CN (1) CN110850873B (en)
WO (1) WO2021082710A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114460965A (en) * 2022-01-21 2022-05-10 上海应用技术大学 Unmanned aerial vehicle three-dimensional obstacle avoidance method based on improved artificial potential field method

Families Citing this family (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110850873B (en) * 2019-10-31 2021-06-08 五邑大学 Unmanned ship path planning method, device, equipment and storage medium
TWI756647B (en) * 2020-03-18 2022-03-01 財團法人船舶暨海洋產業研發中心 A vessel collision avoiding method and system based on artificial potential field
CN111489023A (en) * 2020-04-03 2020-08-04 武汉理工大学 Multifunctional intelligent robot system for processing dynamic crew service demand information
CN111506068B (en) * 2020-04-20 2023-02-03 哈尔滨工程大学 Water surface unmanned ship local path planning method for multi-beam sonar scanning operation
CN111982134B (en) * 2020-08-10 2022-08-05 北京轩宇空间科技有限公司 Path following control method and device adapting to unknown dynamic space and storage medium
CN112378397B (en) * 2020-11-02 2023-10-10 中国兵器工业计算机应用技术研究所 Unmanned aerial vehicle target tracking method and device and unmanned aerial vehicle
CN113093741A (en) * 2021-03-30 2021-07-09 上海图灵智造机器人有限公司 Composite robot for warehousing and transportation and local dynamic obstacle avoidance method
CN113189984B (en) * 2021-04-16 2021-10-29 哈尔滨理工大学 Unmanned ship path planning method based on improved artificial potential field method
CN113341992B (en) * 2021-06-18 2023-10-27 广东工业大学 Unmanned ship multitasking path planning method
CN113359762B (en) * 2021-07-02 2022-01-18 哈尔滨理工大学 Dynamic planning method for unmanned surface vehicle
CN113359773A (en) * 2021-07-07 2021-09-07 大连海事大学 Unmanned ship navigation path decision method and system
CN113534841A (en) * 2021-07-29 2021-10-22 北京航空航天大学 Unmanned aerial vehicle obstacle avoidance path planning algorithm and path planning algorithm
CN113655810B (en) * 2021-08-20 2024-04-16 上海微电机研究所(中国电子科技集团公司第二十一研究所) Unmanned aerial vehicle obstacle avoidance method and system based on speed potential field
CN113834523B (en) * 2021-09-06 2023-07-11 哈尔滨工业大学(威海) Marine pasture intelligent breeding system based on unmanned ship

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104155998A (en) * 2014-08-27 2014-11-19 电子科技大学 Route planning method based on potential field method
US20180004207A1 (en) * 2016-06-30 2018-01-04 Unmanned Innovation, Inc. (dba Airware) Dynamically adjusting uav flight operations based on radio frequency signal data
CN108469828A (en) * 2018-03-23 2018-08-31 哈尔滨工程大学 A kind of AUV Route planners improving artificial potential field optimization algorithm
CN108981716A (en) * 2018-08-22 2018-12-11 集美大学 A kind of paths planning method suitable for inland and coastal waters unmanned boat
CN109725331A (en) * 2019-03-18 2019-05-07 燕山大学 A kind of unmanned boat barrier-avoiding method based on laser radar
CN110850873A (en) * 2019-10-31 2020-02-28 五邑大学 Unmanned ship path planning method, device, equipment and storage medium

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106741782A (en) * 2016-12-27 2017-05-31 武汉理工大学 A kind of unmanned boat and its navigation control method driven based on wind energy
CN106708054B (en) * 2017-01-24 2019-12-13 贵州电网有限责任公司电力科学研究院 Routing planning method for inspection robot by combining map grids and potential field method obstacle avoidance
CN107544500B (en) * 2017-09-18 2020-12-29 哈尔滨工程大学 Unmanned ship berthing behavior trajectory planning method considering constraint
CN110134130A (en) * 2019-06-14 2019-08-16 西交利物浦大学 A kind of unmanned boat automatic obstacle avoiding method based on improvement angle potential field method
CN110377055A (en) * 2019-08-14 2019-10-25 西南石油大学 No-manned plane three-dimensional formation method based on modified Artificial Potential Field Method

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104155998A (en) * 2014-08-27 2014-11-19 电子科技大学 Route planning method based on potential field method
US20180004207A1 (en) * 2016-06-30 2018-01-04 Unmanned Innovation, Inc. (dba Airware) Dynamically adjusting uav flight operations based on radio frequency signal data
CN108469828A (en) * 2018-03-23 2018-08-31 哈尔滨工程大学 A kind of AUV Route planners improving artificial potential field optimization algorithm
CN108981716A (en) * 2018-08-22 2018-12-11 集美大学 A kind of paths planning method suitable for inland and coastal waters unmanned boat
CN109725331A (en) * 2019-03-18 2019-05-07 燕山大学 A kind of unmanned boat barrier-avoiding method based on laser radar
CN110850873A (en) * 2019-10-31 2020-02-28 五邑大学 Unmanned ship path planning method, device, equipment and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
ZHU DAQI: "Theory and Technology of Underwater Search and Rescue for Unmanned Submersibles", 31 May 2016, NATIONAL DEFENSE INDUSTRY PRESS, CN, ISBN: 978-7-118-10772-2, article ZHU DAQI: "Theory and Technology of Underwater Search and Rescue for Unmanned Submersibles", pages: 44 - 49, XP009527759 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114460965A (en) * 2022-01-21 2022-05-10 上海应用技术大学 Unmanned aerial vehicle three-dimensional obstacle avoidance method based on improved artificial potential field method
CN114460965B (en) * 2022-01-21 2023-08-29 上海应用技术大学 Unmanned aerial vehicle three-dimensional obstacle avoidance method based on improved artificial potential field method

Also Published As

Publication number Publication date
CN110850873A (en) 2020-02-28
CN110850873B (en) 2021-06-08

Similar Documents

Publication Publication Date Title
WO2021082710A1 (en) Unmanned boat path planning method, apparatus and device, and storage medium
US10884433B2 (en) Aerial drone utilizing pose estimation
US10802494B2 (en) Method for motion planning for autonomous moving objects
CA3028703C (en) Systems and methods for path determination
Zhang et al. Falco: Fast likelihood‐based collision avoidance with extension to human‐guided navigation
JP2019500693A (en) Autonomous visual navigation
US10948300B2 (en) Systems and methods for path determination
Beser et al. COLREGS based path planning and bearing only obstacle avoidance for autonomous unmanned surface vehicles
Heshmati-Alamdari et al. A self-triggered visual servoing model predictive control scheme for under-actuated underwater robotic vehicles
Glotzbach et al. Cooperative line of sight target tracking for heterogeneous unmanned marine vehicle teams: From theory to practice
Liu et al. Multi-usv system cooperative underwater target search based on reinforcement learning and probability map
CN112947594A (en) Unmanned aerial vehicle-oriented flight path planning method
Barca et al. Controlling formations of robots with graph theory
Li et al. Sim-real joint experimental verification for an unmanned surface vehicle formation strategy based on multi-agent deterministic policy gradient and line of sight guidance
Sauze et al. A raycast approach to collision avoidance in sailing robots
Yang et al. Multi agents to search and rescue based on group intelligent algorithm and edge computing
Lawrance et al. Shared autonomy for low‐cost underwater vehicles
Zhao et al. The sustainable tracking strategy of moving target by UAV in an uncertain environment
Zare et al. Continuous control with deep reinforcement learning for autonomous vessels
Peti et al. A Search Strategy and Vessel Detection in Maritime Environment Using Fixed-Wing UAVs
Sporyshev et al. Reinforcement learning approach for cooperative AUVs in underwater surveillance operations
Hoy Methods for collision-free navigation of multiple mobile robots in unknown cluttered environments
Hamid et al. Autonomous Evacuation Boat in Dynamic Flood Disaster Environment
CN111443733A (en) Unmanned aerial vehicle flight control method and device and unmanned aerial vehicle
Chin et al. Game Architecture based Obstacle Avoidance Control of Electric Surface Vessel

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 20883657

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20883657

Country of ref document: EP

Kind code of ref document: A1