CN110608740A - Unmanned ship path planning method - Google Patents

Unmanned ship path planning method Download PDF

Info

Publication number
CN110608740A
CN110608740A CN201910842211.2A CN201910842211A CN110608740A CN 110608740 A CN110608740 A CN 110608740A CN 201910842211 A CN201910842211 A CN 201910842211A CN 110608740 A CN110608740 A CN 110608740A
Authority
CN
China
Prior art keywords
obstacle
usv
path
pheromone
node
Prior art date
Legal status (The legal status 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 status listed.)
Pending
Application number
CN201910842211.2A
Other languages
Chinese (zh)
Inventor
敖邦乾
杨莎
曲祥君
曾令娟
邹江
令狐金卿
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zunyi Normal University
Original Assignee
Zunyi Normal University
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 Zunyi Normal University filed Critical Zunyi Normal University
Priority to CN201910842211.2A priority Critical patent/CN110608740A/en
Publication of CN110608740A publication Critical patent/CN110608740A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G01MEASURING; TESTING
    • G01CMEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
    • G01C21/00Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
    • G01C21/20Instruments for performing navigational calculations
    • G01C21/203Specially adapted for sailing ships
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01SRADIO DIRECTION-FINDING; RADIO NAVIGATION; DETERMINING DISTANCE OR VELOCITY BY USE OF RADIO WAVES; LOCATING OR PRESENCE-DETECTING BY USE OF THE REFLECTION OR RERADIATION OF RADIO WAVES; ANALOGOUS ARRANGEMENTS USING OTHER WAVES
    • G01S19/00Satellite radio beacon positioning systems; Determining position, velocity or attitude using signals transmitted by such systems
    • G01S19/38Determining a navigation solution using signals transmitted by a satellite radio beacon positioning system
    • G01S19/39Determining a navigation solution using signals transmitted by a satellite radio beacon positioning system the satellite radio beacon positioning system transmitting time-stamped messages, e.g. GPS [Global Positioning System], GLONASS [Global Orbiting Navigation Satellite System] or GALILEO
    • G01S19/42Determining position
    • G01S19/48Determining position by combining or switching between position solutions derived from the satellite radio beacon positioning system and position solutions derived from a further system

Landscapes

  • Engineering & Computer Science (AREA)
  • Radar, Positioning & Navigation (AREA)
  • Remote Sensing (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Automation & Control Theory (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Traffic Control Systems (AREA)

Abstract

An unmanned ship path planning method comprises the steps of firstly carrying out rasterization modeling on an environment from a starting point to a terminal point of a USV, then carrying out global path planning, then carrying out obstacle avoidance on a static obstacle, and then carrying out obstacle avoidance on a dynamic obstacle; the invention adds hardware COMPASS deflection information, sets corresponding threshold values, and adjusts the direction in real time in a self-adaptive manner, so that the direction always points to the terminal point, thereby greatly improving the algorithm, and greatly improving the convergence although the complexity is increased.

Description

Unmanned ship path planning method
Technical Field
The invention relates to an unmanned ship path planning method, and belongs to the technical field of intelligent control systems and artificial intelligence.
Background
At present, land resources are relatively deficient due to the rapid economic growth speed and the large population pressure in the world, but oceans have abundant resources which cannot be estimated, and most of oceans are not developed, so that the eyes of the development of various countries are gradually projected to the oceans from the land. China has a long coastline, is a developing marine kingdom, and has more marine interests disputes with neighboring marine kingdoms, so that the development of marine science and technology is required continuously. An Unmanned Surface Vessel (USV) is a small-sized surface vessel that can realize autonomous navigation in the ocean and complete corresponding mission, and is currently recognized as a small-sized surface vessel that will play an important role in future ocean development, and is recently paid much attention from navy of various countries in the world, and is often used to perform tasks that are special and not suitable for manned vessels, and has functions of information collection, environment monitoring, maritime search and rescue, hydrographic geographic survey and the like, and has a very wide application range.
Most of the current USV path planning is based on pure theory research, and the obtained simulation result does not fully consider mechanical and electrical characteristics of the USV and external variable marine environment, so that the practicability is not strong.
Disclosure of Invention
In order to solve the problems in the prior art, the unmanned ship path planning method is based on the global path planning of the improved ant colony algorithm and the obstacle avoidance scheme algorithm design of various local dynamic and static obstacles, and has high practicability.
In order to achieve the purpose, the technical scheme of the invention is as follows:
an unmanned ship path planning method comprises the following steps:
the method comprises the following steps: firstly, performing rasterization modeling on an environment from a starting point to an end point of the USV, rasterizing the environment into a certain number of grids, and encoding the grids in a binary format: 1 represents that the current grid has an obstacle, and 0 represents no obstacle; the attribute storage of each grid includes information such as obstacle position, wave amplitude, current flow rate, and wind speed. And corroding and expanding the barrier grid by utilizing the bionic principle, wherein the corrosion and expansion of A relative to B are respectively defined as follows:
(A)-bis a translation set of the mapping for B, (A)bIs a set of translations for a with respect to B; in morphology, erosion operations delete certain pixels at the boundary of an obstacle in an image, making the range of a target area smaller, and can be used to eliminate relatively small and meaningless objects; the expansion operation adds pixels to the boundary of the image object to enlarge the range of the target area, and combines background points contacted with the target area into the target to expand the boundary of the target to the outside so as to fill up the holes in the object;
the expand-first then-corrode operation is referred to as a close operation, and the expand-first then-corrode operation is referred to as an open operation, which are respectively expressed as follows:
wherein, close operation connects the adjacent objects, and the area of the adjacent objects is not obviously changed while the boundary of the adjacent objects is smoothed; the opening operation separates the object at a fine point, smoothes a larger object and changes the area of the larger object unobviously, the text performs the opening operation on the barrier, and after the operation, the feasible space and the barrier space are finely divided;
step two: after the operation of the first step, global path planning is firstly carried out, firstly, an electronic chart is combined, a high-precision GPS is used for positioning the current position of the current USV in the sea, a COMPASS is combined, an ant colony algorithm is used for roughly planning a global route from a starting point to an end point, the COMPASS self-defines the direction from the current USV position to the end point target position as a zero degree direction, the COMPASS deviation angle is, anticlockwise is positive, clockwise is negative, and the specific ant colony algorithm adopts the following steps:
1. initializing ant colony parameters, and assuming that the ant colony scale is N and the maximum iteration number is NmaxInitializing pheromone magnitude values for each edge: tau isij(0)=1,△τij(0)=0;
2. Placing ants on the initial point of a track planning space within the error range of GPS positioning, and setting a taboo table as a corresponding vertex;
3. calculating the probability according to the transfer rule and the transfer probability of the ants:
k- -the kth ant;
ψ0(0≤ψ0≦ 1) - - -a fixed threshold constant that may be empirically derived;
psi-a random number uniformly distributed between [0,1 ];
τij(t) -pheromone concentration on the path from node i to node j at the tth iteration;
α (α >0) -pheromone significance index;
ηijdistance heuristic on the path from node i to node j at the (t) -th iteration, of size ηij(t)=1/Lij
Lij-energy consumption heuristic information on the path from node i to node j;
β (β >0) -distance heuristic information importance index;
-the heuristic information of the compass deflection angle from node i to node j at the t-th iteration is 1/| θ |;
gamma (gamma >0) -compass deflection angle heuristic information importance index;
selecting the next node according to the calculated probability, carrying out local updating on the pheromone after moving each ant once by one step, and updating the taboo table; continuously calculating the probability;
τij(t+1)=(1-ρ)τij(t)+△τijτij(t +1) -pheromone concentration after one step shift;
τij(t) -pheromone concentration of the current node;
ρ (0< ρ <1) - -pheromone local update volatility coefficient;
△τij(t) -pheromone concentration retained by each ant on the path (i → j) in the current cycle,
-the change value of the pheromone;
q- -a constant set empirically;
LS- -the total path track comprehensive value that ant k took in this cycle;
selecting nodes and updating the tabu table according to the calculated probability until all the nodes are traversed once; performing pheromone global updating on the optimal path obtained after all ants complete one-time iteration, and continuously calculating the probability;
rho-pheromone global update volatility coefficient;
q- -empirical constant;
OP-optimal path obtained in natural loop;
Λ — the current optimal solution obtained;
at the moment, updating a taboo table simultaneously according to the probability of the time;
4. calculating the pheromone quantity of the ant left on each side, and discarding the ant;
5. repeating the steps from 3 to 4 until all the n ants are traversed;
6. calculating pheromone increment and pheromone total amount of each edge, simultaneously recording the path of the iteration, updating the current optimal path, and clearing the tabu list;
7. judging whether a preset iteration step number N is reachedmaxOr judging whether the stagnation phenomenon occurs or not, if so, finishing the algorithm and outputting the current optimal path; otherwise, turning to the step two, and performing next iteration;
the local path planning adopts a laser radar (LIdar) to use a PRLIDAR, the PRLIDAR is provided with a small motor with adjustable speed, and a radar detector can rotate by 360 degrees to measure the distance of obstacles around the USV and is used for local dynamic obstacle avoidance and static obstacle avoidance; when the external marine environment changes transiently, and a global path is planned in front of the external marine environment, the related nodes cannot be guaranteed to be still all the time, and if an obstacle with slowly changing speed or a static obstacle temporarily appearing outside is encountered, local emergency path planning must be realized;
step three: the method for avoiding the static obstacle comprises the following steps:
1. based on the system, the connecting direction of the USV and the destination is set to be a 0-degree direction in a self-defined mode, as shown in the direction of FIG. 2, the current advancing direction of the USV is 1 direction, the tangential direction of the USV and the obstacle is 3, and the included angle between the direction 1 and the direction 2 is theta1Can be detected in real time through an electronic compass, and the included angle between the direction 2 and the direction 3 is theta2The distance between the USV and the obstacle is L, the distance can be calculated through a laser radar, and the radius of the obstacle is r;
2, controlling a steering engine to rotate clockwise theta by the USV to avoid the obstacle12So that static obstacles can be avoided;
3. when the USV avoids the obstacle, the USV quickly returns to the original global planning path;
step four: and then the following steps are adopted for avoiding the dynamic barrier:
the method comprises the following steps: and the dynamic obstacle avoidance adopts a GUI remote control interface designed by an upper computer, the USV is manually controlled to temporarily avoid the obstacle, and then the USV continuously returns to the original global planned path until the destination is reached.
The beneficial effect of adopting above-mentioned technical scheme is:
the environment is rasterized by using bionics, the space with obstacles and the space without obstacles can be finely distinguished, and the open operation of the method can simulate the natural marine environment to the maximum extent, so that the distance from a starting point to a terminal point of a subsequent algorithm can be reduced. The existing ant colony algorithm is not accurate enough to be sent from the same point for the initial starting point, the invention properly improves the algorithm, uses GPS to position the starting point of the USV, and places ants in the error range, which is very suitable for the actual situation; secondly, for the average distribution of the initial information, the invention is improved properly, and the iteration times are reduced; the method adds the hardware COMPASS deflection information, sets a corresponding threshold value, and adjusts the direction in real time in a self-adaptive manner to enable the direction to always point to the end point, thereby greatly improving the algorithm, and greatly improving the convergence although the complexity is increased.
Drawings
FIG. 1 is a diagram of a rasterized environment model;
FIG. 2 is a USV next-step motion rule model diagram;
FIG. 3 is a USV simulation diagram for ant colony algorithm route planning of the present invention;
FIG. 4 is an iterative convergence diagram of the ant colony algorithm of the present invention;
fig. 5 is a USV obstacle avoidance diagram.
Detailed Description
The invention is described in further detail below:
an unmanned ship path planning method comprises the following steps:
the method comprises the following steps: firstly, performing rasterization modeling on an environment from a starting point to an end point of the USV, rasterizing the environment into a certain number of grids, and encoding the grids in a binary format: 1 represents that the current grid has an obstacle, and 0 represents no obstacle; the attribute storage of each grid includes information such as obstacle position, wave amplitude, current flow rate, and wind speed. And corroding and expanding the barrier grid by utilizing the bionic principle, wherein the corrosion and expansion of A relative to B are respectively defined as follows:
(A)-bis a translation set of the mapping for B, (A)bIs a set of translations for a with respect to B; in morphology, erosion operations delete certain pixels at the boundary of an obstacle in an image, making the range of a target area smaller, and can be used to eliminate relatively small and meaningless objects; the expansion operation adds pixels to the boundary of the image object to enlarge the range of the target area, and combines background points contacted with the target area into the target to expand the boundary of the target to the outside so as to fill up the holes in the object;
the expand-first then-corrode operation is referred to as a close operation, and the expand-first then-corrode operation is referred to as an open operation, which are respectively expressed as follows:
wherein, close operation connects the adjacent objects, and the area of the adjacent objects is not obviously changed while the boundary of the adjacent objects is smoothed; the opening operation separates the object at a fine point, smoothes a larger object and changes the area of the larger object unobviously, the text performs the opening operation on the barrier, and after the operation, the feasible space and the barrier space are finely divided;
step two: after the operation of the first step, global path planning is firstly carried out, firstly, an electronic chart is combined, a high-precision GPS is used for positioning the current position of the current USV in the sea, a COMPASS is combined, an ant colony algorithm is used for roughly planning a global route from a starting point to an end point, the COMPASS self-defines the direction from the current USV position to the end point target position as a zero degree direction, the COMPASS deviation angle is, anticlockwise is positive, clockwise is negative, and the specific ant colony algorithm adopts the following steps:
1. initializing ant colony parameters, and assuming that the ant colony scale is N and the maximum iteration number is NmaxInitializing pheromone magnitude values for each edge: tau isij(0)=1,△τij(0)=0;
2. Placing ants on the initial point of a track planning space within the error range of GPS positioning, and setting a taboo table as a corresponding vertex;
3. calculating the probability according to the transfer rule and the transfer probability of the ants:
k- -the kth ant;
ψ0(0≤ψ0≦ 1) - - -a fixed threshold constant that may be empirically derived;
psi-a random number uniformly distributed between [0,1 ];
τij(t) -pheromone concentration on the path from node i to node j at the tth iteration;
α (α >0) -pheromone significance index;
ηijdistance heuristic on the path from node i to node j at the (t) -th iteration, of size ηij(t)=1/Lij
Lij-energy consumption heuristic information on the path from node i to node j;
β (β >0) -distance heuristic information importance index;
-the heuristic information of the compass deflection angle from node i to node j at the t-th iteration is 1/| θ |;
gamma (gamma >0) -compass deflection angle heuristic information importance index;
selecting the next node according to the calculated probability, carrying out local updating on the pheromone after moving each ant once by one step, and updating the taboo table; continuously calculating the probability;
τij(t+1)=(1-ρ)τij(t)+△τijτij(t +1) -pheromone concentration after one step shift;
τij(t) -pheromone concentration of the current node;
ρ (0< ρ <1) - -pheromone local update volatility coefficient;
△τij(t) -pheromone concentration retained by each ant on the path (i → j) in the current cycle,
-the change value of the pheromone;
q- -a constant set empirically;
LS- -the total path track comprehensive value that ant k took in this cycle;
selecting nodes and updating the tabu table according to the calculated probability until all the nodes are traversed once; performing pheromone global updating on the optimal path obtained after all ants complete one-time iteration, and continuously calculating the probability;
rho-pheromone global update volatility coefficient;
q- -empirical constant;
OP-optimal path obtained in natural loop;
Λ — the current optimal solution obtained;
at the moment, updating a taboo table simultaneously according to the probability of the time;
4. calculating the pheromone quantity of the ant left on each side, and discarding the ant;
5. repeating the steps from 3 to 4 until all the n ants are traversed;
6. calculating pheromone increment and pheromone total amount of each edge, simultaneously recording the path of the iteration, updating the current optimal path, and clearing the tabu list;
7. judging whether a preset iteration step number N is reachedmaxOr judging whether the stagnation phenomenon occurs or not, if so, finishing the algorithm and outputting the current optimal path; otherwise, turning to the step two, and performing next iteration;
the local path planning adopts a laser radar (LIdar) to use a PRLIDAR, the PRLIDAR is provided with a small motor with adjustable speed, and a radar detector can rotate by 360 degrees to measure the distance of obstacles around the USV and is used for local dynamic obstacle avoidance and static obstacle avoidance; when the external marine environment changes transiently, and a global path is planned in front of the external marine environment, the related nodes cannot be guaranteed to be still all the time, and if an obstacle with slowly changing speed or a static obstacle temporarily appearing outside is encountered, local emergency path planning must be realized;
step three: the method for avoiding the static obstacle comprises the following steps:
1. based on the system, the connecting direction of the USV and the destination is set to be a 0-degree direction in a self-defined mode, as shown in the direction of FIG. 2, the current advancing direction of the USV is 1 direction, the tangential direction of the USV and the obstacle is 3, and the included angle between the direction 1 and the direction 2 is theta1Can be detected in real time through an electronic compass, and the included angle between the direction 2 and the direction 3 is theta2The distance between the USV and the obstacle is L, the distance can be calculated through a laser radar, and the radius of the obstacle is r;
2, controlling a steering engine to rotate clockwise theta by the USV to avoid the obstacle12So that static obstacles can be avoided;
3. when the USV avoids the obstacle, the USV quickly returns to the original global planning path;
step four: and then the following steps are adopted for avoiding the dynamic barrier:
1. and the dynamic obstacle avoidance adopts a GUI remote control interface designed by an upper computer, the USV is manually controlled to temporarily avoid the obstacle, and then the USV continuously returns to the original global planned path until the destination is reached.

Claims (1)

1. An unmanned ship path planning method is characterized by comprising the following steps: the method comprises the following steps:
the method comprises the following steps: firstly, performing rasterization modeling on an environment from a starting point to an end point of the USV, rasterizing the environment into a certain number of grids, and encoding the grids in a binary format: 1 represents that the current grid has an obstacle, and 0 represents no obstacle; the attribute storage of each grid includes information such as obstacle position, wave amplitude, current flow rate, and wind speed. And corroding and expanding the barrier grid by utilizing the bionic principle, wherein the corrosion and expansion of A relative to B are respectively defined as follows:
(A)-bis a translation set of the mapping for B, (A)bIs a set of translations for a with respect to B; in morphology, erosion operations delete certain pixels at the boundary of an obstacle in an image, making the range of a target area smaller, and can be used to eliminate relatively small and meaningless objects; the expansion operation adds pixels to the boundary of the image object to enlarge the range of the target area, and combines background points contacted with the target area into the target to expand the boundary of the target to the outside so as to fill up the holes in the object;
the expand-first then-corrode operation is referred to as a close operation, and the expand-first then-corrode operation is referred to as an open operation, which are respectively expressed as follows:
A·B=(A⊕B)ΘB (3)
wherein, close operation connects the adjacent objects, and the area of the adjacent objects is not obviously changed while the boundary of the adjacent objects is smoothed; the opening operation separates the object at a fine point, smoothes a larger object and changes the area of the larger object unobviously, the text performs the opening operation on the barrier, and after the operation, the feasible space and the barrier space are finely divided;
step two: after the operation of the first step, global path planning is firstly carried out, firstly, an electronic chart is combined, a high-precision GPS is used for positioning the current position of the current USV in the sea, a COMPASS is combined, an ant colony algorithm is used for roughly planning a global route from a starting point to an end point, the COMPASS self-defines the direction from the current USV position to the end point target position as a zero degree direction, the COMPASS deviation angle is, anticlockwise is positive, clockwise is negative, and the specific ant colony algorithm adopts the following steps:
1) initializing ant colony parameters, and assuming that the ant colony scale is N and the maximum iteration number is NmaxInitializing pheromone magnitude values for each edge: tau isij(0)=1,△τij(0)=0;
2) Placing ants on the initial point of a track planning space within the error range of GPS positioning, and setting a taboo table as a corresponding vertex;
3) calculating the probability according to the transfer rule and the transfer probability of the ants:
k- -the kth ant;
ψ0(0≤ψ0≦ 1) - - -a fixed threshold constant that may be empirically derived;
psi-a random number uniformly distributed between [0,1 ];
τij(t) -pheromone concentration on the path from node i to node j at the tth iteration;
α (α >0) -pheromone significance index;
ηijdistance heuristic on the path from node i to node j at the (t) -th iteration, of size ηij(t)=1/Lij
Lij-energy consumption heuristic information on the path from node i to node j;
β (β >0) -distance heuristic information importance index;
-the heuristic information of the compass deflection angle from node i to node j at the t-th iteration is 1/| θ |;
gamma (gamma >0) -compass deflection angle heuristic information importance index;
selecting the next node according to the calculated probability, carrying out local updating on the pheromone after moving each ant once by one step, and updating the taboo table; continuously calculating the probability;
τij(t+1)=(1-ρ)τij(t)+△τij
τij(t +1) -pheromone concentration after one step shift;
τij(t) -pheromone concentration of the current node;
ρ (0< ρ <1) - -pheromone local update volatility coefficient;
△τij(t) -pheromone concentration retained by each ant on the path (i → j) in the current cycle,
-the change value of the pheromone;
q- -a constant set empirically;
LS- -the total path track comprehensive value that ant k took in this cycle;
selecting nodes and updating the tabu table according to the calculated probability until all the nodes are traversed once; performing pheromone global updating on the optimal path obtained after all ants complete one-time iteration, and continuously calculating the probability;
rho-pheromone global update volatility coefficient;
q- -empirical constant;
OP-optimal path obtained in natural loop;
Λ — the current optimal solution obtained;
at the moment, updating a taboo table simultaneously according to the probability of the time;
4) calculating the pheromone quantity of the ant left on each side, and discarding the ant;
5) repeating the steps from 3 to 4 until all the n ants are traversed;
6) calculating pheromone increment and pheromone total amount of each edge, simultaneously recording the path of the iteration, updating the current optimal path, and clearing the tabu list;
7) judging whether a preset iteration step number N is reachedmaxOr judging whether the stagnation phenomenon occurs or not, if so, finishing the algorithm and outputting the current optimal path; otherwise, turning to the step two, and performing next iteration;
the local path planning adopts a laser radar (LIdar) to use a PRLIDAR, the PRLIDAR is provided with a small motor with adjustable speed, and a radar detector can rotate by 360 degrees to measure the distance of obstacles around the USV and is used for local dynamic obstacle avoidance and static obstacle avoidance; when the external marine environment changes transiently, and a global path is planned in front of the external marine environment, the related nodes cannot be guaranteed to be still all the time, and if an obstacle with slowly changing speed or a static obstacle temporarily appearing outside is encountered, local emergency path planning must be realized;
step three: the method for avoiding the static obstacle comprises the following steps:
1) based on the system, the connecting direction of the USV and the destination is set to be a 0-degree direction in a self-defined mode, as shown in the direction of FIG. 2, the current advancing direction of the USV is 1 direction, the tangential direction of the USV and the obstacle is 3, and the included angle between the direction 1 and the direction 2 is theta1Can be detected in real time through an electronic compass, and the included angle between the direction 2 and the direction 3 is theta2The distance between the USV and the obstacle is L, the distance can be calculated through a laser radar, and the radius of the obstacle is r;
2) when the USV needs to avoid the obstacle, the steering engine is controlled to rotate clockwise by theta12So that static obstacles can be avoided;
3) when the USV avoids the obstacle, the USV quickly returns to the original global planning path;
step four: and then the following steps are adopted for avoiding the dynamic barrier:
1) and the dynamic obstacle avoidance adopts a GUI remote control interface designed by an upper computer, the USV is manually controlled to temporarily avoid the obstacle, and then the USV continuously returns to the original global planned path until the destination is reached.
CN201910842211.2A 2019-09-06 2019-09-06 Unmanned ship path planning method Pending CN110608740A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910842211.2A CN110608740A (en) 2019-09-06 2019-09-06 Unmanned ship path planning method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910842211.2A CN110608740A (en) 2019-09-06 2019-09-06 Unmanned ship path planning method

Publications (1)

Publication Number Publication Date
CN110608740A true CN110608740A (en) 2019-12-24

Family

ID=68892318

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910842211.2A Pending CN110608740A (en) 2019-09-06 2019-09-06 Unmanned ship path planning method

Country Status (1)

Country Link
CN (1) CN110608740A (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111538059A (en) * 2020-05-11 2020-08-14 东华大学 Self-adaptive rapid dynamic positioning system and method based on improved Boltzmann machine
CN111639811A (en) * 2020-06-01 2020-09-08 中国农业大学 Multi-agricultural-machine cooperative work remote management scheduling method based on improved ant colony algorithm
CN111679674A (en) * 2020-06-18 2020-09-18 哈尔滨工程大学 Flexible meeting evasion method for unmanned ship
CN111693049A (en) * 2020-05-20 2020-09-22 五邑大学 Dynamic path planning method and device for coverage feeding of unmanned ship
CN111912393A (en) * 2020-08-19 2020-11-10 西北工业大学太仓长三角研究院 Hydrological environment monitoring method based on water surface mobile robot
CN112797987A (en) * 2021-03-23 2021-05-14 陕西欧卡电子智能科技有限公司 Navigation method and device for obstacle avoidance of unmanned ship, computer equipment and storage medium
CN113093724A (en) * 2021-02-24 2021-07-09 上海工程技术大学 AGV path planning method based on improved ant colony algorithm
CN113515109A (en) * 2021-04-16 2021-10-19 广东工业大学 Aircraft path planning method for simulating marine dynamic uncertain environment
CN113625709A (en) * 2021-07-22 2021-11-09 中国舰船研究设计中心 Obstacle avoidance method for unmanned surface vehicle
CN114088094A (en) * 2021-09-27 2022-02-25 华中光电技术研究所(中国船舶重工集团公司第七一七研究所) Intelligent route planning method and system for unmanned ship
CN115328122A (en) * 2022-08-02 2022-11-11 柳州城市职业学院 Unmanned ship obstacle avoidance method and system based on multi-radar sensing
CN115979275A (en) * 2023-03-20 2023-04-18 中国船舶集团有限公司第七〇七研究所 Sea area full-coverage energy consumption optimal route planning method

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103926925A (en) * 2014-04-22 2014-07-16 江苏久祥汽车电器集团有限公司 Improved VFH algorithm-based positioning and obstacle avoidance method and robot
CN107037809A (en) * 2016-11-02 2017-08-11 哈尔滨工程大学 A kind of unmanned boat collision prevention method based on improvement ant group algorithm
WO2018059647A1 (en) * 2016-09-29 2018-04-05 Agro Intelligence Aps A method for determining placement of new obstacles in an agricultural field
WO2018176595A1 (en) * 2017-03-31 2018-10-04 深圳市靖洲科技有限公司 Unmanned bicycle path planning method based on ant colony algorithm and polar coordinate transformation

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103926925A (en) * 2014-04-22 2014-07-16 江苏久祥汽车电器集团有限公司 Improved VFH algorithm-based positioning and obstacle avoidance method and robot
WO2018059647A1 (en) * 2016-09-29 2018-04-05 Agro Intelligence Aps A method for determining placement of new obstacles in an agricultural field
CN107037809A (en) * 2016-11-02 2017-08-11 哈尔滨工程大学 A kind of unmanned boat collision prevention method based on improvement ant group algorithm
WO2018176595A1 (en) * 2017-03-31 2018-10-04 深圳市靖洲科技有限公司 Unmanned bicycle path planning method based on ant colony algorithm and polar coordinate transformation

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
LIU, CA , ET AL.: "DEVELOPMENT OF USV AUTONOMY: ARCHITECTURE, IMPLEMENTATION AND SEA TRIALS", BRODOGRADNJA, vol. 73, no. 1, 31 March 2022 (2022-03-31) *
向祖权;靳超;杜开君;茅云生;宋利飞;: "基于粒子群优化算法的水面无人艇分层局部路径规划", 武汉理工大学学报, no. 07, 28 July 2015 (2015-07-28) *
敖邦乾等: "改进蚁群算法水面无人艇平滑路径规划", 控制理论与应用, vol. 38, no. 7, 31 July 2021 (2021-07-31) *
苏义鑫;石兵华;张华军;: "水面无人艇航迹规划算法设计与仿真", 武汉理工大学学报, no. 06, 30 June 2016 (2016-06-30) *

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111538059A (en) * 2020-05-11 2020-08-14 东华大学 Self-adaptive rapid dynamic positioning system and method based on improved Boltzmann machine
CN111693049A (en) * 2020-05-20 2020-09-22 五邑大学 Dynamic path planning method and device for coverage feeding of unmanned ship
CN111693049B (en) * 2020-05-20 2022-02-11 五邑大学 Dynamic path planning method and device for coverage feeding of unmanned ship
CN111639811B (en) * 2020-06-01 2023-10-31 中国农业大学 Multi-agricultural-machine collaborative operation remote management scheduling method based on improved ant colony algorithm
CN111639811A (en) * 2020-06-01 2020-09-08 中国农业大学 Multi-agricultural-machine cooperative work remote management scheduling method based on improved ant colony algorithm
CN111679674A (en) * 2020-06-18 2020-09-18 哈尔滨工程大学 Flexible meeting evasion method for unmanned ship
CN111912393A (en) * 2020-08-19 2020-11-10 西北工业大学太仓长三角研究院 Hydrological environment monitoring method based on water surface mobile robot
CN113093724A (en) * 2021-02-24 2021-07-09 上海工程技术大学 AGV path planning method based on improved ant colony algorithm
CN112797987A (en) * 2021-03-23 2021-05-14 陕西欧卡电子智能科技有限公司 Navigation method and device for obstacle avoidance of unmanned ship, computer equipment and storage medium
CN113515109A (en) * 2021-04-16 2021-10-19 广东工业大学 Aircraft path planning method for simulating marine dynamic uncertain environment
CN113515109B (en) * 2021-04-16 2024-04-09 广东工业大学 Aircraft path planning method for simulating ocean dynamic uncertain environment
CN113625709A (en) * 2021-07-22 2021-11-09 中国舰船研究设计中心 Obstacle avoidance method for unmanned surface vehicle
CN114088094A (en) * 2021-09-27 2022-02-25 华中光电技术研究所(中国船舶重工集团公司第七一七研究所) Intelligent route planning method and system for unmanned ship
CN115328122B (en) * 2022-08-02 2023-03-14 柳州城市职业学院 Unmanned ship obstacle avoidance method and system based on multi-radar sensing
CN115328122A (en) * 2022-08-02 2022-11-11 柳州城市职业学院 Unmanned ship obstacle avoidance method and system based on multi-radar sensing
CN115979275A (en) * 2023-03-20 2023-04-18 中国船舶集团有限公司第七〇七研究所 Sea area full-coverage energy consumption optimal route planning method
CN115979275B (en) * 2023-03-20 2023-05-12 中国船舶集团有限公司第七〇七研究所 Energy consumption optimal route planning method for full coverage of sea area

Similar Documents

Publication Publication Date Title
CN110608740A (en) Unmanned ship path planning method
CN109976349B (en) Design method of path tracking guidance and control structure of constraint-containing unmanned ship
Xiaofei et al. Global path planning algorithm based on double DQN for multi-tasks amphibious unmanned surface vehicle
US20210191400A1 (en) Autonomous vessel simulation system and operating method thereof
CN110196598A (en) A kind of dynamic collision prevention method of unmanned boat
CN111665846B (en) Water surface unmanned ship path planning method based on rapid scanning method
CN112347218B (en) Unmanned ship environment map generation method and unmanned ship sensing system
Zhou et al. Optimal collision-avoidance manoeuvres to minimise bunker consumption under the two-ship crossing situation
CN110525602A (en) A kind of ship track speed of a ship or plane integrated planning method
Zhou et al. An improved beetle swarm optimization algorithm for the intelligent navigation control of autonomous sailing robots
Dang et al. Analyzing the sea weather effects to the ship maneuvering in Vietnam’s sea from BinhThuan province to Ca Mau province based on fuzzy control method
CN110320907B (en) Double-layer collision avoidance method for unmanned surface vessel based on improved ant colony algorithm and elliptic collision cone deduction model
CN116820101A (en) Under-actuated unmanned ship formation control method under condition of distance information loss
Liu et al. Application of dijkstra algorithm in path planning for geomagnetic navigation
Liu et al. Auv path planning under ocean current based on reinforcement learning in electronic chart
CN114818860A (en) Typhoon track prediction method based on multivariate features
Su et al. A constrained locking sweeping method and velocity obstacle based path planning algorithm for unmanned surface vehicles in complex maritime traffic scenarios
Fan et al. Survey of terrain-aided navigation methods for underwater vehicles
CN114610046A (en) Unmanned ship dynamic safety trajectory planning method considering dynamic water depth
CN116152463A (en) Method for constructing environmental information by online sensing of unmanned surface vehicle
Pan et al. Research on global path planning for autonomous underwater vehicle considering ocean current
Chen et al. Path planning of underwater terrain-aided navigation based on improved artificial potential field method
Li et al. Energy-efficient space–air–ground–ocean-integrated network based on intelligent autonomous underwater glider
Fang et al. Research on Path Planning Method of Unmanned Ship Under Complex Sea Conditions
May et al. Method to Optimize Ship Route in Ice-Covered Waters Based on Vector Polygons

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination