Abstract
A traditional A-Star (A*) algorithm generates an optimal path by minimizing the path cost. For a vessel, factors of path length, obstacle collision risk, traffic separation rule and manoeuvrability restriction should be all taken into account for path planning. Meanwhile, the water current also plays an important role in voyaging and berthing for vessels. In consideration of these defects of the traditional A-Star algorithm when it is used for vessel path planning, an improved A-Star algorithm has been proposed. To be specific, the risk models of obstacles (bridge pier, moored or anchored ship, port, shore, etc.) considering currents, traffic separation, berthing, manoeuvrability restriction have been built firstly. Then, the normal path generation and the berthing path generation with the proposed improved A-Star algorithm have been represented, respectively. Moreover, the problem of combining the normal path and the berthing path has been also solved. To verify the effectiveness of the proposed A-Star path planning methods, four cases have been studied in simulation and real scenarios. The results of experiments show that the proposed A-Star path planning methods can deal with the problems denoted in this article well, and realize the trade-off between the path length and the navigation safety.
1. Introduction
The autonomous surface vessel (ASV) technologies have grown rapidly and obtained more attention than ever both in military and commercial applications [1]. Among them, path planning in complex navigation area is one of most difficult and challenging topics that need to be developed. The aim of path planning is to find the optimal navigation path from the start location to the destination location [2]. Generally, path planning can be divided to two classes, i.e., global path planning and local path planning (real-time) [3]. A global path planner usually calculates paths off-line in static environments with stationary obstacles. In contrast, a local path planner usually calculates paths on-line in dynamic environments with moving obstacles. For the global planning, path length, risk factor, dynamic constraint, etc. should be considered at the same time. Specifically, current effect and navigation rules should also be included during the path planning for a vessel. In this article, we try to propose a global path planning method to satisfy the requirements of safety and efficiency for autonomous surface vessel. For a vessel, especially an autonomous surface vessel, factors of the path length, the obstacle collision risk, the traffic separation rule and the manoeuvrability restriction should be all taken into account when a path is planned for navigation. To solve these problems, a lot of studies for vessel path planning have been conducted. For instance, Szlapczynsk reported a ship route finding method with turn penalties and collision avoidance [4]; Kim et al. put forward a grid map-based path planning method with the kinematic constraint of the vessels [5]; Lyu et al. proposed a path-guided hybrid artificial potential field (PGHAPF) method to generate adaptive, collision-free and International Regulations for Preventing Collisions at Sea (COLREGS)-constrained paths in restricted waters [6,7]. However, the majority of path planning methods did not consider the current effect, berthing requirements and traffic separation rule together much. In recent years, Ma et al. proposed a dynamic augmented multi-objective particle swarm optimization (PSO) algorithm to obtain a path considering the path length, smoothness, economical efficiency and safety for unmanned surface vehicles [8]. Though this algorithm can get good performance of path planning, the PSO based method usually has the possibility of trapping in a local optima and the berthing requirements were not taken into account. For the berthing problem during path planning, Lee et al. proposed an EEA* algorithm considering hydrodynamic effects, angular constraint and head angle confinement at the goal point [9]. The head angle confinement could be a good attempt to solve the berthing problem, which, however, cannot guarantee the availability of the berthing path accord to the instructions of berthing in [10]. To obey the traffic separation rule for path planning, on the basis of the research of [4], Szlapczynski proposed an improved Evolutionary Algorithms (EA) method considering the Traffic Separation Schemes (TSS) [11]. We think that these attempts for solving the vessel path planning problems are beneficial. However, the demands of the vessel path planning proposed in this article have not been all satisfied, e.g., the risk of an obstacle in the upstream of current should be higher than that in the downstream of current, a berthing path should be generated considering the current effects, and the traffic separation rule should be modelled as a risk of path planning.
Grid map-based global path planning algorithms have been applied frequently and widely because their advantages in computation time and avoidance of local optimum [12]. A Dijkstra path planning algorithm based on grid map was first proposed in [13], which is to find the shortest paths between nodes in a graph. Dijkstra algorithm creates an open list and a closed list to denote the next alternative nodes and the selected nodes, respectively. A node in the open list will be transferred to the closed list when the distance from the start node is less than the best path so far [14]. In consideration of low search efficiency of Dijkstra path planning algorithm, an improved algorithm extended from Dijkstra algorithm, i.e., A-Star (A*) algorithm, was introduced by [15]. In contrast to the Dijkstra algorithm, A-Star algorithm transfers a node in the open list to the closed list by introducing the node potential that is the underestimate of the remaining distance to the destination node. A-Star algorithm has higher efficiency mainly because the node potential gives the direction to the destination node. A-Star algorithm forms the backbone of vehicle navigation systems, which has been used for robots, road vehicles, unmanned aerial vehicles, humans, etc. [2,14,16,17,18]. A traditional A-Star path planning algorithm generates an optimal path only by minimizing the path length in a grid map. Improvements for the A-Star algorithm have been done all the time. Bell proposed a Hyperstar algorithm based on A-Star approach for risk averse vehicle navigation [14]. Pochmara et al. improved the A-Star to decrease the computer calculation cost [19]. Fernandes et al. presented an enhanced A-Star algorithm capable of generating smooth and feasible paths considering orientation restrictions [2]. These improvements for the A-Star algorithm have solved several specific problems and widen the application areas. However, for the path planning of vessels, the A-Star and the A-Star based methods still need to be improved to generate safer and more efficient paths.
This study presents an improved A-Star based global path planning method to satisfy the requirements of the economy (path length), the obstacle avoidance, the traffic separation rule, the berthing and the manoeuvrability restriction considering the water current effects at the same time. The remainder of this article is organized as follows. Risks of the obstacles, the traffic separation, the berthing, manoeuvrability restriction are modelled in Section 2. In Section 3, an improved A-Star path planning algorithm considering risk models is proposed. In Section 4, four simulation case studies are carried out to verify the performance of the proposed methods for the normal path planning, berthing path planning and combined path planning, respectively. In the Section 5, the conclusions and future directions are presented.
2. Risk Modelling
During path planning, to find a shortest waterway is not the ultimate goal for a vessel because the safety of the vessel usually obtains more attention than the operation efficiency. However, existing path planning algorithms usually ignored the impact on the vessel safety when a vessel voyages nearby obstacles, such as bridge pier, shore, other vessels, port, etc., when the water current speed is large enough to be considered, when the traffic separation has been carried out, or when a vessel is for berthing. Hence, it is necessary to build relevant risk models to denote the impacts of these factors. In this section, we propose the four risk models designed for the obstacles, traffic separation, berthing and manoeuvrability, respectively.
2.1. Obstacle Modelling With Current
The traditional A-Star algorithm can generate an optimal path with keeping off the obstacle nodes, which shown in Figure 1. From Figure 1, it can be seen that the generated path could be very close to obstacles to guarantee the path shortest. However, if this path is adopted by a sailing vessel as the planning route, the vessel will have a high risk to collide the obstacles. Meanwhile, the current will also increase the collision risk if the current pushes the vessel to approach one of obstacles. Therefore, it is indispensable to consider both keeping an appropriate distance from obstacles and current influence during path planning.
Figure 1.
The grid map and path generated by the traditional A-Star.
The obstacles for vessel can be divided into 5 types, namely, bridge pier, shore, vessel, port, and others. Different types of obstacles have different risks for vessel navigation. The risk degree of navigable node nearby obstacle node is defined as follows:
where d stands for the Euclidean distance from an navigable node to the obstacle node . a stands for the risk coefficient for different types of obstacles. In this article, a is assigned as for bridge pier, shore, vessel, port, and others. stands for the current velocity. stands for the direction coefficient, which is as follows:
where, is the current direction toward the true North; is the node direction relative to obstacle node toward the true North, i.e., the direction of vector toward the true North.
A grid map considering the obstacle with current is represented in Figure 2. In Figure 2, the number in a navigable node denotes the risk degree, and the direction and length of an arrow denote the current direction and velocity, respectively. A navigable node could have k risk degree values if there exist k obstacle nodes nearby according to Equation (1). In this case, the maximum one will be selected as the final risk degree. Therefore, the final risk degree of node , , is defined as follows:
Figure 2.
The grid map considering obstacles with current.
In Figure 2, the path is generated by the traditional A-Star algorithm, which chooses an optimal path node without considering the risk degree of the path node.
2.2. Traffic Separation Modelling
Similar to the lane separation for vehicle driving on the road, a vessel also needs to obey the traffic separation rule in the waterway to decrease the risk of collision and increase the operation efficiency. Based on the traffic separation rule, a risk model of traffic separation for a navigable node is built as:
where is the navigation direction by rule toward the true North. Assume that the path is defined as , at node is the direction of the path vector toward the true North. When the navigation direction is consistent with the path vector direction, i.e., ; otherwise, . The grid map considering traffic separation is shown in Figure 3. From Figure 3, the path generated by the traditional A-Star algorithm cannot guarantee the planning path to be consistent with the navigation direction by rule.
Figure 3.
The grid map considering traffic separation.
2.3. Berthing Modelling Considering Current
When a vessel needs to berth at a port or an anchorage in a waterway with a non-ignorable current, the vessel usually berths into the current, which means the vessel motion direction is opposite to the current direction. The reasons for it are summarized as: (1) it will give the vessel the advantage of relatively high speed through the water with a reduced speed over the ground; (2) it can be used to push the vessel alongside [10]. Figure 4 shows the berthing path is generated by the traditional A-Star algorithm. From Figure 4, the vessel motion direction planed by the traditional A-Star algorithm is the same as the current direction, which is not beneficial for the berthing. Hence, if the destination node is a berthing node, the berthing path should be considered.
Figure 4.
The berthing path generated by traditional A-Star algorithm.
The generated path with a berthing destination node consists of the normal path and the berthing path . The berth path should consider the current effect. In contrast to the normal A-Star algorithm, the berthing path has no specific destination node with the berth node as the start node. Therefore, how to generate a berth path without a destination node is a key point to deal with.
The berthing risk of a navigable node , , is modelled as follows:
where , and is a constant coefficient. is the sequence number of node from the berth node, in which is the node number of the berthing path. and are defined in Equation (4). The specific procedure to generate the berthing path will be described in Section 3.2.2.
2.4. Manoeuvrability Restriction Modelling
The minimum turning radius of a vessel represents the turning ability of the vessel when following a predefined path. Actually, this ability is restricted to the manoeuvrability of the vessel. If the restriction of turning radius is not set, the generated path could not be followed by the vessel and the risk of collision and stranding could even happen.
Assume that , , are the continuous nodes of a path, which is shown in Figure 5.
Figure 5.
The restriction of turning radius.
is the included angle between line and line . l is the shorter length between the length of and the length of . A circle is built through node , which is tangent to line and line . Then the radius of the circle, , is obtained:
If the minimum turning radius of the vessel is greater than , it means that the continuous nodes , , is not available for this vessel, and vice versa. Hence, a risk model for manoeuvrability restriction is defined as follows:
where is a constant coefficient.
3. Improved A-Star Algorithm
In consideration of the limitations of the traditional A-Star algorithm applying in the path planning of vessels, an improved A-Star algorithm is studied in this section based on the risk models built in Section 2. The traditional algorithm is introduced first, and then an A-Star algorithm considering risk modelling is presented.
3.1. Traditional A-Star Algorithm
A-Star algorithm was first proposed and described in detail in [15]. The A-Star algorithm aims to find a path from the start node () to the destination node () with the smallest cost, e.g., least distance. The flowchart of the traditional A-Star algorithm is denoted in Algorithm 1.
| Algorithm 1 Traditional A-Star algorithm () |
|
The evaluation function of is defined as:
where is the cost of the path from to , and is a heuristic function that estimates the cost of the cheapest path from to . can be Euclidean distance (Manhattan distance or Chebyshev distance) from to , or other functions denoting the cost from to as in [9]. Please note that in contrast to the A-Star algorithm, the Dijkstra algorithm has no heuristic function that can accelerate the rate of finding an optimal path. The Euclidean distance is selected as in this article.
3.2. A-Star Algorithm Considering Risk Models
If an A-Star algorithm is used to the path planning for vessels. Theoretically, the traditional A-Star algorithm can find the shortest path, which is not nevertheless the optimal path for vessels in some scenarios. In this section, we try to consider the path length, the path risk and navigation rules simultaneously during the path planning. According to the destination, a normal path generation and berthing path generation are introduced with a non-berthing destination and berthing destination.
3.2.1. Normal Path Generation of Vessels
To satisfy the requirements of considering risks for vessel path planning, model (8) needs to be modified. Here, is redesigned as:
where is the newly defined cost of the path from to . is a constant coefficient. is defined as:
where is the node amount from to , i.e., , , , …, , in which represents the parent node of N.
is the Euclidean distance between kth node to th node, where k stands for the node sequence from the start node. To be specific, assuming that the coordinates of kth node is , then is as follows:
is the risk function, which is as follows:
where , and are defined in Equations (3), (4) and (7), respectively. Please note that if traffic separation rule is not carried out in certain waterway.
A new evaluation function is defined as:
where is a constant coefficient. In contrast with (8), is added to balance the weight between and . Assuming that the coordinates of are and the coordinates of are , then is as follows:
The proposed A-Star algorithm of the normal path generation is presented as Algorithm 2.
| Algorithm 2 Normal path generation with the improved A-Star algorithm () |
|
3.2.2. Berthing Path Generation of Vessels
As previously mentioned, when the destination node is the berthing one, a specific path planning rule should be obeyed in order to guarantee the safety of vessels. The algorithm of generating berthing path described in Section 2.3 is presented in Algorithm 3, in which is the starting node of .
The evaluation function for berthing path generation, , is defined as:
where is a constant coefficient. at any time since the destination node is not known before the berthing path generation finishes. is as follows:
where at any time, is a constant coefficient. is as follows:
Please note that the traffic separation rule is not considered for the berthing path generation, i.e., at any time, because a vessel in the berthing process always finds the path that is against the current ignoring the traffic separation rule temporarily.
Please note that and are both eliminated in (18) since and are constant to 0.
| Algorithm 3 Berthing path generation algorithm () |
|
3.2.3. Combined Path Generation of Vessels
In most of path planning scenarios, the normal path and the berthing path both need to be generated. Therefore, it should be considered that how to combine the normal path and the berthing path. The main problem is that the manoeuvrability risk defined in (7) could be high, which will increase the risk of collision or stranding when the connection node of the normal path and the berthing path is inappropriate. For instance, in Figure 6, the sharp turn could not be tracked well by the vessel. The distance between two adjacent nodes, , is usually relevant to the minimum radius of the vessel, . In this article, we set .
Figure 6.
The combined path with a sharp turn.
The combined path consists of the normal path and the berthing path , i.e., . To avoid a sharp turn at node , i.e., , where is the first node of , a new node can be added between and the second node of . As shown in Figure 7, a node is added to eliminate the sharp turn and make the generated path smooth enough be followed.
Figure 7.
The combined path to deal with a sharp turn.
The algorithm of adding node or smoothing the combined path is denoted in Algorithm 4.
| Algorithm 4 Smoothing the combined path algorithm () |
|
4. Case Study
To verify the effectiveness of the proposed improved A-Star path planning method, simulation experiments are conducted in this section. Firstly, a normal path is generated by the proposed A-Star algorithm in consideration of obstacle, traffic separation and manoeuvrability risk, and the performance of path planning is compared between the proposed A-Star method and traditional A-Star method. Then, the berthing path planning is realized by the proposed A-Star algorithm, and the berthing path is evaluated. The combination of the normal path and the berthing path is conducted by the proposed A-Star algorithm and the performance of the combined path is compared with the uncombined path. Finally, the proposed improved A-Star method is used to generate the path in a real scenario in Yangtze waterway.
4.1. Case 1: Normal Path Planning
During the normal path planning, the obstacle risk and the manoeuvrability restriction risk are always considered, and it depends on the traffic rule that whether the traffic separation risk is considered or not. In this case, all these types of risks are all taken into consideration.
4.1.1. Setup
To model the obstacle risk, related model parameters need to be determined. It is known that the current velocity near the shore is smaller than one far away from the shore. Hence, at node is set as:
where is the vertical distance from node to the nearest shore node. Other parameters are shown in Table 1. The vessel starts from the start node to the destination node .
Table 1.
Parameter initialization.
4.1.2. Results
The normal path generation performance with a traditional A-Star algorithm and an improved A-Star algorithm for vessels is shown in Figure 8. From Figure 8, it can be seen that the traditional A-Star algorithm generates the optimal path only by taking the shortest path length as the standard. On the contrary, the improved A-Star algorithm considers the path length, obstacle risk, the traffic separation rule and manoeuvrability restriction simultaneously. Specifically, the path length of the traditional A-Star algorithm and the improved A-Star algorithm is and , respectively. Generally, the improved A-Star algorithm will generate a longer path than the traditional A-Star algorithm.
Figure 8.
Normal path generation with a traditional A-Star algorithm and an improved A-Star algorithm for vessels (The definition of the graphic symbols in this figure is the same as the definition in Figure 7).
The sum of path node obstacle risk for the traditional A-Star algorithm and the improved A-Star algorithm is 150 and 22, respectively. The path generated by the traditional A-Star algorithm has much higher risk to collide with obstacles. For instance, the vessel is too close to the bridge piers and other vessels, which could increase the collision risks enormously in Figure 8.
The path generated by the improved A-Star algorithm has taken into account the traffic separation rule, which decreases the risk of collision with other navigating vessels. Moreover, the manoeuvrability risk is also considered in the improved A-Star algorithm to avoid the vessel failing to track the generated path.
In summary, the improved A-Star algorithm can improve the navigating safety with slightly increasing the path length.
4.2. Case 2: Berthing Path Planning
4.2.1. Setup
As previously mentioned, a vessel should berth into the current when the vessel needs to anchor or berth at a port. In this case, the vessel starts from the node of to the port whose node is . The node number of berthing path is set to 6. The other parameters are the same as Table 1. The performance of the berthing path planning is presented as Figure 9.
Figure 9.
Berthing path generation with an improved A-Star algorithm considering berthing and an A-Star algorithm not considering berthing for vessels (The definition of the graphic symbols in this figure is the same as the definition in Figure 7).
4.2.2. Results
In Figure 9, the path generated by the A-Star algorithm without considering the berthing path is hard to berth to the port because the vessel cannot be manipulated well if the current direction is consistent with the vessel sailing direction. When the berthing procedure is taken into account, the berthing path and the berthing node are obtained firstly according to Algorithm 3, specifically, the coordinates of are . Then, the normal path can be generated with the destination node . Finally, and are combined to become the complete path .
4.3. Case 3: Combined Path Planning
4.3.1. Setup
When combining normal path and berthing path , a sharp turn could encounter in the combination node, which will result in that the vessel cannot track the path because of the restriction of vessel’s manoeuvrability. In this case, the vessel needs to berth in an anchorage from node to node . The parameters are the same as Table 1 except the node range of x axis changes to 28. The comparison of path planning with considering smoothing the path or without considering smoothing the path is presented in Figure 10.
Figure 10.
Combined path generated by an improved A-Star algorithm considering or not considering smoothing (The definition of the graphic symbols in this figure is the same as the definition in Figure 7).
4.3.2. Results
As shown in Figure 10, a sharp turn appears when smoothing the path is not considered. The sharp turn is eliminated when the smoothing strategy denoted by Algorithm 4 is applied. When the number of candidates for the added node are more than one, a candidate node with the least risk defined in Algorithm 4 is selected.
4.4. Case 4: Path Planning in Real Scenario
A real scenario, Wuhan waterway in Yangtze River, is selected to verify the effectiveness of the improved A-Star method in this case. In this scenario, a vessel is planned to navigate from one side of the river to the other side of the river in a bridge zone, which is shown in Figure 11. The navigable area for crossing bridge is indicated by the two beacon vessels, i.e., the middle area between the beacon vessel is navigable. To apply the proposed path planning method, the grid length, , is set as 50 m, and the minimum radius of vessel, , is set as 45 m. The latitude and longitude coordinates of the start point is (N, E), and the latitude and longitude coordinates of the destination point is (N, E). Please note that the traffic separation rule is not applied by the navigation rule in this waterway. Sailing vessels in this scenarios are not recognized as the obstacles because only moored or anchored vessels are considered as obstacles for the global path planning in this article. The other parameters are set the same as Case 1.
Figure 11.
The path planned by the proposed A-Star algorithm in Wuhan waterway of Yangtze river.
The paths planned with the proposed A-Star algorithm, which consists of the normal path and the berthing path, and the traditional A-Star algorithm are shown in Figure 11, respectively. From Figure 11, it can be seen that the traditional A-Star has high risk to collide with the bridge and cannot guarantee the safety of berthing. To verify that a heuristic algorithm, e.g., A-Star algorithm, has a higher efficiency than a non-heuristic algorithm. The computation time records for A-Star algorithm with the improved A-Star algorithm and the search algorithm without heuristic guide for this case are 935 ms and 1127 ms, respectively. It means that the algorithm without heuristic guide actually has a higher efficiency. The path smoothed with the uniform B-spline curve of order 3 for the improved A-Star algorithm is shown Figure 12. The path in Figure 12 can be set as a safety path that can be followed by a vessel.
Figure 12.
The smoothed path planned by the proposed A-Star algorithm in Wuhan waterway of Yangtze river.
5. Conclusions and Future Research
According to the defects of the traditional A-Star algorithm when it is used for vessel path planning, an improved A-Star algorithm has been proposed in this article. Firstly, the risk models of obstacles (bridge pier, moored or anchored ship, port, shore, etc.) with currents, traffic separation, berthing, manoeuvrability restriction have been built. Then, the procedure of the normal path generation and the berthing path generation with the proposed A-Star algorithm have been depicted, respectively. Moreover, the problem of combining the normal path and the berthing path has been also solved. Four cases have been studied to verify the effectiveness of the proposed A-Star algorithm. The simulation and real experiment results show that the proposed A-Star path planning methods can avoid the high risk of obstacle collision, obey the separation rule and meet the requirements of berthing for vessels. In a word, the proposed algorithms can realize the trade-off between the path length and the navigation safety.
In future work, wind and water depth can be also considered during vessel path following, because wind will affect the ship navigation safety and economical efficiency, and shallow water will increase the vessel stranding risk.
Author Contributions
Conceptualization, C.L. and Q.M.; Methodology, C.L.; Software, C.L.; Validation, C.L and S.X.; Writing-Original Draft Preparation, C.L.; Writing-Review and Editing, C.L., Q.M. and X.C.; Visualization, X.C. and S.X.; Funding Acquisition, C.L, Q.M. and X.C.
Funding
This research is supported by the China Postdoctoral Science Foundation (2018M632923), the Wuhan Science and Technology Project (2017010201010132), and the Fundamental Research Funds for the Central Universities (2042017KF0235).
Conflicts of Interest
The authors declare no conflict of interest.
References
- Wuthishuwong, C.; Traechtler, A.; Bruns, T. Safe trajectory planning for autonomous intersection management by using vehicle to infrastructure communication. EURASIP J. Wirel. Commun. Networking 2015, 2015, 33. [Google Scholar] [CrossRef]
- Fernandes, E.; Costa, P.; Lima, J.; Veiga, G. Towards an orientation enhanced Astar algorithm for robotic navigation. In Proceedings of the 2015 IEEE International Conference on Industrial Technology (ICIT), Seville, Spain, 18 June 2015; pp. 3320–3325. [Google Scholar]
- Raja, P.; Pugazhenthi, S. Optimal path planning of mobile robots: A review. Int. J. Phys. Sci. 2012, 7, 1314–1320. [Google Scholar] [CrossRef]
- Szlapczynski, R. A new method of ship routing on raster grids, with turn penalties and collision avoidance. J. Navig. 2005, 59, 27–42. [Google Scholar] [CrossRef]
- Kim, H.; Park, B.; Myung, H. Curvature path planning with high resolution graph for unmanned surface vehicle. In Proceedings of the Robot Intelligence Technology and Applications (RiTA); Springer: Gwangju, Korea, 2013; pp. 147–154. [Google Scholar]
- Lyu, H.; Yin, Y. Fast path planning for autonomous ships in restricted waters. Appl. Sci. 2018, 8, 2592. [Google Scholar] [CrossRef]
- Lyu, H.; Yin, Y. COLREGS-constrained real-time path planning for autonomous ships using modified artificial potential fields. J. Navig. 2018, 1–21. [Google Scholar] [CrossRef]
- Ma, Y.; Hu, M.; Yan, X. Multi-objective path planning for unmanned surface vehicle with currents effects. ISA Trans. 2018, 75, 137–156. [Google Scholar] [CrossRef] [PubMed]
- Lee, T.; Kim, H.; Chung, H.; Bang, Y.; Myung, H. Energy efficient path planning for a marine surface vehicle considering heading angle. Ocean Eng. 2015, 107, 118–131. [Google Scholar] [CrossRef]
- Murdoch, E. A Master’s Guide to Berthing; The Standard; Witherby & Company: Witherby, UK, 2004. [Google Scholar]
- Rafal, S. Evolutionary Sets of Safe Ship Trajectories Within Traffic Separation Schemes. J. Navig. 2013, 66, 65–81. [Google Scholar]
- Kim, H.; Kim, D.; Shin, J.U.; Kim, H.; Myung, H. Angular rate-constrained path planning algorithm for unmanned surface vehicles. Ocean Eng. 2014, 84, 37–44. [Google Scholar] [CrossRef]
- Dijkstra, E.W. A note on two problems in connexion with graphs. Numer. Math. 1959, 1, 269–271. [Google Scholar] [CrossRef]
- Bell, M.G.H. Hyperstar: A multi-path Astar algorithm for risk averse vehicle navigation. Transp. Res. Part B Methodol. 2009, 43, 97–107. [Google Scholar] [CrossRef]
- Hart, P.E.; Nilsson, N.J.; Raphael, B. A formal basis for the heuristic determination of minimum cost paths. IEEE Trans. Syst. Sci. Cybern. 1968, 4, 100–107. [Google Scholar] [CrossRef]
- Rahman, S.M.M.; Al-Arif, A.H.M.; Ferdous, I.; Nizami, M.S.H. Path planning for robotic boats in a rescue system. Int. J. Comput. Appl. 2012, 45, 50–57. [Google Scholar]
- Sathyaraj, B.M.; Jain, L.C.; Finn, A.; Drake, S. Multiple UAVs path planning algorithms: A comparative study. Fuzzy Optim. Decis. Mak. 2008, 7, 257–267. [Google Scholar] [CrossRef]
- Yao, J.; Lin, C.; Xie, X.; Wang, A.J.A.; Hung, C.C. Path planning for virtual human motion using improved A* star algorithm. In Proceedings of the Seventh International Conference on Information Technology: New Generations (ITNG), Las Vegas, NV, USA, 1 July 2010; pp. 1154–1158. [Google Scholar]
- Pochmara, J.; Grygiel, W.; Koppa, R.; Kaminski, K. Mobile robot platform for real-time search algorithms. In Proceedings of the 20th International Conference on Mixed Design of Integrated Circuits and Systems, Gdynia, Poland, 10 October 2013; pp. 615–620. [Google Scholar]
© 2019 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (http://creativecommons.org/licenses/by/4.0/).