CN111189468A - Wave glider global path planning method - Google Patents

Wave glider global path planning method Download PDF

Info

Publication number
CN111189468A
CN111189468A CN202010034313.4A CN202010034313A CN111189468A CN 111189468 A CN111189468 A CN 111189468A CN 202010034313 A CN202010034313 A CN 202010034313A CN 111189468 A CN111189468 A CN 111189468A
Authority
CN
China
Prior art keywords
wave glider
path
wave
global
glider
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
CN202010034313.4A
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.)
Ocean University of China
Tianjin Polytechnic University
Original Assignee
Ocean University of China
Tianjin Polytechnic 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 Ocean University of China, Tianjin Polytechnic University filed Critical Ocean University of China
Priority to CN202010034313.4A priority Critical patent/CN111189468A/en
Publication of CN111189468A publication Critical patent/CN111189468A/en
Pending legal-status Critical Current

Links

Images

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/26Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 specially adapted for navigation in a road network
    • G01C21/34Route searching; Route guidance
    • G01C21/3446Details of route searching algorithms, e.g. Dijkstra, A*, arc-flags, using precalculated routes

Landscapes

  • Engineering & Computer Science (AREA)
  • Radar, Positioning & Navigation (AREA)
  • Remote Sensing (AREA)
  • Automation & Control Theory (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Measurement Of Velocity Or Position Using Acoustic Or Ultrasonic Waves (AREA)

Abstract

The invention discloses a global path planning method for a wave glider, and particularly relates to the field of autonomous navigation observation of the wave glider, wherein the wave glider is an unmanned autonomous vehicle which converts wave fluctuation into forward power by using a special catamaran structure of the wave glider. Aiming at the wave glider to execute the sailing observation task, the improved A-star algorithm is utilized to obtain the shortest distance global optimal path.

Description

Wave glider global path planning method
Technical Field
The invention relates to a wave glider global path planning method, in particular to the field of autonomous sailing observation of a wave glider.
Background
The wave glider is an unmanned autonomous vehicle which converts wave fluctuation into forward power by utilizing a special catamaran structure. Mainly comprises a floating body ship, an umbilical cable and a tractor. The wave energy is converted into forward power by using a multi-rigid-body structure consisting of the three parts, and the solar cell panel on the floating body ship is used for providing energy supply for modules of wave glider navigation, communication, motion control and the like. The system has the functions of long-term continuous navigation, autonomous navigation positioning, artificial intelligent identification and the like, can realize continuous navigation at 1 kilometer per year on the sea at the speed of 0.5-1 m/s without energy supply, thereby completing continuous navigation measurement of environmental parameters such as temperature, salt, flow fields, waves and underlying surface wind, temperature, air pressure and the like on the surface layer of the sea water, and adding specific sound, light and electric sensors to realize monitoring and detection of underwater, water surface and aerial targets.
The current path planning methods are mainly divided into two categories, namely a heuristic method and a deterministic method, the heuristic method is often used for accelerating the finding of an optimal solution, has large calculation amount and long calculation time, and generally does not follow a strict search process, so that the calculation result is random, and the method is generally used for occasions with low real-time requirements. The A-Star algorithm is used as a global path planning method, is the most effective direct search method for solving the shortest path in a static road network, and is also an effective algorithm for solving a plurality of search problems. The closer the distance estimate is to the actual value in the algorithm, the faster the final search speed. The invention discloses a wave glider global path planning method which improves the existing A-x algorithm, can obtain a wave glider global path, has shorter calculation time, smaller calculation amount and shorter global path, and ensures the safety distance with an obstacle.
Disclosure of Invention
The invention discloses a wave glider global path planning method, and particularly relates to the field of autonomous sailing observation of a wave glider. The invention mainly aims to provide the shortest distance path for the efficient sailing observation of the wave glider, the shortest path from a starting point to a target point of the wave glider is obtained through a global path planning method, and the task execution efficiency of the wave glider is improved.
The invention has the following implementation steps:
the method comprises the following steps: the wave glider acquires current position point information by using a GPS module, and communicates through a shore-based monitoring system by taking the current position as a starting point to obtain target point information;
step two: initializing map information, and defining the positions of a starting point and a target point on a map;
step three: in the improved A-algorithm, a node set OPEN set which is found but not subjected to the lowest cost estimation and a node set CLOSED set which is subjected to the lowest cost estimation are created, and the lowest cost estimation is carried out on the nodes in the set;
step four: and obtaining the global optimal path of the shortest distance of the wave glider by using an improved A-path planning algorithm.
The invention has the following advantages:
1. the invention has short calculation time and small calculation amount;
2. the invention can obtain the shortest distance global optimal path;
3. the invention can improve the sailing efficiency of the wave glider and the task execution efficiency.
Drawings
FIG. 1 is a diagram of a wave glider arrangement;
FIG. 2 is a flow chart of a wave glider global path planning algorithm;
FIG. 3 is a graph of maximum search distance and farthest path constraints of wave glider improvement A-algorithm;
FIG. 4 is a simulation diagram of wave glider global path planning;
Detailed Description
The improved A-algorithm is used for carrying out global path planning, a global optimal path with the shortest distance is provided for the sailing observation of the wave glider, the task execution efficiency of the wave glider is improved, the improved A-algorithm belongs to a heuristic algorithm, path searching is carried out by taking the path distance as a cost function, the improved A-algorithm is shorter in calculation time, smaller in calculation amount and better in path.
The wave glider device is shown in figure 1, the wave glider is of a double-body structure, a communication system and a sensor system are loaded on a floating body ship, and a tractor drives to move by utilizing waves through buoyancy provided by a floating body. When the wave glider needs to execute a navigation task, the wave glider obtains the current position through a GPS module on the floating body ship, and the communication is carried out through a shore-based monitoring system to obtain the position information of a target point. .
After the wave glider obtains the starting position and the target position, map information is initialized, and the starting position and the target position are defined on the map. Fig. 2 is a flowchart of a wave glider global path planning algorithm, as shown in the drawing, in the modified a-algorithm, a node set OPEN set which has been found but has not been subjected to the lowest cost estimation and a node set CLOSED set which has been subjected to the lowest cost estimation are created, if OPEN is not empty, a node with the lowest distance cost is taken as a current node, if the current node is not a target point, the current node is removed from the OPEN set, added to the CLOSED set, and starts to estimate neighboring nodes of the current node, all neighboring nodes which are not in the CLOSED set are calculated and cost estimation values thereof are obtained, and by comparing the cost estimation values of the current node and the cost estimation values of the neighboring nodes, if the cost estimation values of the neighboring nodes are lower, the node is added to the OPEN node set, and loop iteration is sequentially performed. And after the current node is expanded to the next node in each iteration, recording the current node as a father node of the next node until the next node is expanded to be a target node finally. And sequentially iterating to obtain a global path according to the recorded father node information.
Aiming at the A-algorithm, the following improvement measures are provided, the safety of a global path is considered, the number of search nodes around the obstacle is reduced, the search time is shortened, and the wave glider is ensured to have a certain distance from the obstacle. And the maximum search distance and the maximum path length constraint are provided, so that the calculation amount is reduced, and the calculation time is shortened. The steering cost is added to the minimum cost estimate in view of the wave glider steering angle to avoid frequent turns of the wave glider, increased path length and poor smoothness. A redundant point eliminating method is provided, a search path is improved, a redundant path is eliminated, and the total path length is shortened.
After the wave glider obtains the global path, the redundant points are removed through a redundant point extraction method, and therefore the global path with shorter distance can be obtained.
The wave energy glider global path planning method has the advantages of short calculation time, small calculation amount and shortest distance, can obviously improve the sailing efficiency of the wave energy glider, and can be widely applied to an autonomous sailing ocean observation platform instead of being limited to the wave energy glider.

Claims (2)

1. A wave glider global path planning method is characterized by comprising the following steps:
the method comprises the following steps: the wave glider acquires current position point information by using a GPS module, and communicates through a shore-based monitoring system by taking the current position as a starting point to obtain target point information;
step two: initializing map information, and defining the positions of a starting point and a target point on a map;
step three: in the improved A-algorithm, a node set OPEN set which is found but not subjected to the lowest cost estimation and a node set CLOSED set which is subjected to the lowest cost estimation are created, and the lowest cost estimation is carried out on the nodes in the set;
step four: and obtaining the global optimal path of the shortest distance of the wave glider by using an improved A-path planning algorithm.
2. The method for planning the global path of the wave glider according to claim 1, wherein the method for planning the global path of the wave glider is based on an improved a-algorithm, takes the security of the global path into consideration, reduces the number of search nodes around the obstacle, shortens the search time, and ensures that the wave glider has a certain distance from the obstacle. And the maximum search distance and the maximum path length constraint are provided, so that the calculation amount is reduced, and the calculation time is shortened. The steering cost is added to the minimum cost estimate in view of the wave glider steering angle to avoid frequent turns of the wave glider, increased path length and poor smoothness. A redundant point eliminating method is provided, a search path is improved, a redundant path is eliminated, and the total path length is shortened.
CN202010034313.4A 2020-01-13 2020-01-13 Wave glider global path planning method Pending CN111189468A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010034313.4A CN111189468A (en) 2020-01-13 2020-01-13 Wave glider global path planning method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010034313.4A CN111189468A (en) 2020-01-13 2020-01-13 Wave glider global path planning method

Publications (1)

Publication Number Publication Date
CN111189468A true CN111189468A (en) 2020-05-22

Family

ID=70706343

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010034313.4A Pending CN111189468A (en) 2020-01-13 2020-01-13 Wave glider global path planning method

Country Status (1)

Country Link
CN (1) CN111189468A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111707271A (en) * 2020-06-23 2020-09-25 华瑞物流股份有限公司 Path planning method, device and system based on dangerous goods transportation
CN115061482A (en) * 2022-08-19 2022-09-16 中国海洋大学 Wave glider global path planning method and system
CN115991271A (en) * 2023-03-23 2023-04-21 中国海洋大学 Wave glider navigation method and system based on propeller propulsion

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107037812A (en) * 2017-03-31 2017-08-11 南京理工大学 A kind of vehicle path planning method based on storage unmanned vehicle
CN109828458A (en) * 2019-02-26 2019-05-31 中国海洋大学 A kind of wave glider path tracking control method
CN110398250A (en) * 2019-08-13 2019-11-01 哈尔滨工程大学 A kind of unmanned boat global path planning method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107037812A (en) * 2017-03-31 2017-08-11 南京理工大学 A kind of vehicle path planning method based on storage unmanned vehicle
CN109828458A (en) * 2019-02-26 2019-05-31 中国海洋大学 A kind of wave glider path tracking control method
CN110398250A (en) * 2019-08-13 2019-11-01 哈尔滨工程大学 A kind of unmanned boat global path planning method

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111707271A (en) * 2020-06-23 2020-09-25 华瑞物流股份有限公司 Path planning method, device and system based on dangerous goods transportation
CN115061482A (en) * 2022-08-19 2022-09-16 中国海洋大学 Wave glider global path planning method and system
CN115061482B (en) * 2022-08-19 2022-11-25 中国海洋大学 Wave glider global path planning method and system
CN115991271A (en) * 2023-03-23 2023-04-21 中国海洋大学 Wave glider navigation method and system based on propeller propulsion

Similar Documents

Publication Publication Date Title
CN108564202B (en) Unmanned ship route optimization method based on environment forecast information
US10589829B2 (en) Gliding robotic fish navigation and propulsion
CN111189468A (en) Wave glider global path planning method
Niu et al. Efficient path planning algorithms for unmanned surface vehicle
Chao Autonomous underwater vehicles and sensors powered by ocean thermal energy
Desa et al. Potential of autonomous underwater vehicles as new generation ocean data platforms
CN104002942A (en) Micro autonomous submersible
CN107942095B (en) Wave glider actual heading prediction technique
CN103576685A (en) Method for determining path of UUV in process of recycling mother ship
Wang et al. Development and control of underwater gliding robots: A review
CN110608744A (en) Water quality sampling unmanned ship path planning method with dynamic obstacle avoidance function
CN111199103A (en) Full-flow automatic calculation speed optimization method and system for full-electric propulsion ship
CN110673615A (en) Autonomous underwater unmanned vehicle control system
Desa et al. A small autonomous surface vehicle for ocean color remote sensing
Liu et al. Auv path planning under ocean current based on reinforcement learning in electronic chart
CN115061482B (en) Wave glider global path planning method and system
CN112880678A (en) Unmanned ship navigation planning method in complex water area environment
CN111522334A (en) Local path planning method for wave glider
Tian et al. Research progress and prospects of gliding robots applied in ocean observation
CN112214023B (en) Real-time optimization method and navigation method of course of wave-propelled natural energy driven unmanned ship
Wang et al. A multi-layered potential field method for waterjet propelled unmanned surface vehicle local path planning with minimum energy consumption
Jouffroy et al. On active current selection for Lagrangian profilers
Xue et al. Vessel track prediction based on fractional gradient recurrent neural network with maneuvering behavior identification
CN115027627A (en) Intelligent unmanned ship system for inspection and rescue facing to drainage basin safety
Richmond et al. Sub-Ice exploration of an antarctic lake: results from the ENDURANCE project

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
WD01 Invention patent application deemed withdrawn after publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20200522