CN114019967A - Unmanned ship route planning method suitable for long and narrow channel - Google Patents

Unmanned ship route planning method suitable for long and narrow channel Download PDF

Info

Publication number
CN114019967A
CN114019967A CN202111271868.1A CN202111271868A CN114019967A CN 114019967 A CN114019967 A CN 114019967A CN 202111271868 A CN202111271868 A CN 202111271868A CN 114019967 A CN114019967 A CN 114019967A
Authority
CN
China
Prior art keywords
channel
route
area
points
unmanned ship
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.)
Granted
Application number
CN202111271868.1A
Other languages
Chinese (zh)
Other versions
CN114019967B (en
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.)
707th Research Institute of CSIC
Original Assignee
707th Research Institute of CSIC
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 707th Research Institute of CSIC filed Critical 707th Research Institute of CSIC
Priority to CN202111271868.1A priority Critical patent/CN114019967B/en
Publication of CN114019967A publication Critical patent/CN114019967A/en
Application granted granted Critical
Publication of CN114019967B publication Critical patent/CN114019967B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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

Abstract

The invention relates to an unmanned ship route planning method suitable for a long and narrow channel, which comprises the following steps: 1. preprocessing channel data, and extracting coordinate information of discrete points of left and right bank boundaries of a channel; 2. establishing a Delaunay triangulation network by taking the discrete point coordinate data extracted in the step 1 as a connecting line endpoint and a shoreline as a constraint side to form a set of triangle sides, removing the triangle sides contained on the unilateral constraint shoreline from the set of triangle sides, obtaining the feature points on the rest triangle sides, sequencing and sequentially connecting the feature points according to the direction of the channel to obtain a channel feature line; 3. and optimizing the extracted channel characteristic line by using an area method, removing redundant route points from the channel characteristic line, and taking the optimized route as an actual route of the unmanned ship. The invention solves the problem of unmanned ship route planning in a narrow navigation environment.

Description

Unmanned ship route planning method suitable for long and narrow channel
Technical Field
The invention belongs to the field of intelligent navigation of unmanned boats, and particularly relates to an unmanned boat route planning method suitable for a long and narrow channel.
Background
Due to the characteristics of modularization, unmanned and intellectualization of the unmanned ship, the unmanned ship is not only applied to the military field, but also widely applied to civil fields such as marine environment monitoring, search and rescue and the like. The course planning is the core content of the unmanned ship autonomous navigation technology, is the basis of unmanned ship trajectory tracking and motion control, and mainly aims to plan an optimal safe course under the known static environment according to the task requirement and provide macroscopic path guidance. Before entering a task water area, the unmanned ship navigates according to a planned route, acquires surrounding environment information through an onboard sensor in the process of navigating, adjusts a local route, and finally reaches a specified target point along a set route. At present, many researches are made on unmanned ship route planning problems at home and abroad, and many achievements are obtained, but the research on narrow and long channel application scenes is less.
The narrow and long channel is scattered in rivers and narrow channels at sea at home and abroad, has the characteristics of small curvature radius, narrow channel width, strong diagonal flow and the like, and is a difficult navigation section for unmanned boat navigation. The long and narrow channel is more complex relative to the open water area, the navigation environment is limited by factors such as the water area shoreline and the like, and the navigation range is narrower, so that higher requirements are provided for the route planning of the unmanned boat on the long and narrow channel. The A-algorithm is a heuristic search algorithm widely applied, an expansion node is selected and guided by adopting a cost function, the cost function comprises a heuristic function and an actual path cost, the advantages of depth-first search and breadth-first search are combined, the method can be used for solving the problem of route planning in a small-range water area, but the algorithm has the characteristics of heuristics and greediness, a search path can possibly follow the edges of a water area shoreline, an obstacle and the like, a safety distance is not reserved, a grid environment model is established based on an electronic channel map, planned route points are limited by grids, route smoothness does not meet the unmanned ship navigation control requirement, and the method is difficult to execute for unmanned ships.
Disclosure of Invention
The invention aims to provide an unmanned ship route planning method applicable to a long and narrow channel, which is used for planning a safe route capable of being executed by an unmanned ship between any two points in the channel through automatic calculation and analysis of a computer according to the prior boundary data of the given long and narrow channel.
The above object of the present invention is achieved by the following technical solutions:
a method for planning unmanned ship routes suitable for long and narrow channels is characterized by comprising the following steps: the method comprises the following steps:
step 1, preprocessing channel data, and extracting coordinate information of discrete points of left and right bank boundaries of a channel;
step 2, taking the discrete point coordinate data extracted in the step 1 as a connecting line endpoint, taking a shoreline as a constraint side to establish a Delaunay triangulation network to form a set of triangular sides, removing the triangular sides contained on the unilateral constraint shoreline from the set of triangular sides, obtaining the feature points on the remaining triangular sides, sequencing and sequentially connecting the feature points according to the direction of the navigation channel to obtain the navigation channel feature line;
and 3, optimizing the obtained channel characteristic line by using an area method, judging and selecting necessary turning route points on the characteristic line according to the calculated accumulated area value based on the principle that half of a model of an outer product of vectors is the area of a triangle formed by two vectors from the starting point of the channel characteristic line, removing redundant route points from the channel characteristic line, sequencing and sequentially connecting the reserved characteristic points again according to the direction of the channel to obtain the optimized channel characteristic line, wherein the optimized route is used as the actual route of the unmanned ship.
Further: in step 2, selecting the middle point of each side or the point which is on each triangle side and is wider than the starboard shore line 1/4 from the remaining feature points on each triangle side.
Further: the specific steps of the step 3 are as follows:
step 3.1, sequentially taking three continuous route points backwards from the starting point of the channel characteristic line, and calculating the area of a triangle formed by the current three route points;
step 3.2, comparing the calculated area with a set threshold, if the calculated area is larger than the given threshold, judging that the middle waypoint is a necessary turning waypoint and storing the necessary turning waypoint, synchronously and sequentially pushing the three waypoints backwards by one bit, clearing the calculated area, and continuously calculating and interpreting the area of the triangle; if the calculated area is less than or equal to the given threshold, judging that the middle waypoint is an unnecessary turning waypoint and deleting the middle waypoint, sequentially pushing the two rear waypoints backwards by one bit, keeping the front waypoint unchanged, and continuously calculating and judging the triangular area under the condition that the calculated area is accumulated until the accumulated area is greater than the given threshold, and sequentially and synchronously moving the three waypoints backwards;
3.3, repeating the operation of the step 2 until all the waypoints are traversed;
and 3.4, sequentially connecting the starting point, the reserved necessary turning route point and the end point of the channel characteristic line according to the channel direction to form the optimized channel characteristic line.
The invention has the advantages and positive effects that:
1. the method is based on boundary data of the left bank and the right bank of the channel, obtains channel characteristic lines through a Delaunay triangulation network under the condition of establishing constraint in step 2, plans the route according to different geographic characteristics of the long and narrow channel, considers the safety distance between the reserved unmanned ship and the shore line, and is suitable for solving the problem of unmanned ship route planning in the narrow navigation environment.
2. In the method, the extracted channel characteristic line is optimized by using an area method in the step 3, the smoothness of a planned route in a long and narrow channel is improved by deleting redundant route points, and the optimized route can be used as an actual executable route of the unmanned ship. In addition, the time complexity of the route optimization algorithm is O (n), wherein n is the number of route points, and the route optimization efficiency is improved.
Drawings
FIG. 1 is an optimized front channel feature line generated by an embodiment of the present invention;
fig. 2 is an optimized channel characteristic line generated by the embodiment of the present invention.
Detailed Description
The structure of the present invention will be further described by way of examples with reference to the accompanying drawings. It is to be understood that this embodiment is illustrative and not restrictive.
A method for planning unmanned ship routes suitable for long and narrow channels comprises the following steps:
step 1, channel data preprocessing is carried out, and coordinate information (namely longitude and latitude of points) of discrete points of left and right bank boundaries of a channel is extracted. Specifically, according to the trend of the actual navigation channel and different application scenes, coordinate information data of the bank point can be extracted from an electronic chart, a map or other carriers.
And 2, extracting the characteristic lines of the navigation channel based on the Delaunay triangular skeleton lines.
The method comprises the following specific steps:
2.1 establishing a Delaunay triangulation network by taking the coordinate data of the discrete points extracted in the step 1 as connecting end points and a shoreline as a constraint edge, and ensuring that the Delaunay triangulation network is established in the long and narrow channel;
2.2 there are two kinds of triangle sides obtained after the triangle network is established, one is that two points of the side are respectively positioned on the left and right shoreline constraint sides, the other is that the side is included on the single-side shoreline constraint side, and aiming at the two kinds of situations, the triangle side included on the single-side shoreline constraint side is removed from the set of the triangle sides;
and 2.3, obtaining the feature points on the rest triangle edges, sequencing the feature points according to the direction of the channel and sequentially connecting the feature points to obtain the channel feature line. Different channel characteristic lines are set for the long and narrow channel according to influence factors such as whether channel division navigation is implemented or not, storm flow, channel water depth and the like, for example, midpoint of each side is obtained to be connected to form a channel characteristic line (the channel characteristic line at the position can also be called as a channel central line), characteristic points of each side, which are wider than a starboard shore line 1/4, are obtained to be connected to form a channel characteristic line, and other characteristic points of each side, which are wider than the starboard shore line, are obtained to be connected to form a channel characteristic line according to specific conditions. The present embodiment takes the center line of the navigation channel as an example.
And 3, optimizing the extracted channel center line by using an area method, judging and selecting a necessary turning route point on the center line through the calculated accumulated area value according to the principle that half of a model of an outer product of vectors is the area of a triangle formed by two vectors from the starting point of the channel center line, and finally removing redundant route points from the channel center line, wherein the optimized route line is used as the actual route line of the unmanned ship.
The specific steps of the step 3 comprise:
3.1 starting from the starting point of the central line of the channel, three successive waypoints P0, P1 and P2 are taken backwards in sequence and can form two vectors P0P1、P0P2Calculating the area S, i.e. P, of the triangle formed by the current three waypoints0P1、P0P2Half of the modulus of the vector outer product;
3.2 if the area S of the triangle is larger than a given threshold value, judging that P1 is a necessary turning waypoint and storing the waypoint, sequentially pushing P0, P1 and P2 backwards by one bit to continue judging, and simultaneously resetting S; if the area S of the triangle is less than or equal to a given threshold, deleting the P1 waypoint from the center line, sequentially pushing backwards one position for continuous judgment by P1 and P2, keeping the P0 unchanged, and performing accumulated calculation on the area S without clearing, wherein the P0, the P1 and the P2 are sequentially and synchronously pushed backwards for calculation after the accumulated area is greater than the given threshold;
(3) repeating the operation (2) until the P2 is pushed to the end point;
(4) and sequentially connecting the starting point, all reserved necessary turning waypoints and the end point of the channel center line to form an optimized channel center line, and taking the optimized channel center line as a final execution route of the unmanned ship.
The effect of the present invention can be further illustrated by the following simulation experiments:
based on the actual data of the bank line of a certain river in China, the method is used for extracting the center line of the river, see fig. 1, and optimizing and deleting redundant waypoints, and the optimized route is shown in fig. 2.
As can be seen from the figures 1 and 2, the method can plan a feasible unmanned ship route between two points in the long and narrow channel, and has low calculation complexity and high planning efficiency.
Although the embodiments of the present invention and the accompanying drawings are disclosed for illustrative purposes, those skilled in the art will appreciate that: various substitutions, changes and modifications are possible without departing from the spirit of the invention and the scope of the appended claims, and therefore the scope of the invention is not limited to the disclosure of the embodiments and the accompanying drawings.

Claims (3)

1. A method for planning unmanned ship routes suitable for long and narrow channels is characterized by comprising the following steps: the method comprises the following steps:
step 1, preprocessing channel data, and extracting coordinate information of discrete points of left and right bank boundaries of a channel;
step 2, taking the discrete point coordinate data extracted in the step 1 as a connecting line endpoint, taking a shoreline as a constraint side to establish a Delaunay triangulation network to form a set of triangular sides, removing the triangular sides contained on the unilateral constraint shoreline from the set of triangular sides, obtaining the feature points on the remaining triangular sides, sequencing and sequentially connecting the feature points according to the direction of the navigation channel to obtain the navigation channel feature line;
and 3, optimizing the obtained channel characteristic line by using an area method, judging and selecting necessary turning route points on the characteristic line according to the calculated accumulated area value based on the principle that half of a model of an outer product of vectors is the area of a triangle formed by two vectors from the starting point of the channel characteristic line, removing redundant route points from the channel characteristic line, sequencing and sequentially connecting the reserved characteristic points again according to the direction of the channel to obtain the optimized channel characteristic line, wherein the optimized route is used as the actual route of the unmanned ship.
2. The unmanned ship route planning method for an elongated channel according to claim 1, wherein: in step 2, selecting the middle point of each side or the point which is on each triangle side and is wider than the starboard shore line 1/4 from the remaining feature points on each triangle side.
3. The unmanned ship route planning method for an elongated channel according to claim 1, wherein: the specific steps of the step 3 are as follows:
step 3.1, sequentially taking three continuous route points backwards from the starting point of the channel characteristic line, and calculating the area of a triangle formed by the current three route points;
step 3.2, comparing the calculated area with a set threshold, if the calculated area is larger than the given threshold, judging that the middle waypoint is a necessary turning waypoint and storing the necessary turning waypoint, synchronously and sequentially pushing the three waypoints backwards by one bit, clearing the calculated area, and continuously calculating and interpreting the area of the triangle; if the calculated area is less than or equal to the given threshold, judging that the middle waypoint is an unnecessary turning waypoint and deleting the middle waypoint, sequentially pushing the two rear waypoints backwards by one bit, keeping the front waypoint unchanged, and continuously calculating and judging the triangular area under the condition that the calculated area is accumulated until the accumulated area is greater than the given threshold, and sequentially and synchronously moving the three waypoints backwards;
3.3, repeating the operation of the step 1 and the step 2 until all the waypoints are traversed;
and 3.4, sequentially connecting the starting point, the reserved necessary turning route point and the end point of the channel characteristic line according to the channel direction to form the optimized channel characteristic line.
CN202111271868.1A 2021-10-29 2021-10-29 Unmanned ship route planning method suitable for long and narrow channel Active CN114019967B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111271868.1A CN114019967B (en) 2021-10-29 2021-10-29 Unmanned ship route planning method suitable for long and narrow channel

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111271868.1A CN114019967B (en) 2021-10-29 2021-10-29 Unmanned ship route planning method suitable for long and narrow channel

Publications (2)

Publication Number Publication Date
CN114019967A true CN114019967A (en) 2022-02-08
CN114019967B CN114019967B (en) 2023-06-20

Family

ID=80058961

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111271868.1A Active CN114019967B (en) 2021-10-29 2021-10-29 Unmanned ship route planning method suitable for long and narrow channel

Country Status (1)

Country Link
CN (1) CN114019967B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115112129A (en) * 2022-06-30 2022-09-27 中国船舶重工集团公司第七0七研究所 Ship navigation route recommendation algorithm based on AIS data

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160313133A1 (en) * 2015-04-27 2016-10-27 GM Global Technology Operations LLC Reactive path planning for autonomous driving
CN110580388A (en) * 2019-08-28 2019-12-17 北方工业大学 Channel network extraction method based on crowd-sourced trajectory data
CN110910412A (en) * 2019-12-06 2020-03-24 中国人民解放军海军大连舰艇学院 Coastline simplification method based on skeleton line bridging bidirectional buffer area
CN111291776A (en) * 2018-12-07 2020-06-16 北方工业大学 Channel information extraction method based on crowd-sourced trajectory data
CN112987735A (en) * 2021-02-24 2021-06-18 同济大学 Mobile robot safety path planning method based on Delaunay triangle
CN113190538A (en) * 2021-03-31 2021-07-30 北京中交兴路信息科技有限公司 Road construction method and device based on track data, storage medium and terminal
CN113280818A (en) * 2021-02-02 2021-08-20 中国人民解放军海军大连舰艇学院 Ship route automatic planning method based on adaptive triangulation network

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160313133A1 (en) * 2015-04-27 2016-10-27 GM Global Technology Operations LLC Reactive path planning for autonomous driving
CN111291776A (en) * 2018-12-07 2020-06-16 北方工业大学 Channel information extraction method based on crowd-sourced trajectory data
CN110580388A (en) * 2019-08-28 2019-12-17 北方工业大学 Channel network extraction method based on crowd-sourced trajectory data
CN110910412A (en) * 2019-12-06 2020-03-24 中国人民解放军海军大连舰艇学院 Coastline simplification method based on skeleton line bridging bidirectional buffer area
CN113280818A (en) * 2021-02-02 2021-08-20 中国人民解放军海军大连舰艇学院 Ship route automatic planning method based on adaptive triangulation network
CN112987735A (en) * 2021-02-24 2021-06-18 同济大学 Mobile robot safety path planning method based on Delaunay triangle
CN113190538A (en) * 2021-03-31 2021-07-30 北京中交兴路信息科技有限公司 Road construction method and device based on track data, storage medium and terminal

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
周寅飞 等: "最大可航窗口序列约束贝塞尔曲线的无人船自主航行航线规划方法" *
杜志啸 等: "基于ECDIS 的航线自动规划算法设计" *
潘伟 等: "考虑通航环境因素的智能船舶航线规划" *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115112129A (en) * 2022-06-30 2022-09-27 中国船舶重工集团公司第七0七研究所 Ship navigation route recommendation algorithm based on AIS data
CN115112129B (en) * 2022-06-30 2024-04-26 中国船舶重工集团公司第七0七研究所 AIS data-based ship navigation route recommendation algorithm

Also Published As

Publication number Publication date
CN114019967B (en) 2023-06-20

Similar Documents

Publication Publication Date Title
CN108681321B (en) Underwater detection method for unmanned ship cooperative formation
CN107422736B (en) Unmanned ship autonomous return control method
CN103531043B (en) Based on the boats and ships point-to-point hours underway evaluation method of course line coupling
CN112906830B (en) Automatic generation method of ship optimal route based on AIS big data
CN108536140B (en) Unmanned ship autonomous navigation system and method
CN113759939B (en) Intelligent navigation method and device for limited water area
CN111240334A (en) Automatic collision avoidance route planning method and model for ship navigation
CN110444046B (en) Method for analyzing cluster situation of non-conflict meeting ship in limited water area
CN107942095A (en) Wave glider actual heading Forecasting Methodology
CN113190636A (en) Offshore road network construction method and system
CN104464379A (en) Sailing plan and radar track correlating method and system based on sectional matching
CN111665868A (en) Unmanned ship return method, device, equipment and storage medium based on virtual channel
CN111984012A (en) Unmanned ship autonomous obstacle avoidance and air route planning method
CN111412918B (en) Unmanned ship global safety path planning method
Shu et al. Vessel route choice theory and modeling
CN111176281A (en) Multi-surface unmanned ship coverage type collaborative search method and system based on quadrant method
CN114019967A (en) Unmanned ship route planning method suitable for long and narrow channel
Lee et al. Multi-resolution path planning for marine surface vehicle considering environmental effects
Zhang et al. A method for ship route planning fusing the ant colony algorithm and the A* search algorithm
CN114527744A (en) Unmanned sailing ship path tracking guidance method based on longicorn whisker search optimization
Blaich et al. Extended grid based collision avoidance considering COLREGs for vessels
CN112880678A (en) Unmanned ship navigation planning method in complex water area environment
CN113525626B (en) Ship predicted track correction method based on sea-land constraint
Chen et al. USV collision hazard assessment and track planning algorithm
CN116430856A (en) Ship track control method based on variable forward looking distance LOS algorithm

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
GR01 Patent grant
GR01 Patent grant