Next Article in Journal
Vertical Structure and Seasonal Variability of Shear on the Southwestern Continental Slope of the East China Sea
Previous Article in Journal
Pile Installation Assessment of Offshore Wind Jacket Foundation in Completely Weathered Rock: A Case Study of the South China Sea
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Dynamic Obstacle Avoidance Method for Unmanned Surface Vehicle under the International Regulations for Preventing Collisions at Sea

1
Key Laboratory of Transport Industry of Marine Technology and Control Engineering, Shanghai Maritime University, Shanghai 201306, China
2
Logistics Engineering College, Shanghai Maritime University, Shanghai 201306, China
3
Institut d’Électronique et des Technologies du num éRique, UMR CNRS 6164, Nantes Université, F-44000 Nantes, France
*
Author to whom correspondence should be addressed.
J. Mar. Sci. Eng. 2022, 10(7), 901; https://doi.org/10.3390/jmse10070901
Submission received: 25 April 2022 / Revised: 24 June 2022 / Accepted: 27 June 2022 / Published: 30 June 2022
(This article belongs to the Section Ocean Engineering)

Abstract

:
A new method is proposed for the dynamic obstacle avoidance problem of unmanned surface vehicles (USVs) under the international regulations for preventing collisions at sea (COLREGs), which applies the particle swarm optimization algorithm (PSO) to the dynamic window approach (DWA) to reduce the optimal trajectory finding the time and improve the timeliness of obstacle avoidance. Meanwhile, a fuzzy control algorithm is designed to dynamically adjust the weight coefficients of the velocity and obstacle distance terms in the cost function of the DWA algorithm to adapt to the changes in the environment. The proposed dynamic obstacle avoidance method is experimentally validated, in which proposed PSO combined with the DWA algorithm (PSO-CCDWA) results in a 42.1%, 11.2% and 28.0% reduction in the navigation time of the USVs in three encounter-situations of COLREGs than that of the classical DWA algorithm (CCDWA) conforming to the conventional COLREGs, respectively. The fuzzy control combined with the DWA algorithm (FUZZY-CCDWA) reduces the distance traveled by 15.8%, 0.9% and 2.8%, respectively, over the CCDWA algorithm in the three encounter scenarios. Finally, the effectiveness of the proposed dynamic obstacle avoidance method is further verified in a practical navigation experiment of a USV named “Buffalo”.

1. Introduction

In recent years, autonomous navigation technology has been widely used in many fields, and the development of unmanned vehicles, unmanned aircraft and unmanned surface vehicles (USVs) is in full swing [1,2,3]. Autonomous ships represented by USVs have received key attention and investment in research and development from maritime powers for their unique advantages [4,5,6,7]. Current main research on USV technology includes path planning and decision-making [8,9], navigation and positioning [10], motion control [11,12,13], intelligent perception [14] etc. in which the path planning problem needs to be solved in the autonomous navigation and mission planning of USV. The path planning problem can be divided into global path planning based on a priori environmental information and local path planning problem based on sensor information. Furthermore, the algorithms for global path planning include A* algorithm [15], Dijkstra [16], ant colony optimization algorithm [17], etc. The local path planning includes the dynamic window approach (DWA) [8,18,19], the velocity obstacle (VO) [1], artificial potential field (APF) [20] method, etc. Path planning tries to ensure that the ship can reach the end point safely and quickly in the water environment, better path planning can help the unmanned ship to reach the endpoint with more reasonable speed, less energy consumption and higher efficiency. Furthermore, good path planning can help solve the problem of autonomous collision avoidance. The autonomous collision avoidance technology is a key element in the development of autonomous navigation. Autonomous collision avoidance technology is an important part of autonomous ships and is also a hot issue in the research of USVs. The global path planning of USVs in known environments can ensure the avoidance of static obstacles. However, for the avoidance of dynamic obstacles in unknown environments, there are many limitations, such as the ignorance of the provisions of international regulations for preventing collisions at sea (COLREGs) [21], poor real-time performance [22,23] etc. Therefore, this paper is dedicated to studying the dynamic obstacle avoidance problem of USV under the rule of COLREGs. Path planning problem of global path planning such as the A* algorithm can find the shortest path between the starting point and the endpoint, but the disadvantage is that it cannot effectively avoid dynamic obstacles and easily falls into the local optimum; similarly, the Dijkstra algorithm can find the optimal path but the calculation is time-consuming, inefficient and cannot effectively avoid dynamic obstacles. Therefore, the local obstacle avoidance method is generally used for dynamic obstacles.
Some solutions have been proposed for dynamic obstacle avoidance of USVs. Han-Jin Lee, et al. developed an expert system and action space search mothed. Fuzzy theory is used to reason the degree of collision risk. An expert system for ship space search based on maritime traffic rules is constructed, and the A* search method is used to avoid collision [24]. However, the timeliness of the A* algorithm is poor and it is easy to fall into the local optimum, resulting in a less than ideal real-time performance of the overall system. Zhao, et al. developed a USV real-time obstacle avoidance system to evaluate the ship collision risk by the evidential reasoning (ER) theory. An optimal interactive collision avoidance (ORCA) algorithm is proposed to determine the collision avoidance maneuver in accordance with COLREGs [25]. However, the calculation of the ship collision risk evaluation using ER theory is complicated. Namgung, H proposed a local route planning method that uses a fuzzy inference system based on near-collision (FIS-NC), the ship domain, and velocity obstacle (VO) to take collision avoidance actions under the COLREGs rule. FIS-NC is used to determine the collision avoidance timing [26]. The method can effectively avoid dynamic obstacles in this reference. However, the combination of the ship’s domain and velocity obstacle method in which ellipses are used increases the complexity of calculating the timing of collision avoidance.
Among them, the DWA is a dynamic window method based on the kinematics and dynamics of the robot, where a series of discrete values are sampled in the control space, and the discrete values are used to simulate the trajectory of the future period and evaluate it with a cost function, and then the highest rated trajectory is selected for the USV. For example, Li et al. proposed an improved DWA algorithm, which considered the relationship between the size of the robot and the free space between obstacles, and used LIDAR to improve the perception accuracy of the distance to obstacles, but it did not consider the characteristics of the USV’s movement and did not match the actual USV’s navigation state [27]. Chen et al. fused the A* algorithm and the DWA algorithm for local path planning. The marine environment condition added to the cost function of the DWA algorithm obtained the dynamic relationship between the ship’s speed and obstacle distance under different sea conditions. However, they did not consider the volume factor of the USV and the constraints of the COLREGs, which may lead to the unreasonable obstacle avoidance path selected by the DWA [8]. Meanwhile, Kim et al. proposed a DWA algorithm (CCDWA) satisfying the COLREGs, which predicts the hazardous situation of the USV based on the distance to the closest encounter and the minimum time to encounter and then meets the obstacle avoidance requirements of the COLREGs by improving the DWA algorithm. However, Kim et al. did not consider the dynamic change of the weight of the velocity term coefficients and the obstacle distance term coefficients in the cost function of the DWA algorithm, resulting in a suboptimal performance of the algorithm [21].
To this end, this paper proposes an improved DWA approach to obstacle avoidance for USVs respecting the COLREGs. According to the rule in COLREGs, a ship needs to take timely obstacle avoidance measures when an obstacle is detected within the navigational safety zone. It is inevitable that the control algorithm of the USV is required to have a very high timeliness constraint To improve the algorithm timeliness, the PSO algorithm [28,29] is used to find the optimal speed pair during the iteration of the DWA algorithm, which reduces the running time of the basic DWA algorithm. At the same time, to deal with the various complex situations encountered in COLREGs, the DWA algorithm is improved using a fuzzy control algorithm to cope with the changes in distance and relative speed between the USV and the obstacle and to achieve dynamic obstacle avoidance.
This paper is organized as follows: Section 2 briefly describes the DWA model of a USV that obeys COLREGs rules. In Section 3, we describe the improved part of the DWA algorithm, based on the combination of PSO and fuzzy control algorithm and DWA algorithm. The flow of the collision avoidance algorithm is presented in Section 4. Section 5 provides the simulation and experimental results. Section 6 concludes this paper.

2. USV Three-Degrees-of-Freedom Motion Model

A mathematical model is required for designing the controller of the USV [30]. This section introduces the kinematic model of the USV.

2.1. Assumptions

In order to simplify the model of the USV, only the motion in the horizontal plane is considered and the following constraints are made.
(1)
The roll, pitch and heave direction motion of the USV is ignored.
(2)
The USV has neutral buoyancy and the origin of the body-fixed coordinate is located at the center of mass.
(3)
The USV has three planes of symmetry.
(4)
The dynamic equations of the USV does not include the disturbance forces (waves, wind, and ocean currents).

2.2. USV Kinematic Model

In the field of ship motion and control, the changes of heading angle and sailing trajectory, i.e., the horizontal plane motion of the ship, are mainly studied. For an unmanned ship, the effect of vertical swing, longitudinal and transverse rocking motion on the motion in the horizontal plane is so small that it can be neglected. Therefore, we only consider the motion in three degrees of freedom, namely longitudinal swing, transverse swing and bow rocking, as shown in Figure 1.
As shown in Figure 1, let the fixed coordinate system O- x 0 y 0 z 0 , the ship-following coordinate system G- x y z , where the x axis points to the bow of the ship, the y axis points to the starboard side, and the z axis is vertically downward, and the center of mass G of the ship is taken as the origin of the ship-following coordinate system. A typical unmanned ship kinematic model with unperturbed horizontal plane motion can be expressed as [31]:
η ˙ = J η v
where η = x y ψ T is the position vector of the unmanned ship in a fixed coordinate system, v = u v r T is its velocity vector in three degrees of freedom, u and v denote the velocity components in the x and y directions, respectively; r denotes the bow angle rate. J η is the transformation matrix between the two coordinate systems:
J η = cos ψ sin ψ 0 sin ψ cos ψ 0 0 0 1
Substituting Equation (2) into Equation (1) gives:
x ˙ = u cos ψ v sin ψ y ˙ = u sin ψ + v cos ψ ψ ˙ = r

3. USV’s DWA Model Considering COLREGs

According to COLREGs Chapter 1, Article 1, these rules shall apply to all vessels upon the high seas and in all waters connected therewith navigable by seagoing vessels, so research on USVs should strictly comply with the rules. Dynamic obstacle avoidance research on USVs must also comply with the COLREGs, which state that there are three encounter scenarios for USV’s obstacle avoidance. Furthermore, for each encounter scenario, the USV needs to consider different obstacle avoidance rules. Since the conventional DWA algorithm does not incorporate the constraints of COLREGs, the obstacle avoidance model must be reconstructed to comply with these constraints. In this paper, we use a model of the ship domain to make the path calculated by the conventional DWA algorithm complying with the rules of COLREGs.

3.1. Division of USVs Encounter Situations

In COLREGs rules 13 to 15, three situations of encounter and the corresponding rules of avoidance are proposed, namely the overtaking situation, the head-on situation and the crossing situation, as shown in Figure 2.
(1)
Overtaking situation: A vessel shall be deemed to be overtaking when coming up with another vessel from a direction more than abaft her beam. That is, in such a position with reference to the vessel she is overtaking, and the overtaken boat should give way. At the same time to facilitate the needs of the experiment, in this paper, the USV overtakes from the left side of the obstacle ahead.
(2)
Head-on situation: When two power-driven vessels are meeting on reciprocal or nearly reciprocal courses, there is a risk of collision. Each vessel shall alter her course to starboard so that each vessel shall pass on the port side of the other vessel.
(3)
Crossing situation: When two power-driven vessels are crossing, there is a risk of collision. The vessel which has the other on her own starboard side shall keep out of the way.

3.2. DWA Model

The traditional DWA algorithm does not consider the compliance and adaptation of USVs to some of the COLREGs, so the algorithm needs to be improved such that the speed pairs filtered by the algorithm and the formed avoidance paths meet the requirements of the collision avoidance rules. According to article 16 of the COLREGs, every vessel which is directed to keep out of the way of another vessel shall, so far as possible, take early and substantial action to keep well clear. The timing of taking avoidance action, the magnitude of avoidance, the timing to resume navigation and the safe meeting distance are the four key factors for USV to take avoidance action. So building a model to meet these four key factors and incorporate them into the DWA algorithm is the key to developing an USVs’ avoidance method that meets the COLREGs.
Approaches to adopting a model for the timing of avoidance actions include those based on the ship’s domain, those based on the ship’s collision hazard, and those using time or distance to determine, among others. In this paper, the ship domain approach is used to determine the timing of avoidance action. According to Szlapczynski, R et al, it can be learned that the ship domain [32,33,34] is generally elliptical, as shown in Figure 3. In this paper, the elliptical ship domain is expanded to a circular ship domain, which increases the ship’s domain and leaves enough space for the USV to avoid obstacles on the side thus making the USV a better avoidance capacity, as shown in Figure 4, where L is the length of the USV and the diameter of the circumscribed circle of the USV model. The circumscribed circle is the collision area of the USV. The collision judgment condition is given in (4), where d i s t U O is the Euclidean distance between the center of the USV and that of the obstacle. When the connecting distance between the obstacle and the center point of the USV is less than or equal to L / 2 , it means that the USV has collided with the obstacle. The area where the ship takes the obstacle avoidance opportunity is a circle with a radius of 6 L . The conditions for the obstacle avoidance opportunity are given in Formula (5). When the connecting distance between the obstacle and the center point of the USV is greater than L / 2 and less than or equal to 6 L , the obstacle avoidance opportunity is met and the obstacle avoidance action is taken.
d i s t U O L / 2
L / 2 < d i s t U O 6 L
According to article 16 of COLREGs, avoidance actions should be taken as much as possible. In terms of avoidance magnitude, the traditional DWA algorithm can achieve the priority of keeping the USV away from the obstacles by adjusting the weight coefficients in the cost function. However, when the USV takes a large avoidance action, it will lead to a reduction in the speed of the USV. Therefore the adjustment of the weight coefficients in the cost function is the key to balancing the avoidance magnitude of the USV and the speed of the USV. The resumption timing should be carried out after the USV takes the avoidance action. Furthermore, the resumption model is that when the USV does not satisfy both Equations (4) and (5), the USV continues to sail according to the DWA algorithm.
The USV’s DWA model developed above to satisfy the COLREGs also suffers from the following problems.
(1)
As USV has to navigate under COLREG conditions, higher requirements are placed on the timeliness of the control, and the traditional DWA algorithm still has a long-running time and does not meet the system requirements.
(2)
There is a reasonableness problem between the avoidance magnitude of the USV and the speed of the USV when it takes avoidance action. The fact that the fixed weight of the cost function in the conventional DWA algorithm makes the USV unable to cope with the changes in the environment, especially the need to comply with COLREGs.

4. DWA Algorithm Improvements

From the above analysis, it can be seen that the problems with the COLREGs DWA model for USV are that the performance of the traditional DWA algorithm is not sufficient to cope with the complex environment and it is necessary to balance the avoidance range with the speed of the USV during navigation. Consequently, improvements need to be made to address these issues.

4.1. PSO-Based Search Method Improvement

The traditional DWA algorithm constructs a dynamic velocity window and then makes discrete sampling at a fixed time interval Δ t to obtain a series of velocity pairs υ , ω . The optimal trajectory is obtained by simulating the trajectories of the future period using all the speed pairs and evaluating them with the cost function, and the corresponding speed pair is the optimal speed pair. The algorithm obtains the optimal speed pair by traversal with a time complexity of O N and N is the scale of the speed pair. The disadvantage is that all speed pairs must be evaluated to obtain the optimal trajectory.
In this paper, PSO is used instead of an exhaustive search to find the optimal velocity pair corresponding to the trajectory with the best evaluation value, because PSO is oriented and converges quickly when searching for the target, so only a few searches are needed to obtain a result that is not too different from the optimal solution.

4.2. Improvement of Weight Coefficients Based on Fuzzy Control

In the traditional DWA algorithm, the cost function to evaluate the simulated trajectory is given as
G ( v , w ) = α × h e a d ( v , w ) + β × d i s t ( v , w ) + γ × v e l ( v , w )
where α , β , γ are generally fixed values. When the USV meets a static obstacle, the traditional DWA algorithm performs well because the spatial state information of the static obstacle is unchanging. However, when the USV complies with COLREGs for obstacle avoidance of dynamic obstacles, which will be called CCDWA, it is more challenging for the DWA algorithm with fixed weight cost function because the spatial state information of dynamic obstacles is constantly changing and has great uncertainty. For this reason, in order to adapt to this situation and at the same time to be effectively applied to real systems, fuzzy control theory is used in this paper. By using fuzzy control theory, the weight coefficients in the cost function of the traditional DWA algorithm can be dynamically adjusted according to the relative position of the USV and the dynamic obstacle, making the DWA algorithm more suitable for the dynamic obstacle avoidance problem.
Further, a collision risk factor κ t is introduced as follows:
k ( t ) = v U O ( t ) × cos ( θ c ( t ) )
The collision risk factor κ t is related to the relative velocity of the USV and the obstacle υ U O and the collision angle θ c . υ U O and θ c as shown in Figure 5.
The fuzzy controller in this paper is designed as a two-input, two-output system, with the distance between the USV and the nearest obstacle d i s t υ , ω and the collision risk factor κ t as inputs. Use μ t to denote the value of d i s t υ , ω at the moment of t. The output is the weight factor of the obstacle distance term β and the velocity term γ . μ t and κ t are used as inputs because they both effectively measure the risk of collision between the USV and the obstacle. The fuzzy subsets are DS DM DB and S RS N RB B obtained by fuzzifying the inputs μ t and κ t , respectively. As shown in Figure 6, the basic domain of μ t is 0 , 6 and its fuzzy domain is also 0 , 6 . The basic domain of κ t is [ 1 , 1 ] and its fuzzy domain is also [ 1 , 1 ] . When κ t is negative or zero, the drone will move away from the obstacle when the drone is travelling at the current speed. When the value of κ t is positive, the range representing the collision angle θ c t is 0 , π / 2 . When κ t is very small and μ t is very large, the drone is in a safe condition for navigation. Therefore, when κ t is small and μ t is large, the coefficient of the obstacle distance term in the DWA cost function β is small and the main objective of the USV is to give priority to speed, while when κ t is large and μ t is small, the coefficient of the speed term in the cost function γ is small and the main objective of the USV is to drive away from the obstacle.
The output of the fuzzy controller is β and γ , and the range of values for both in the DWA algorithm is set to 0.1 , 0.3 and the fuzzy domain is 0.1 , 0.3 , as shown in Figure 7, where S, M and H represent Small, Middle and High, respectively.
The fuzzy rules are designed according to “IF-AND-THEN”, as shown in Table 1 and Table 2. The output results are obtained by inference using the Mamdani algorithm [35], and the specific values of the output parameters are obtained by clarifying the output results by the mean method in the maximum membership principle. The fuzzy controller is used as shown in Figure 8. Firstly, the initial input parameters of the USV, the distance μ t between USV and the obstacle and the collision risk factor κ t of USV are obtained. Secondly, the input parameters μ t , κ t are fuzzified. Furthermore, the output parameters are obtained by fuzzy reasoning and defuzzification. As a result, the output parameters changed will cause a change in the speed of the USV. The result of the design is that when the unmanned boat is close to the obstacle, the speed will be reduced to keep away from the obstacle to ensure safe navigation.

5. Design of Obstacle Avoidance Algorithms

The proposed DWA model is based on improvements to the traditional DWA algorithm, which allows for meeting the COLREGs. In this paper, the USV simulates the navigation trajectory at the next moment by sampling the speed and selecting the optimal trajectory to navigate in accordance with COLREGs. The process includes parameter initialization, obstacle avoidance timing judgment, obstacle avoidance action, and endpoint judgment. The obstacle avoidance process is shown in Figure 9.
(1)
Initialize the DWA parameters and environmental information, assuming that the information on the dynamic obstacle is known. This information mainly includes the start coordinates X 0 , Y 0 and the end coordinates X g , Y g of the USV, the initial speed υ 0 , the speed υ o t and the real-time coordinate values of the dynamic obstacle.
(2)
The ship avoidance field of the USV is checked to determine whether there is an obstacle, if there is an obstacle, the distance μ t between the USV and the obstacle is judged to satisfy Equation (4), if it does, the USV collides; if the distance μ t between them satisfies the conditions of Equation (5) then the USV takes avoidance action.
(3)
The USV simulates the trajectory of the USV at the next moment according to the speed sampling. The optimal speed pair υ , ω , which meets the COLREGs, is selected as the operating speed at the next moment by the PSO algorithm. At the same time, according to the state information of USV and the obstacle, the collision risk coefficient κ t and the relative distance μ t are calculated as the input of the fuzzy control, and the weight coefficients β and γ in the cost function of the DWA algorithm are modified dynamically according to the fuzzy control algorithm.
(4)
Determine whether the coordinates of the endpoint in the initial message X g , Y g have been reached, if not, continue to sail, otherwise, the algorithm ends.

6. Experiments and Analysis

To satisfy the COLREGs, the traditional DWA algorithm is improved by using the PSO algorithm to find the optimal speed pair, which helps the DWA algorithm to find the required speed pair quickly due to the tendency of the PSO algorithm, and finally by adding fuzzy control to dynamically adapt the weight coefficients in the cost function to cope with the changes in the environment. The initial parameter settings of the DWA algorithm are shown in Table 3. The DWA algorithm and its improved version are simulated and validated according to several encounter situations classified by COLREGs, as shown in Figure 10, Figure 11, Figure 12, Figure 13, Figure 14, Figure 15, Figure 16, Figure 17, Figure 18, Figure 19, Figure 20, Figure 21, Figure 22, Figure 23, Figure 24, Figure 25, Figure 26 and Figure 27. The ship avoidance domain is the blue circle, the red circle is the USV collision area, the black dot is the obstacle, the blue x is the endpoint, the red line is the USV trajectory and the black dashed line is the obstacle trajectory. The initial state information of the obstacle is shown in Table 4 and the initialization parameters of the PSO algorithm are shown in Table 5. According to the COLREGs, in the encounter situation, the USV should turn to the right and pass from the port side of the obstacle. In the overtaking situation, the USV can pass from both sides of the obstacle, and in this paper, all of them are passed from the port side of the obstacle. In the case of the crossing, we consider the case where the obstacle crosses on the starboard side of the USVs.
The hardware configuration of the computer for the simulation in this paper: the CPU was an Intel I5-10500 with 16 G running memory and the graphics card was a GTX1050. Software configuration: the OS was Win11, the IDE was PyCharm Community Edition 2021.3.3, an the Python version was 3.9.9.

6.1. Simulation Results of the DWA Algorithm in Compliance with COLREGs

The obstacle avoidance of USV under the CCDWA algorithm can be divided into three situations, namely head-on, overtaking and crossing. The simulation results are shown in Figure 10, Figure 11, Figure 12, Figure 13, Figure 14 and Figure 15.
The process of USV avoiding obstacles for the head-on situation is shown in Figure 10. Figure 11 shows the variation of linear velocity, angle and obstacle distance with respect to the time of USV in the head-on situation. The angle is 0 in the positive direction of the X-axis and 90 in the positive direction of the Y-axis in this paper. The initial distance between the USV and the obstacle is 7 meters, and the initial angle is 90 . At 15.26 s, an obstacle appeared in the collision avoidance area of the USV, and the USV began to take obstacle avoidance action, and the speed changed. At the same time, the distance between the USV and the obstacle gradually decreases, and the angle of the USV was constantly adjusted to avoid obstacles and drive towards the endpoint.
The process of USV avoiding obstacles for the overtaking situation is shown in Figure 12. Figure 13 shows the variation of USV linear velocity, angle, and obstacle distance with respect to time. At 14.76 s, the USV took the obstacle avoidance action and turn to the left, and the angle of the USV increased. In Figure 13, the angle changed three times after the 20 s, which the obstacle was in a critical situation. This critical situation means that the obstacle is just at the edge of the USV obstacle avoidance field. The distance between the USV and the obstacle decreased continuously from 7 m at the beginning, and then the distance increased due to the three critical situations between the USV and the obstacle. As the two move in the same direction, the distance between the USV and the obstacle becomes smaller and smaller.
The navigation process of the USV avoiding obstacles for the crossing situation is shown in Figure 14. Figure 15 shows the variation of linear speed, angle, and obstacle distance with time during sailing. At the 17.37 s, the USV took an obstacle avoidance action by turning to the right and reducing the angle. During the crossing, the distance between the USV and the obstacle will approach the minimum value (about the 18 s in Figure 15), and then after the crossing, the distance between the two will begin to increase.
(1)
Head-on situations
Figure 10. COLREGs-compliant DWA algorithm for head-on situation.
Figure 10. COLREGs-compliant DWA algorithm for head-on situation.
Jmse 10 00901 g010
Figure 11. Parameters of the CCDWA algorithm for Head-on situation.
Figure 11. Parameters of the CCDWA algorithm for Head-on situation.
Jmse 10 00901 g011
(2)
Overtaking situation
Figure 12. DWA algorithm for overtaking situation in compliance with COLREGs.
Figure 12. DWA algorithm for overtaking situation in compliance with COLREGs.
Jmse 10 00901 g012
Figure 13. Parameters of the CCDWA algorithm for overtaking situation.
Figure 13. Parameters of the CCDWA algorithm for overtaking situation.
Jmse 10 00901 g013
(3)
Crossing situation
Figure 14. Crossing situation for DWA algorithms conforming to COLREGs.
Figure 14. Crossing situation for DWA algorithms conforming to COLREGs.
Jmse 10 00901 g014
Figure 15. Parameters of the CCDWA algorithm for crossing situation.
Figure 15. Parameters of the CCDWA algorithm for crossing situation.
Jmse 10 00901 g015

6.2. Simulation Results on the Improvement of the PSO-Based Search Method

The obstacle avoidance of USV under the PSO-CCDWA algorithm can be divided into three situations, namely head-on, overtaking, and crossing. The simulation results are shown in Figure 16, Figure 17, Figure 18, Figure 19, Figure 20 and Figure 21.
The obstacle avoidance process of the USV for the head-on situation is shown in Figure 16 and Figure 17 shows the parameter changes of the USV. At 3.93 s, the USV began to take obstacle avoidance action, and then the angle was continuously adjusted until the obstacle was far away from the range of the ship. The USV accelerated at the start and slowed down when it encountered an obstacle. As the angle was constantly adjusted, the speed of the USV was constantly changing. The distance between the USV and the obstacle first decreased and then increased as the obstacle avoidance was completed.
The obstacle avoidance process of the USV for the overtaking situation is shown in Figure 18 and Figure 19 shows the parameter changes of the USV. In Figure 19, the USV has two large changes in the angle during obstacle avoidance, that is, The first time is when the USV takes an obstacle avoidance action, and the second time is when the USV is at a critical distance from the obstacle at the 18.53 s. Because of the same direction, the distance between the USV and the obstacle becomes smaller and smaller.
The obstacle avoidance process of the USV for the crossing situation is shown in Figure 20 and Figure 21 shows the change of parameters during the USV driving process. At the 6.72 s, the USV took obstacle avoidance action. As the USV continued to drive, the distance between the USV and the obstacle was getting closer and closer. When the distance between USV and the obstacle was less than 2 m, the speed decreased sharply.
(1)
Head-on situations
Figure 16. Head-on situation for the improvement of the PSO-based search method.
Figure 16. Head-on situation for the improvement of the PSO-based search method.
Jmse 10 00901 g016
Figure 17. Parameters of the PSO-CCDWA algorithm for head-on situation.
Figure 17. Parameters of the PSO-CCDWA algorithm for head-on situation.
Jmse 10 00901 g017
(2)
Overtaking situation
Figure 18. Overtaking situation for the improvement of the PSO-based search method.
Figure 18. Overtaking situation for the improvement of the PSO-based search method.
Jmse 10 00901 g018
Figure 19. Parameters of the PSO-CCDWA algorithm for overtaking situation.
Figure 19. Parameters of the PSO-CCDWA algorithm for overtaking situation.
Jmse 10 00901 g019
(3)
Crossing situation
Figure 20. Crossing situation for the improvement of the PSO-based search method.
Figure 20. Crossing situation for the improvement of the PSO-based search method.
Jmse 10 00901 g020
Figure 21. Parameters of the PSO-CCDWA algorithm for crossing situation.
Figure 21. Parameters of the PSO-CCDWA algorithm for crossing situation.
Jmse 10 00901 g021

6.3. Simulation Results on the Improvement of Weighting Coefficients Based on Fuzzy Control

The obstacle avoidance of USV under the FUZZY-CCDWA algorithm can be divided into three situations, namely head-on, overtaking, and crossing. The experimental results are shown in Figure 22, Figure 23, Figure 24, Figure 25, Figure 26 and Figure 27.
Figure 22 shows the obstacle avoidance process of the USV for the head-on situation, and Figure 23 shows the parameter changes of the USV. At the 6.43 s, the USV took the obstacle avoidance action and turned to the right. After completing the obstacle avoidance, the USV turned left and drive to the end point. Therefore, the USV angle first increased and then decreased in Figure 23.
Figure 24 shows the obstacle avoidance of the USV for the overtaking situation, and Figure 25 shows the parameter changes of the USV. At the 7.58 s, the USV took the obstacle avoidance action to the left and triggered a critical situation, and finally completed the obstacle avoidance. The distance between the USV and the obstacle also decreased first, then increased, and then decreased. Because of the same move direction, the distance between the USV and the obstacle becomes smaller and smaller.
Figure 26 shows the obstacle avoidance process of the USV for the crossing situation, and Figure 27 shows the parameter changes of the USV. At 7.85 s, the USV started to take obstacle avoidance action by turning right, then the USV angle decreased. When the distance between the two is reduced to 2 m, the speed of the USV was reduced to the minimum.
(1)
Head-on situations
Figure 22. Head-on situation for the improvement of weighting coefficients based on fuzzy control.
Figure 22. Head-on situation for the improvement of weighting coefficients based on fuzzy control.
Jmse 10 00901 g022
Figure 23. Parameters of the FUZZY-CCDWA algorithm for head-on situation.
Figure 23. Parameters of the FUZZY-CCDWA algorithm for head-on situation.
Jmse 10 00901 g023
(2)
Overtaking situation
Figure 24. Overtaking situation for the improvement of weighting coefficients based on fuzzy control.
Figure 24. Overtaking situation for the improvement of weighting coefficients based on fuzzy control.
Jmse 10 00901 g024
Figure 25. Parameters of the FUZZY-CCDWA algorithm for overtaking situation.
Figure 25. Parameters of the FUZZY-CCDWA algorithm for overtaking situation.
Jmse 10 00901 g025
(3)
Crossing situation
Figure 26. Crossing situation for the improvement of weighting coefficients based on fuzzy control.
Figure 26. Crossing situation for the improvement of weighting coefficients based on fuzzy control.
Jmse 10 00901 g026
Figure 27. Parameters of the FUZZY-CCDWA algorithm for crossing situation.
Figure 27. Parameters of the FUZZY-CCDWA algorithm for crossing situation.
Jmse 10 00901 g027
The experimental results above are shown in Table 6, where PSO-CCDWA is the proposed improved DWA algorithm under the COLREGs, with the addition of the PSO algorithm. The FUZZY-CCDWA algorithm is an improvement to the PSO-DWA with the addition of the fuzzy control algorithm. The PSO-CCDWA algorithm reduces the running time by 44.2%, 11.2% and 28.8%, respectively, compared to the CCDWA algorithm in the three encounter scenarios. The reduced overall running time allows the USV to avoid obstacles in a shorter time. The addition of the fuzzy control component to the FUZZY-CCDWA algorithm results in a slight increase in the overall running time compared to the PSO-CCDWA algorithm. However, the total distance traveled by the USV is reduced by 15.8%, 0.9% and 2.8%, respectively, compared to the CCDWA algorithm in the three encounter scenarios, resulting in a shorter distance traveled by the USV for obstacle avoidance.

6.4. Real Ship Experiment

The object of this experiment is the “Buffalo” USV, equipped with GPS, radar and other sensors, using the industrial control computer as the upper computer of the ship. Its central processor is Intel Celeron J1900, using two STM32F409 development boards as the lower computer. The experimental equipment diagram is illustrated in Figure 28 and the “Buffalo” is shown in Figure 29. Table 7 gives the parameters of the USV “Buffalo”. The experiment is carried out in the “Wisdom Lake” channel of Shanghai Maritime University in Pudong New Area, Shanghai.
Dynamic obstacle avoidance experiment is carried out on the USV according to the designed algorithm and the GPS data collected are converted from the WSG84 coordinate system to the GCJ-02 coordinate system through coordinate conversion and displayed on the map of the USV’s experimental platform, as shown in Figure 30, Figure 31 and Figure 32. Figure 30 shows the Head-on situation, Figure 31 shows the crossing situation and Figure 32 shows the overtaking situation. The red line in the figure is the USV’s trajectory and the green line is the obstacle trajectory. From the maps, it can be seen that the USV is able to avoid dynamic obstacles in all three encounter scenarios in accordance with the COLREGs.
Based on the data from the USV’s experimental platform, Table 8 and Table 9 can be obtained, which show the USV’s navigation trajectory data and the dynamic obstacle trajectory data, respectively. For dynamic obstacles, the experimental results verify that the effectiveness of the FUZZY-DWA algorithm makes the USV’s obstacle avoidance path conform to COLREGs and provides data support for subsequent USV obstacle avoidance research.

7. Conclusions

In this paper, the problem of dynamic obstacle avoidance control of USVs under COLREGs is investigated, and the improved DWA algorithm conforming to COLREGs is proposed. The timeliness problem of the traditional DWA algorithm is solved by introducing the PSO algorithm. To solve the problem that the traditional DWA algorithm cannot adapt well to environmental changes under COLREGs, the fuzzy control combined with the DWA algorithm is used to achieve dynamic adaptation of weight coefficients in the cost function of the DWA algorithm. The proposed PSO-CCDWA and FUZZY-CCDWA dynamic obstacle avoidance algorithms are experimentally validated. In the simulation, it can be learned that the USV takes the collision-avoidance action, satisfying the COLREGs when the obstacles appear in the collision avoidance domain under the three considered cases. Through comparative analysis, compared with the CCDWA algorithm, the PSO-CCDWA algorithm reduces the overall navigation time of the USV, by 44.2%, 11.2% and 28.8%, respectively, in the three encounter situations compared to CCDWA. At the same time, the FUZZY-CCDWA algorithm reduces the total distance traveled by the USV in the three encounter scenarios by 15.8%, 0.9% and 2.8%, respectively, compared to CCDWA, verifying the superiority of the proposed algorithms. Finally, the effectiveness of the proposed algorithms is further verified in the actual navigation experiment of the USV “Buffalo”. The obtained results show that the USV effectively avoids obstacles in different directions on its way from the start to the end in three cases, which provides some reference for the subsequent research and engineering application of related obstacle avoidance methods. Furthermore, in this study, some physical assumptions are made on the motion of the USV in order to simplify the motion model of the USV, and external disturbances (wind, waves, currents) are excluded for the sake of the evident experiment result of the proposed algorithm, and only the horizontal plane motion is considered. Therefore, the next stage of the research will consider the USV’s obstacle avoidance under the external disturbances and consider the robustness of the USV’s system in the presence of external disturbances.

Author Contributions

Conceptualization, D.G. and P.Z.; methodology, D.G. and P.Z.; software, P.Z.; validation, W.S., T.W. and Y.W.; writing—original draft preparation, P.Z.; writing—review and editing, D.G., W.S., T.W. and Y.W.; funding acquisition, D.G. and W.S. All authors have read and agreed to the published version of the manuscript.

Funding

This work was also supported by Shanghai Science and Technology planning project under Grant 21DZ1205803 and 20040501200. This work was also supported by Shanghai Science and Technology Program “Shanghai Ship Intelligent Operation and Maintenance and Energy Efficiency Monitoring Engineering Research Center” under Grant 20DZ2252300.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Not applicable.

Acknowledgments

The authors thank the anonymous reviewers for suggesting valuable improvements to the paper.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Ren, J.; Zhang, J.; Cui, Y.N. Autonomous obstacle avoidance algorithm for unmanned surface vehicles based on an improved velocity obstacle method. ISPRS Int. J. Geo-Inf. 2021, 10, 618. [Google Scholar] [CrossRef]
  2. Song, L.F.; Shi, X.Q.; Sun, H.; Xu, K.K.; Huang, L. Collision avoidance algorithm for usv based on rolling obstacle classification and fuzzy rules. J. Mar. Sci. Eng. 2021, 9, 1321. [Google Scholar] [CrossRef]
  3. Wu, X.; Chen, H.L.; Chen, C.G.; Zhong, M.Y.; Xie, S.R.; Guo, Y.K.; Fujita, H. The autonomous navigation and obstacle avoidance for USVs with ANOA deep reinforcement learning method. Knowl.-Based Syst. 2020, 196, 105201. [Google Scholar] [CrossRef]
  4. Kim, H.; Yun, S.J.; Choi, Y.H.; Ryu, J.K.; Won, B.J.; Suh, J.H. Improved dynamic window approach with ellipse equations for autonomous navigation of unmanned surface vehicle. J. Inst. Control Robot. Syst. 2020, 26, 624–629. [Google Scholar] [CrossRef]
  5. Zhou, C.H.; Gu, S.D.; Wen, Y.Q.; Du, Z.; Xiao, C.S.; Huang, L.; Zhu, M. The review unmanned surface vehicle path planning: Based on multi-modality constraint. Ocean. Eng. 2020, 200, 107043. [Google Scholar] [CrossRef]
  6. Specht, M.; Specht, C.; Mindykowski, J.; Dabrowski, P.; Masnicki, R.; Makar, A. Geospatial modeling of the tombolo phenomenon in sopot using integrated geodetic and hydrographic measurement methods. Remote Sens. 2020, 12, 737. [Google Scholar] [CrossRef] [Green Version]
  7. Kum, B.C.; Shin, D.H.; Jang, S.; Lee, S.Y.; Lee, J.H.; Moh, T.; Lim, D.G.; Do, J.D.; Cho, J.H. Application of unmanned surface vehicles in coastal environments: Bathymetric survey using a multibeam echosounder. J. Coast. Res. 2020, 95, 1152–1156. [Google Scholar] [CrossRef]
  8. Chen, Z.; Zhang, Y.M.; Zhang, Y.G.; Nie, Y.; Tang, J.Z.; Zhu, S.Q. A hybrid path planning algorithm for unmanned surface vehicles in complex environment with dynamic obstacles. IEEE Access 2019, 7, 126439–126449. [Google Scholar] [CrossRef]
  9. Dai, Y.; Xue, C.; Su, Q. An integrated dynamic model and optimized fuzzy controller for path tracking of deep-sea mining vehicle. J. Mar. Sci. Eng. 2021, 9, 249. [Google Scholar] [CrossRef]
  10. Chen, C.H.; Chen, G.Y.; Chen, J.J. Design and implementation for USV based on fuzzy control. In Proceedings of the 2013 CACS International Automatic Control Conference (CACS), Nantou, Taiwan, 2–4 December 2013; pp. 345–349. [Google Scholar]
  11. Vu, M.T.; Le, T.H.; Thanh, H.N.; Huynh, T.T.; Van, M.; Hoang, Q.D.; Do, T.D. Robust position control of an over-actuated underwater vehicle under model uncertainties and ocean current effects using dynamic sliding mode surface and optimal allocation control. Sensors 2021, 21, 747. [Google Scholar] [CrossRef]
  12. Vu, M.T.; Thanh, H.; Huynh, T.T.; Do, Q.T.; Do, T.D.; Hoang, Q.D.; Le, T.H. Station-keeping control of a hovering over-actuated autonomous underwater vehicle under ocean current effects and model uncertainties in horizontal plane. IEEE Access 2021, 9, 6855–6867. [Google Scholar] [CrossRef]
  13. Wang, R.Q.; Li, D.L.; Miao, K.Y. Optimized radial basis function neural network based intelligent control algorithm of unmanned surface vehicles. J. Mar. Sci. Eng. 2020, 8, 210. [Google Scholar] [CrossRef] [Green Version]
  14. Liu, C.A.; Xiang, X.B.; Huang, J.; Yang, S.L.; Shaoze, Z.; Su, X.; Zhang, Y.F. Development of USV autonomy: Architecture, implementation and sea trials. Brodogradnja 2022, 73, 89–107. [Google Scholar] [CrossRef]
  15. Guo, B.; Kuang, Z.; Guan, J.H.; Hu, M.T.; Rao, L.X.; Sun, X.Q. An improved a-star algorithm for complete coverage path planning of unmanned ships. Int. J. Pattern Recognit. Artif. Intell. 2022, 36, 2259009. [Google Scholar] [CrossRef]
  16. Luo, M.; Hou, X.R.; Yang, J. Surface optimal path planning using an extended dijkstra algorithm. IEEE Access 2020, 8, 147827–147838. [Google Scholar] [CrossRef]
  17. Sangeetha, V.; Krishankumar, R.; Ravichandran, K.S.; Cavallaro, F.; Kar, S.; Pamucar, D.; Mardani, A. A fuzzy gain-based dynamic ant colony optimization for path planning in dynamic environments. Symmetry 2021, 13, 280. [Google Scholar] [CrossRef]
  18. Fox, D.; Burgard, W.; Thrun, S. The dynamic window approach to collision avoidance. IEEE Robot. Autom. Mag. 1997, 4, 23–33. [Google Scholar] [CrossRef] [Green Version]
  19. Xia, G.Q.; Han, Z.W.; Zhao, B.; Wang, X.W. Local path planning for unmanned surface vehicle collision avoidance based on modified quantum particle swarm optimization. Complexity 2020, 2020, 3095426. [Google Scholar] [CrossRef]
  20. Chen, P.Y.; Shen, P.; Zhang, P.F.; Li, Y.; Ma, T.; Han, Y.J. Path planning of underwater terrain-aided navigation based on improved artificial potential field method. Mar. Technol. Soc. J. 2019, 53, 65–74. [Google Scholar] [CrossRef]
  21. Kim, H.G.; Yun, S.J.; Choi, Y.H.; Ryu, J.K.; Suh, J.H. Collision avoidance algorithm based on COLREGs for unmanned surface vehicle. J. Mar. Sci. Eng. 2021, 9, 863. [Google Scholar] [CrossRef]
  22. Kamil, F.; Hong, T.S.; Khaksar, W.; Moghrabiah, M.Y.; Zulkifli, N.; Ahmad, S.A. New robot navigation algorithm for arbitrary unknown dynamic environments based on future prediction and priority behavior. Expert Syst. Appl. 2017, 86, 274–291. [Google Scholar] [CrossRef]
  23. Noreen, I.; Khan, A.; Ryu, H.; Doh, N.L.; Habib, Z. Optimal path planning in cluttered environment using RRT*-AB. Intell. Serv. Robot. 2018, 11, 41–52. [Google Scholar] [CrossRef]
  24. Lee, H.J.; Rhee, K.P. Development of collision avoidance system by using expert system and search algorithm. Int. Shipbuild. Prog. 2001, 48, 197–212. [Google Scholar]
  25. Zhao, Y.X.; Li, W.; Shi, P. A real-time collision avoidance learning system for unmanned surface vessels. Neurocomputing 2016, 182, 255–266. [Google Scholar] [CrossRef]
  26. Namgung, H. Local route planning for collision avoidance of maritime autonomous surface ships in compliance with COLREGs rules. Sustainability 2022, 14, 198. [Google Scholar] [CrossRef]
  27. Li, X.Y.; Liu, F.; Liu, J.; Liang, S. Obstacle avoidance for mobile robot based on improved dynamic window approach. Turk. J. Electr. Eng. Comput. Sci. 2017, 25, 666–676. [Google Scholar] [CrossRef]
  28. Lin, Z.N.; Yue, M.; Chen, G.Y.; Sun, J.Z. Path planning of mobile robot with PSO-based APF and fuzzy-based DWA subject to moving obstacles. Trans. Inst. Meas. Control 2022, 44, 121–132. [Google Scholar] [CrossRef]
  29. Masehian, E.; Sedighizadeh, D. Multi-objective PSO- and NPSO-based algorithms for robot path planning. Adv. Electr. Comput. Eng. 2010, 10, 69–76. [Google Scholar] [CrossRef]
  30. Vu, M.T.; Van, M.; Bui, D.H.P.; Do, Q.T.; Huynh, T.T.; Lee, S.D.; Choi, H.S. Study on dynamic behavior of unmanned surface vehicle-linked unmanned underwater vehicle system for underwater exploration. Sensors 2020, 20, 1329. [Google Scholar] [CrossRef] [Green Version]
  31. Li, C.Y.; Jiang, J.J.; Duan, F.J.; Liu, W.; Wang, X.Q.; Bu, L.R.; Sun, Z.B.; Yang, G.L. Modeling and experimental testing of an unmanned surface vehicle with rudderless double thrusters. Sensors 2019, 19, 2051. [Google Scholar] [CrossRef] [Green Version]
  32. Szlapczynski, R.; Szlapczynska, J. Review of ship safety domains: Models and applications. Ocean Eng. 2017, 145, 277–289. [Google Scholar] [CrossRef]
  33. Pan, W.; Xie, X.L.; Bao, T.T.; Li, M. Ship domain model for ships with restricted manoeuvrability in busy waters. J. Navig. 2021, 74, 673–697. [Google Scholar] [CrossRef]
  34. Pietrzykowski, Z.; Wielgosz, M. Effective ship domain—Impact of ship size and speed. Ocean Eng. 2021, 219, 108423. [Google Scholar] [CrossRef]
  35. Dombi, J.; Toth-Laufer, E. Reducing the computational requirements in the mamdani-type fuzzy control. Acta Polytech. Hung. 2020, 17, 25–41. [Google Scholar] [CrossRef]
Figure 1. Ship motion coordinate system.
Figure 1. Ship motion coordinate system.
Jmse 10 00901 g001
Figure 2. USV encounters.
Figure 2. USV encounters.
Jmse 10 00901 g002
Figure 3. Elliptical ship domain.
Figure 3. Elliptical ship domain.
Jmse 10 00901 g003
Figure 4. Ship avoidance domain.
Figure 4. Ship avoidance domain.
Jmse 10 00901 g004
Figure 5. Relative speed and collision angle between USV and obstacle.
Figure 5. Relative speed and collision angle between USV and obstacle.
Jmse 10 00901 g005
Figure 6. Membership functions of input parameters (a) Membership function of μ t ; (b) Membership function of κ t .
Figure 6. Membership functions of input parameters (a) Membership function of μ t ; (b) Membership function of κ t .
Jmse 10 00901 g006
Figure 7. Membership functions of output parameters (a) Membership function of β ; (b) Membership function of γ .
Figure 7. Membership functions of output parameters (a) Membership function of β ; (b) Membership function of γ .
Jmse 10 00901 g007
Figure 8. Fuzzy control flow chart.
Figure 8. Fuzzy control flow chart.
Jmse 10 00901 g008
Figure 9. Collision avoidance algorithm flow chart.
Figure 9. Collision avoidance algorithm flow chart.
Jmse 10 00901 g009
Figure 28. Experimental equipment diagram. (a) LETTY GPS:SE100. (b) WIT six-axis attitude sensor: HWT605. (c) Lower computer:STM32F429. (d) Upper computer: Industrial Control machine N2840.
Figure 28. Experimental equipment diagram. (a) LETTY GPS:SE100. (b) WIT six-axis attitude sensor: HWT605. (c) Lower computer:STM32F429. (d) Upper computer: Industrial Control machine N2840.
Jmse 10 00901 g028
Figure 29. USV “Buffalo”.
Figure 29. USV “Buffalo”.
Jmse 10 00901 g029
Figure 30. Head-on situation.
Figure 30. Head-on situation.
Jmse 10 00901 g030
Figure 31. Crossing situation.
Figure 31. Crossing situation.
Jmse 10 00901 g031
Figure 32. Overtaking situation.
Figure 32. Overtaking situation.
Jmse 10 00901 g032
Table 1. Fuzzy rules for the weight coefficient β of the obstacle distance term.
Table 1. Fuzzy rules for the weight coefficient β of the obstacle distance term.
β κ t
SRSNRBB
μ t DSHHHHH
DNHHMMS
DBHHMSS
Table 2. Fuzzy rules for the weighting coefficients γ of the speed term of the USV.
Table 2. Fuzzy rules for the weighting coefficients γ of the speed term of the USV.
γ κ t
SRSNRBB
μ t DSSSSSS
DNSSMMH
DBSSMHH
Table 3. Initial parameters of the DWA algorithm.
Table 3. Initial parameters of the DWA algorithm.
ParametersValueParametersValue
α 0.1 β 0.1
γ 0.1 θ 0 90
υ max 1.0 m/s ω max 4.7 rad/s
υ 0 0.0 m/s ω 0 0.0 rad/s
( X 0 , Y 0 ) (10,0) ( X g , Y g ) (10,15)
Table 4. Initial parameters of the obstacle for different encounter situations.
Table 4. Initial parameters of the obstacle for different encounter situations.
EncountersInitial PositionSailing Speed/(Km/s)Course/ ( )
Head-on(10,7)1.08−90
Overtaking(10,7)0.3690
Crossing(18,5)6.12180
Table 5. PSO algorithm initialization parameters.
Table 5. PSO algorithm initialization parameters.
ParametersValueParametersValue
ω 0.8Population size5
c 1 c 2 2Number of iterations5
Dimensionality2Particle velocity range[−1,1]
Table 6. Initial parameters of the DWA algorithm.
Table 6. Initial parameters of the DWA algorithm.
Encounters SituationAlgorithmsRunning Time (s)Reduction in Time Compared to CCDWA (%)Sailing Distance (m)Reduction in Distance Compared to CCDWA (%)
Head-onCCDWA49.845-19.137-
PSO-CCDWA27.79144.216.80912.2
FUZZY-CCDWA28.85642.116.11115.8
OvertakingCCDWA33.772-17.665-
PSO-CCDWA29.99111.218.010−2.0
FUZZY-CCDWA30.27010.417.4990.9
CrossingCCDWA45.869-15.831-
PSO-CCDWA32.67628.815.4092.7
FUZZY-CCDWA33.02128.015.3812.8
Table 7. USV “Buffalo” parameters.
Table 7. USV “Buffalo” parameters.
Parameter CategoryParameter Value
Basic parametersLoad Capacity15 kg
Length overall1.6 m
Ship breadth1.0 m
Displacement40.0 kg
Draught0.1 m
Double paddle column spacing15 kg
PSO-CCDWA0.4 m
Pitch of Gravity Propeller Slewing Column0.5 m
Communication parametersCommunication methodReal-time RF point-to-point
Communication distance2 km
Navigation parametersPower Source24 V Li-ion battery pack
Endurance time2 h (3 m/s), 1 h (5 m/s)
Maximum sailing speed5 m/s
Maximum range18 km
Navigation ModeAutonomous Navigation
Propeller parametersTypeRotatable thrusters
Power600 W
Paddle diameter0.084 m
Rated speed1200 r/min
Max. swivel angle ± 135
Number of propellers4
Table 8. USV’s navigation trajectory data.
Table 8. USV’s navigation trajectory data.
EncountersHead-OnCrossingOvertaking
Total sailing distance (m)47.8950.0044.21
Total sailing time (s)160.25170.13158.76
Start pointLongitude ( )121.902476121.902399121.902483
Latitude ( )30.87157230.87152230.871592
EndpointLongitude ( )121.902798121.902690121.902787
Latitude ( )30.87177330.87172030.871829
Table 9. Dynamic obstacle trajectory data.
Table 9. Dynamic obstacle trajectory data.
EncountersHead-OnCrossingOvertaking
Total length of track (m)14.1818.7315.55
Azimuth ( )240.86300.1048.31
Start pointLongitude ( )121.902694121.902655121.902595
Latitude ( )30.87168830.87155030.871679
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Gao, D.; Zhou, P.; Shi, W.; Wang, T.; Wang, Y. A Dynamic Obstacle Avoidance Method for Unmanned Surface Vehicle under the International Regulations for Preventing Collisions at Sea. J. Mar. Sci. Eng. 2022, 10, 901. https://doi.org/10.3390/jmse10070901

AMA Style

Gao D, Zhou P, Shi W, Wang T, Wang Y. A Dynamic Obstacle Avoidance Method for Unmanned Surface Vehicle under the International Regulations for Preventing Collisions at Sea. Journal of Marine Science and Engineering. 2022; 10(7):901. https://doi.org/10.3390/jmse10070901

Chicago/Turabian Style

Gao, Diju, Peng Zhou, Weifeng Shi, Tianzhen Wang, and Yide Wang. 2022. "A Dynamic Obstacle Avoidance Method for Unmanned Surface Vehicle under the International Regulations for Preventing Collisions at Sea" Journal of Marine Science and Engineering 10, no. 7: 901. https://doi.org/10.3390/jmse10070901

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop