News

In mobile robots and unmanned vehicles, it is important to determine the obstacle and collision-free path for safe and smooth movements. A* algorithm is a heuristic functionbased path-planning ...
The path solved by A* algorithms will go through some unnecessary nodes and increase the length of the path. In order to improve this drawback, when expanding nodes, the location of specific expanding ...