!!!Optimized Dynamic Collision Avoidance Algorithm for USV
!!!Optimized Dynamic Collision Avoidance Algorithm for USV
Article
Optimized Dynamic Collision Avoidance Algorithm for USV
Path Planning
Hongyang Zhu 1 and Yi Ding 2, *
1 College of Mathematics and Computer, Guangdong Ocean University, Zhanjiang 524091, China
2 Maritime College, Guangdong Ocean University, Zhanjiang 524091, China
* Correspondence: [email protected]
Abstract: Ship collision avoidance is a complex process that is influenced by numerous factors. In
this study, we propose a novel method called the Optimal Collision Avoidance Point (OCAP) for
unmanned surface vehicles (USVs) to determine when to take appropriate actions to avoid collisions.
The approach combines a model that accounts for the two degrees of freedom in USV dynamics
with a velocity obstacle method for obstacle detection and avoidance. The method calculates the
change in the USV’s navigation state based on the critical condition of collision avoidance. First,
the coordinates of the optimal collision avoidance point in the current ship encounter state are
calculated based on the relative velocities and kinematic parameters of the USV and obstacles. Then,
the increments of the vessel’s linear velocity and heading angle that can reach the optimal collision
avoidance point are set as a constraint for dynamic window sampling. Finally, the algorithm evaluates
the probabilities of collision hazards for trajectories that satisfy the critical condition and uses the
resulting collision avoidance probability value as a criterion for course assessment. The resulting
collision avoidance algorithm is optimized for USV maneuverability and is capable of handling
multiple moving obstacles in real-time. Experimental results show that the OCAP algorithm has
higher and more robust path-finding efficiency than the other two algorithms when the dynamic
obstacle density is higher.
Keywords: collision avoidance; velocity obstacle method; trajectory optimization; optimal collision
avoidance point
COLREGS [10]. Based on literature statistics, 56% of the collisions at sea are caused by the
violation of COLREGS by ships [11]. However, data are difficult to collect in real time, and
it is difficult to show a model with mathematical formulas; incorporating regulations in
collision prevention algorithms is still a challenge [12]. Some scholars have tried to design
a ship navigation safety domain to solve the ship collision problem [13–15]. However,
most of them only consider static obstacles or semi-dynamic obstacles that do not change
course [16,17], a highly ideal motion model is used in collision avoidance [18], or the
balance between efficiency and effectiveness is ignored [19].
Some other researchers have evaluated collision avoidance trajectories generated
from the perspective of risk assessment [20] using multiple parameters such as navigation
risk [21], navigation smoothness, and other metrics. For instance, a review [22] described
collision risk assessment, but it neglected techniques for conflict resolution. The most
frequently used distance parameter for conflict detection and obstacle avoidance is the
distance to the closest point of approach dcpa ; the time to the closest point of approach
tcpa is often used with it. It has been proposed that various techniques can be developed
to overcome the limitations of dcpa and tcpa alone for collision avoidance [23]. In [24,25],
the authors discussed ASV developments in depth, while conflict detection and obstacle
avoidance received a lesser amount of attention. Only a few studies related to reacting to
collision avoidance for unmanned ships were included in [26].
Comparing other obstacle avoidance algorithms, Fox et al. reported a dynamic window
approach (DWA) [27], which has become a popular academic research method in recent
years. It is mainly used for navigation and obstacle avoidance in a dynamic environment.
Avoiding unpredictable obstacles can better solve the DWA [28]. DWA is widely used
in dynamic obstacle avoidance path optimization of UAVs, robots, and USVs [29–31].
Dobrevski reported local path planning based on DWA and deep reinforcement learning
to improve path optimization [32]. Liu developed a global dynamic path-planning fusion
algorithm combining the jump-A* algorithm and DWA [33]. In addition, several useful
local path-planning methods based on DWA have been reported [34]. However, DWA
generates path candidates by assuming constant velocities for a certain period of time.
Due to the small distances between obstacles and USVs, unexpected collisions often occur
during encounters, which makes it challenging to fulfill the safety requirements of USVs.
However, DWA generates path candidates by assuming constant velocities for a certain
period, making it easy for it to fall into local optima [35]. In the path evaluation stage,
it relies heavily on the settings of the parameter value ranges. For example, when the
distance between an obstacle and a USV is small, accidental collisions often occur during
the encounter, which is a challenge to meeting the safety requirements of USVs. In addition,
the increased complexity of the application scenarios and environments of unmanned
devices make standard DWA unable to solve complex path-planning problems. Traditional
DWA focuses on path generation at each step of the planning process but ignores that
obstacles are also intelligent agents that generate abrupt behavior [36].
In this study, we present a novel approach to collision avoidance for USVs. While
existing methods mainly rely on static obstacle maps or simple heuristics, our approach
combines a two-degree-of-freedom model for USV dynamics with a velocity obstacle
method for obstacle detection and avoidance. This approach allows for real-time adap-
tation to dynamic and complex environments, making it particularly suitable for USVs
operating in areas with high traffic density or unpredictable obstacles. The resulting colli-
sion avoidance algorithm is optimized for USV maneuverability and is capable of handling
multiple moving obstacles simultaneously.
The contents of this paper are as follows. Section 2 describes the USV dynamic model,
the classification of encounter situations, and the basic process framework of USV collision
avoidance decision-making based on the category related to this study. Section 3 contains a
detailed description of the optimal timing point model for collision avoidance based on
the improved DWA. We propose a collision avoidance algorithm based on the velocity
obstacle method. In Section 4, the design of a dynamic obstacle avoidance algorithm for
Sensors 2023, 23, 4567 3 of 18
USVs is considered and a detailed algorithm flow and design are presented. In Section 5,
the results of computational experiments performed for the evaluation of the proposed
algorithm are presented. According to simulation experiments, we compare the effects of
three different algorithms on the collision avoidance path selection of a USV and analyze
the degree of excellence resulting from the influence of various collision avoidance factors
in path selection. Finally, in Section 6, the conclusions are discussed.
ẋ = V cos(ψ)
ẏ = V sin(ψ) (1)
ψ̇ = ω
where x and y represent the position coordinates of the USV, V represents the velocity of
the USV, ψ represents the heading angle of the USV, and ω represents the angular velocity
of the USV.
The equations of the obstacle motion state can be represented as:
ẋo = vo cos(ψo )
(2)
ẏo = vo sin(ψo )
where xo and yo represent the position coordinates of the obstacle, vo represents the velocity
of the obstacle, and ψo represents the heading angle of the obstacle.
In this paper, we present a four-layered control structure in Figure 2, which consists
of context awareness, behavioral decision-making, the obstacle avoidance algorithm, and
executive control. In this study, we describe a USV marine collision avoidance strategy by
the self-discipline method, tcpa stands for the time to the closest point of approach, and dcpa
stands for the distance to the closest point of approach [41].
To support the collision avoidance of USVs in complex environments, this paper
proposes a dynamic model that takes into account factors such as the mass, velocity,
acceleration, water resistance, propulsive force, and gravitational acceleration of the USV
in order to predict the changes in the position and velocity of the USV over time.
Sensors 2023, 23, 4567 4 of 18
dcpa tcpa
Situational Sensor
Awareness Systems
Decision Encounter
Making Situation
External
Situation
obstacle avoidance
algorithm
Self-adaptive
Vessels
Control
v
vessel at
CPA
v1
vessel1 at vessel1 before
CPA CPA
𝜂 r
-v1
v vr
vessel before
CPA
CPA consists of two parameters: the distance at the closest point of approach (dcpa ) and
the time to the closest point of approach (tcpa ); αis the angle between the relative bearing of
the obstacle ship and the heading of the USV [41,42].
dcpa = r × sin(α)
(4)
tcpa = r × cos(α)/vr
Sensors 2023, 23, 4567 5 of 18
!!"#$
!!"#$ ∩ !"%%
!"%%
Sector area ξ path is the velocity window after tcpa time as the feasible area of the USV,
which is denoted as the blue sector area. Sector area ξ path ξ all is the optimal area of
Sensors 2023, 23, 4567 6 of 18
the USV driving area; the focus of this paper is to obtain the optimal driving area after
screening the existing DWA velocity sampling window.
where VA is the current speed of the USV and Vr is the relative speed of the USV relative
to the incoming ship. In the optimal feasible area, the USV determines its optimal travel
directly through the joint adjustment of different evaluation factors in the following formula:
• Distance evaluation: Calculates the distance ratio between the minimum encounter
distance and the safety threshold under the current USV state. The smaller the ratio,
the safer it is.
g1 (d) = 1/(1 + exp(−k1 × (d − dsa f e ))) (9)
• Velocity evaluation: Evaluates the ratio of the time taken to reach the dsa f e location to
the tcpa at the current speed of the USV. The smaller the ratio, the safer it is.
• Direction angle evaluation: Evaluates the steering angle between the USV coordinates
and the CPA coordinates. The larger the steering angle, the greater the risk.
• Direction angle evaluation: The symbol ∇ represents the minimum gradient, and
g4 (∇) is the function that describes the effect of the minimum gradient on the obstacle
avoidance urgency level. In this paper, the minimum gradient represents the rate of
change in the distance between the USV and the obstacle, which can be used to evalu-
ate the dynamic relationship between the USV and obstacle and the approach speed.
R
sin µ = (13)
|| AO||2
The velocity of the USV is (VA , ψ), the velocity of the target obstacle is (Vo , β), the
speed of the USV relative to the obstacle is Vr , the relative angle can be expressed as:
ψ = ∠( X, Va ), θ = ∠( X, AO), λ = ∠( X, Vr ), ϕ = ∠(Vr , VA ), µ = ∠( AO, m) = ∠( AO, l ). It
can be seen from Figure 5 that the velocity triangle is composed of v A , vo , and vr .
Vo sin (ψ − β) = Vr sin ( ϕ)
(14)
VA − Vo cos (ψ − β) = Vr cos( ϕ)
Geometric relationships between dcpa and tcpa are shown in the following equations.
||( A, O)||2
q
tcpa = × 1 − sin2 (θ − ψ − ϕ) (16)
Vr
By obtaining speed Vo and angle β of the obstacle using the sensor in advance, the
USV can adjust speed VA and angle ψ in advance to avoid the obstacle in order to change
the angle to meet abs(η ) ≥ µ.
According to the velocity obstacle method, the differential of the yaw angle is used
to express the attitude change rate of the USV, i.e., the change rate of the attitude angle,
as shown in Equation (13). Therefore, using Equations (14)–(16), we can calculate the
derivative of the adjustment variable as follows:
sinϕ Va cos ϕ
dη = dVa + dψ (17)
Vr Vr
sinϕ Va cos ϕ
∆η = ∆VA + ∆ψ (18)
Vr Vr
The difference of yaw angle is used to express the attitude change amount of the
USV, i.e., the change amount of the attitude angle, as shown in Equations (17) and (18).
Sensors 2023, 23, 4567 9 of 18
These differential and difference values are crucial parameters in the control model of
unmanned ships, as they directly affect the motion state and control the performance of
the USV. By utilizing the differential and difference of the yaw, the control system can
calculate control commands to adjust the attitude angles of the USV, thereby enabling it to
maintain stable navigation or perform specific tasks, such as obstacle avoidance or search
and rescue operations.
From Figure 5, we can see that the total angle after the relative speed is turned is
∆η + η; where abs(η + ∆η ) ≥ µ, the USV can complete the obstacle avoidance.
(#& , %& )
∆!
!
, )
∆) '
*
! (
(#! , %" )
(## , %# )
(##$ , %%$ )
The USV has a safe speed limit, and not all speeds can be used for safe USV travel.
Therefore, vmin ,vmax represents the safe speed interval range.
Sensors 2023, 23, 4567 10 of 18
Vd = {(ν, ω )|ν ∈ [νc − ν˙b ∆t, νc − ν˙a ∆t] ∩ ω ∈ [ωc − ω̇b ∆t, ωc − ω̇a ∆t]} (20)
In this paper, combined with the optimal collision avoidance point, we focus on
improving the speed VA of the USV limited by obstacles. The classical dynamic window
approach generally defines an adequate search space that conforms to the dynamic limit
in the velocity space (v, ω ). Still, the actual steering process of the USV is more based on
the change of the heading angle ∆α to complete the vessel’s collision avoidance behavior.
Therefore, this paper replaces the state space formed by the velocity (v, ω ) with the state
(v, ∆α). According to the formula, the intersection Vr of Vs and Vd represents the adequate
state space of the ship in the next period.
V = Vs ∩ Vd ∩ VA
Sensors 2023, 23, 4567 11 of 18
Equation (22) indicates that a set of possible motion trajectories can be generated by
sampling the velocity and direction of the USV. Then, we evaluate these trajectories based
on their cost function to select the optimal one as the USV’s motion plan. Specifically, Vs is
the velocity and direction sampling space, where vmin and vmax represent the minimum and
maximum velocity the USV can reach and ∆ψ represents the angle range the USV can rotate.
Vd represents the velocity and direction range the USV can reach while avoiding collisions,
vc is the current velocity, v˙a and v˙b are the acceleration and deceleration, respectively, ∆t is
the sampling-time interval, and ∆ηmax represents the maximum angle the USV can rotate.
VA represents the velocity and direction range the USV can reach while maintaining a
certain acceleration and turning speed, v0 is the initial velocity of the USV, and ∆η˙max is
the maximum angular velocity the USV can rotate. Finally, V is the intersection of the
three sampling spaces, representing all possible combinations of velocity and direction that
the USV can sample. By evaluating these combinations based on their cost functions, the
algorithm selects the optimal motion plan to achieve the goal of collision avoidance.
In Algorithm 2, the main calculation task is to perform obstacle avoidance on the
sampling points and find the optimal collision avoidance point. This task is completed by
two functions, Generate OCAP (Algorithm 1) and dynamic_obstacle_avoidance. Generate
OCAP (Algorithm 1) is responsible for generating a set of sampling points, and the dy-
namic_obstacle_avoidance function is responsible for performing obstacle avoidance on the
sampling points. In these two functions, the algorithm uses sensor data and environmental
information to calculate the trajectory of the unmanned boat and adjust its heading and
speed based on the position and velocity of obstacles.
and a random map. These maps’ size for all cases is 20 × 20. Case1 is simulated once,
and Case2 is simulated 100 times. The start and goal positions of all cases are (USVxstart,
USVystart) = (2.0, 6.0) and (GBxgoal, GBygoal) = (19.0, 18.0). When the distance between
the USV and the goal position is less than 0.3 m, it is judged to have reached the goal. The
other parameters of the simulation experiment are set as shown in Table 1.
As shown in Figure 7, there are 12 static obstacles, which is a static obstacle density of
0.04, in the simulation environment. The solid circle is the expanded range with the longest
radius of the obstacle, and the dashed circle is the safe area, where the dsa f e value of the
obstacle relative to the USV is the radius. According to Equation (13), dsa f e is only related
to the size of the obstacle, which is stationary. When the obstacle moves, it is also related
to the relative velocity of the USV and target vessel. The simulation cases are defined as
follows. Combining Algorithms 1 and 2, the time complexity of our proposed algorithm is
O(n3 ), where n represents the size of the input data. The algorithm consists of three nested
loops and a recursive call. The time complexity of the first loop is O(n), of the second loop
is O(n2 ), and of the third loop is O(n3 ). The time complexity of the recursive call is O(logn).
Therefore, the total time complexity of the algorithm is O(n3 + logn). Additionally, the
space complexity of the algorithm is O(n) because it requires storing a copy of the input
data in memory as well as intermediate results of multiple recursive calls.
Figure 7. Simulation environment in Case1: (a) map at a static obstacle density of 0.04 and (b) com-
parison of paths generated by three optimization methods.
Figure 7b displays trajectory results of OCAP, DWA, and DWV in Case1, showing that
all methods reached the goal position. DWA and DWV arrived at the goal position later
than OCAP.
Table 2 displays simulation results for Case1, including the success rate, algorithm time
consumption (Time), trajectory length (TL), and λdis in achieving the goal without collisions,
and the average travel time. OCAP reached the goal position earlier than DWA and DWV.
From Figure 7b and Table 2, the best result in Case1 was obtained by OCAP, which did
not need to evaluate the optimal collision points and moved at the maximum translational
velocity on the optimal path. Comparing static obstacle generation paths, the efficiency and
results of the OCAP and DWV algorithms are similar. However, DWA sometimes generates
a ’circling’ motion when avoiding obstacles to reach a specified location. Therefore, the
target time of DWA is longer than those of the other two algorithms.
Figure 8a shows simulation environments of the random maps in Case2 at a static and
dynamic obstacle density of 0.04, which presents five static obstacles and seven dynamic
vessels from different directions (considered dynamic obstacles), which are 12 obstacles in
total. These obstacles are placed in random positions and given random velocities that are
lower than the maximum velocity of the USV. The velocities of obstacles are set randomly
in the range of 0.0 (m/s) to 0.2 (m/s). Case2 is simulated 100 times. Figure 8b shows
path-finding results for a certain time.
Figure 8. Simulation Environments in Case2: (a) random map (b) path generated by three algorithms.
Figure 9a–c shows only trajectories of the USV for 100 simulation times in Case2. In
Figure 9a, OCAP generated path candidates considering dynamic obstacles. OCAP also
considered dynamic blocks when the optimal path was selected from path candidates.
Thus, OCAP reached the goal position. Overall, the path collision hazard probability
obtained by the OCAP algorithm is low. The optimal obstacle avoidance trajectory results
Sensors 2023, 23, 4567 14 of 18
with the lowest probabilities of collision avoidance are displayed in Figure 9b,c. DWV
and DWA generated path candidates without considering dynamic obstacles. When
DWA reached the goal position of avoiding moving obstacles, DWA sometimes generated
backward movements.
Figure 9. Simulation results of three optimization methods in Case2: (a) OCAP, (b) DWA, (c) DWV.
From Figure 9 and Table 3, OCAP has the highest success rate of reaching the goal at
82.73% along with the longest path-finding time and the lowest level of risk rate at 18.09%
in Case2. These three results are correlated. As circling was sometimes generated to avoid
the obstacle, the goal time of OCAP was longer than that of other methods. Although the
time cost of the OCAP and DWV is similar, the path planned by OCAP is less likely to have
collided and thus has a lower risk rate.
Figure 10 shows the evolution of four moving features during simulation. From
Figure 10a,b, the obstacles are static in Case1, from which it can be seen that in the proposed
new algorithm OCAP, the changes to the heading angle and course angle are minor,
which means that the vessel does not have rapid turns or emergency braking during
handling. The speed and tcpa shown in Figure 10c,d are the two most critical parameters
reflecting the USV’s state of avoiding obstacles. In the new algorithm OCAP, the tcpa of
USV always appears within the range of change and increases linearly, indicating that the
risk of collision avoidance of the USV in this algorithm is always in the acceptable range.
Specifically, according to Figure 10d, in the OCAP algorithm, the minimum encounter time
tcpa is always greater than 0, indicating that it is effective for path planning to choose the
best collision avoidance point.
The results of changing the density of obstacles in the random map and testing
multiple sets of data are shown in Table 4, which includes the success rate, algorithm
time consumption (T), trajectory length (TL), risk rate (λdis ) in achieving the goal without
collisions, and the average travel time.
Sensors 2023, 23, 4567 15 of 18
Figure 10. Three algorithm simulation parameters compared in Case2: (a) heading angle, (b) course
angle, (c) USV speed to collision, (d) USV tcpa .
Obstacle
Method Success T (sec) TL (m) λdis (%)
Density (%)
DWV 92.340 3.157 28.496 5.281
0.02 DWA 94.554 2.976 25.765 5.094
OCAP 98.231 2.800 17.027 5.090
DWV 12.340 81.653 48.064 33.317
0.06 DWA 34.554 88.910 45.109 40.338
OCAP 80.231 79.772 37.407 26.060
DWV 10.630 156.157 98.496 53.281
0.08 DWA 13.800 182.976 95.765 52.094
OCAP 67.781 106.278 87.027 20.122
From Table 4, when the obstacle density is smallest (0.02), the path-finding success
rates of all three algorithms are high and not much different; however, as the density of
random map obstacles increases, the path-finding success rates of all three algorithms
decrease, among which the decrease rate of the DWV algorithm changes the most. This
is because the DWV algorithm is more sensitive to the number of obstacles: the more
obstacles, the more DWV demonstrates the characteristics of a breadth-first algorithm that
will fail to complete the computation in the specified time, making the sharpest decline in
the success rate.
Comparing the computation time of the three algorithms, the OCAP algorithm con-
sumes less time to generate dynamic discrete points than dynamic path generation because
the optimal collision avoidance points are generated in advance before the path is generated.
At the maximum obstacle density (0.08), the path-finding success rate of all three algorithms
decreases greatly. However, since the OCAP algorithm generates dynamic discrete points,
if the path changes (e.g., previously unmeasured dynamic obstacles) before driving the
generated path, only the best collision avoidance point needs to be measured again, thus
effectively improving the path-finding success rate. It can also be seen that the length of
the path generated by the three algorithms is about the same when the density is large,
and the main difference lies in the success rate of generation and the time consumed by
the algorithm.
From Figure 11, the path-planning performance of three different algorithms on three
cases is analyzed as a whole. In two other cases, the path planned by the OCAP algorithm
has the shortest length and the least time cost. OCAP has the highest success rate of
reaching the goal at 100%. The best result in Case2 was obtained by OCAP, which shows
that this algorithm is more suitable for avoiding low-speed dynamic obstacles.
Sensors 2023, 23, 4567 16 of 18
Figure 11. Three algorithms in optimal path-planning performance: (a) total path-planning time
(b) total path-planning length.
6. Conclusions
In this paper, OCAP, a new collision avoidance algorithm, is proposed. OCAP gen-
erated obstacle-avoidable path candidates. Path candidates were generated using the
optimal collision avoidance point based on predictions of static and dynamic obstacles.
Kinematics and dynamics constraints were taken into account in OCAP. The paper used
simulations and experiments, demonstrating the proposed method to be effective. Even
when the obstacle density increases, the effectiveness of trajectory generation is ensured
because the OCAP algorithm can effectively and dynamically evaluate the minimum ob-
stacle avoidance distance. Through simulation experiments, the algorithm was shown to
be more suitable for high-density environments, and by evaluating the optimal collision
avoidance points, the generated paths can be kept away from the obstacles over a larger
area. The results of this study are limited to situations based on ship encounters in the
calm water conditions considered in this study. Additionally, no consideration was made
for hull-to-hull interaction and hull–propeller–rudder–engine interaction between the two
vessels, which is a direction for future research.
Author Contributions: Conceptualization, Y.D. and H.Z.; methodology, Y.D.; software, H.Z.; valida-
tion, Y.D. and H.Z.; formal analysis, H.Z.; resources, H.Z.; data curation, Y.D.; writing—original draft
preparation, Y.D.; writing—review and editing, H.Z.; supervision, H.Z. All authors have read and
agreed to the published version of the manuscript.
Funding: This research was funded by the Program for Scientific Research Startup Funds of Guang-
dong Ocean University, grant number: R17015; Zhanjiang Scientific and Technological Research
Topics, grant number: 2022B01103; and the National College Students Innovation and Entrepreneur-
ship Training Program of Guangdong Province, grant number: S202210566074.
Institutional Review Board Statement: Not applicable.
Informed Consent Statement: Not applicable.
Data Availability Statement: Not applicable.
Conflicts of Interest: The authors declare no conflict of interest.
Sensors 2023, 23, 4567 17 of 18
Abbreviations
The following abbreviations are used in this manuscript:
References
1. Qu, C.; Gai, W.; Zhang, J.; Zhong, M. A novel hybrid grey wolf optimizer algorithm for unmanned aerial vehicle (UAV) path
planning. Knowl.-Based Syst. 2020, 194, 15–35. [CrossRef]
2. Stateczny, A.; Gierlowski, K.; Hoeft, M. Wireless Local Area Network Technologies as Communication Solutions for Unmanned
Surface Vehicles. Sensors 2022, 22, 655. [CrossRef] [PubMed]
3. Wang, C.; Chen, D.; Liao, W.; Liang, Z. Autonomous Obstacle Avoidance Strategies in the Mission of Large Space Debris Removal
using Potential Function. Adv. Space Res. 2022, in press. [CrossRef]
4. Huang, Y.; Chen, L.; Chen, P.; Negenborn, R.R.; van Gelder, P. Ship collision avoidance methods: State-of-the-art. Saf. Sci. 2020,
121, 451–473. [CrossRef]
5. Chai, T.; Weng, J.; De-qi, X. Development of a quantitative risk assessment model for ship collisions in fairways. Saf. Sci. 2017,
91, 71–83. [CrossRef]
6. Rajko, S.; Lavalle, S.M. A pursuit-evasion BUG algorithm. In Proceedings of the 2001 IEEE ICRA International Conference on
Robotics and Automation (Cat. No.01CH37164), Seoul, Republic of Korea, 21–26 May 2003.
7. Pommerenck, J.K.; Roundy, D. Flat-histogram method comparison on the two-dimensional Ising model. Phys. Rev. E 2020,
102, 033306. [CrossRef]
8. Hong, M.J.; Arshad, M.R. A Balance-Artificial Potential Field Method for Autonomous Surface Vessel Navigation in Unstructured
Riverine Environment. Procedia Comput. Sci. 2015, 76, 198–202. [CrossRef]
9. Abebe, M.; Noh, Y.; Kang, Y.J.; Seo, C.; Kim, D.; Seo, J. Ship trajectory planning for collision avoidance using hybrid ARIMA-LSTM
models. Ocean. Eng. 2022, 256, 11–27. [CrossRef]
10. Heiberg, A.; Larsen, T.N.; Meyer, E.; Rasheed, A.; San, O.; Varagnolo, D. Risk-based implementation of COLREGs for autonomous
surface vehicles using deep reinforcement learning. Neural Netw. 2022, 152, 17–33. [CrossRef]
11. Han, S.; Wang, L.; Wang, Y. A COLREGs-compliant guidance strategy for an underactuated unmanned surface vehicle combining
potential field with grid map. Ocean. Eng. 2022, 255, 111355. [CrossRef]
12. Campbell, S.; Naeem, W.; Irwin, G. A review on improving the autonomy of unmanned surface vehicles through intelligent
collision avoidance manoeuvres. Annu. Rev. Control. 2012, 36, 267–283. [CrossRef]
13. Goodwin, E.M. A Statistical Study of Ship Domains. J. Navig. 1975, 28, 328–344. [CrossRef]
14. Zhou, J.; Ding, F.; Yang, J.; Pei, Z.; Wang, C.; Zhang, A. Navigation safety domain and collision risk index for decision support of
collision avoidance of USVs. Int. J. Nav. Archit. Ocean. Eng. 2021, 13, 340–350. [CrossRef]
15. Ibadurrahman; Hamada, K.; Wada, Y.; Nanao, J.; Watanabe, D.; Majima, T. Long-Term Ship Position Prediction Using Automatic
Identification System (AIS) Data and End-to-End Deep Learning. Sensors 2021, 21, 7169. [CrossRef]
16. Tam, C.; Bucknall, R.; Greig, A. Review of Collision Avoidance and Path Planning Methods for Ships in Close Range Encounters.
J. Navig. 2009, 62, 455–476. [CrossRef]
17. Szlapczynski, R. Evolutionary Sets Of Safe Ship Trajectories: A New Approach To Collision Avoidance. J. Navig. 2011, 64, 169–181.
[CrossRef]
18. Polvara, R.; Sharma, S.; Wan, J.; Manning, A.; Sutton, R. Obstacle Avoidance Approaches for Autonomous Navigation of
Unmanned Surface Vehicles. J. Navig. 2018, 71, 241–256. [CrossRef]
19. Zhao, Y.; Li, W.; Shi, P. A real-time collision avoidance learning system for Unmanned Surface Vessels. Neurocomputing 2016,
182, 255–266. [CrossRef]
20. Yu, Y.; Chen, L.; Shu, Y.; Zhu, W. Evaluation model and management strategy for reducing pollution caused by ship collision in
coastal waters. Ocean. Coast. Manag. 2021, 203, 105446. [CrossRef]
21. Szlapczynski, R. Evolutionary Sets of Safe Ship Trajectories within Traffic Separation Schemes. J. Navig. 2013, 66, 65–81. [CrossRef]
22. Brcko, T.; Androjna, A.; Srse, J.; Boć, R. Vessel Multi-Parametric Collision Avoidance Decision Model: Fuzzy Approach. J. Mar.
Sci. Eng. 2021, 9, 49. [CrossRef]
23. Hasegawa, K.; Kouzuki, A. Automatic Collision Avoidance System for Ships Using Fuzzy Control. J. Kansai Soc. Nav. Archit.
1987, 205, 1–10.
24. Wu, B.; Yip, T.L.; Yan, X.; Guedes Soares, C. Fuzzy logic based approach for ship-bridge collision alert system. Ocean. Eng. 2019,
187, 106152. [CrossRef]
25. Goerlandt, F.; Kujala, P. Traffic simulation based ship collision probability modeling. Reliab. Eng. Syst. Saf. 2011, 96, 91–107.
[CrossRef]
Sensors 2023, 23, 4567 18 of 18
26. Horteborn, A.; Ringsberg, J.W. A method for risk analysis of ship collisions with stationary infrastructure using AIS data and a
ship manoeuvring simulator. Ocean. Eng. 2021, 235, 109396. [CrossRef]
27. Fox, D.; Burgard, W.; Thrun, S. The dynamic window approach to collision avoidance. IEEE Robot. Autom. Mag. 1997, 4, 23–33.
[CrossRef]
28. Chang, L.; Shan, L.; Jiang, C.; Dai, Y. Reinforcement based mobile robot path planning with improved dynamic window approach
in unknown environment. Auton. Robot. 2020, 45, 51–76. [CrossRef]
29. Hall, J.; Anderson, D. Reactive route selection from pre-calculated trajectories - application to micro-UAV path planning. Aeronaut.
J. 2011, 115, 635–640. [CrossRef]
30. Kabir, A.M.; Thakar, S.; Malhan, R.K.; Shembekar, A.V.; Gupta, S.K. Generation of synchronized configuration space trajectories
with workspace path constraints for an ensemble of robots. Int. J. Robot. Res. 2021, 40, 98808. [CrossRef]
31. Lv, Z.; Jie, Z.; Jin, J.; Qi, L.; Gao, B. Energy Consumption Research of Mobile Data Collection Protocol for Underwater Nodes
Using an USV. Sensors 2018, 18, 1211. [CrossRef]
32. Dobrevski, M.; Skočaj, D. Adaptive Dynamic Window Approach for Local Navigation. In Proceedings of the IEEE/RSJ
International Conference on Intelligent Robots and Systems (IROS), Las Vegas, NV, USA, 24 October–24 January 2020; pp.
6930–6936. [CrossRef]
33. Liu, L.; Yao, J.; He, D.; Chen, J.; Huang, J.; Xu, H.; Wang, B.; Guo, J. Global Dynamic Path Planning Fusion Algorithm Combining
Jump-A* Algorithm and Dynamic Window Approach. IEEE Access 2021, 9, 19632–19638. [CrossRef]
34. Zhu, M.; Hahn, A.; Wen, Y.Q.; Sun, W.Q. Optimized support vector regression algorithm-based modeling of ship dynamics. Appl.
Ocean. Res. 2019, 90, 101842. [CrossRef]
35. Kobayashi, M.; Motoi, N. Local Path Planning Method Based on Virtual Manipulators and Dynamic Window Approach for a
Wheeled Mobile Robot. In Proceedings of the 2021 IEEE/SICE International Symposium on System Integration (SII), Iwaki,
Fukushima, Japan, 11–14 January 2021; pp. 499–504. [CrossRef]
36. Kobayashi, M.; Motoi, N. Local Path Planning: Dynamic Window Approach With Virtual Manipulators Considering Dynamic
Obstacles. IEEE Access 2022, 10, 17018–17029. [CrossRef]
37. Muske, K.R.; Ashrafiuon, H.; Haas, G.; Mccloskey, R.; Flynn, T. Identification of a control oriented nonlinear dynamic USV model.
In Proceedings of the 2008 IEEE American Control Conference, Seattle, WA, USA, 11–13 June 2008.
38. Shin, J.; Kwak, D.J.; Lee, Y.i. Adaptive Path-Following Control for an Unmanned Surface Vessel Using an Identified Dynamic
Model. IEEE/ASME Trans. Mechatron. 2017, 22, 1143–1153. [CrossRef]
39. Tristan, P.; Tzeng, C.-Y.; Goodwin, G.C. Model Predictive Rudder Roll Stabilization Control for Ships. IFAC Proc. Vol. 2000, 33,
45–50.
40. Kim, D.H. Human factors influencing the ship operator’s perceived risk in the last moment of collision encounter. Reliab. Eng.
Syst. Saf. 2020, 203, 107078. [CrossRef]
41. Silan, J.L.; Niemann, D.L.; Ribaya, B.P.; Rahman, M.; Meyyappan, M.; Nguyen, C.V. Carbon nanotube pillar arrays for achieving
high emission current densities. Appl. Phys. Lett. 2009, 95, 56–69. [CrossRef]
42. Komen, D.; Neilsen, T.B.; Mortenson, D.B.; Acree, M.C.; Hodgkiss, W.S. Seabed type and source parameters predictions using
ship spectrograms in convolutional neural networks. J. Acoust. Soc. Am. 2021, 149, 1198–1210. [CrossRef]
43. Szlapczynski, R.; Szlapczynska, J. A ship domain-based model of collision risk for near-miss detection and Collision Alert
Systems. Reliab. Eng. Syst. Saf. 2021, 214, 107766. [CrossRef]
44. Szlapczynski, R.; Szlapczynska, J. Review of ship safety domains: Models and applications. Ocean. Eng. 2017, 145, 277–289.
[CrossRef]
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual
author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to
people or property resulting from any ideas, methods, instructions or products referred to in the content.