field of path planning, but it has problems such as
slow convergence speed and easy to fall into local
optima. They aim to improve the accuracy and
efficiency of robot path planning by improving the
ant colony hybrid algorithm. Chen Yongkang, Pu
Dekui, and He Xiaoli conducted research on robot
path planning based on PSO fusion ant colony
algorithm (Chen et al, 2024). PSO (particle swarm
optimization algorithm) has strong global search
ability and is expected to overcome the shortcomings
of ant colony algorithm and find better paths,
providing better solutions for robot path planning in
complex environments (Chen et al, 2024).
Liu Zhen and Zhang Hong integrated improved
bidirectional A * and dynamic window method for
path planning of warehouse mobile robots. The
bidirectional A * algorithm can effectively reduce the
search space and improve search efficiency by
searching from both the starting and ending points
simultaneously; The dynamic window method
focuses on considering the kinematic and dynamic
constraints of the robot, making the planned path
more in line with the actual motion of the robot. The
integration of the two can help solve the complex
scenarios and dynamic changes faced by mobile robot
path planning in warehousing environments (Liu,
Zhang, 2025).
In the field of optimizing traditional path planning
algorithms, foreign scholars have conducted
numerous in-depth and groundbreaking studies.
In the early days, some scholars focused on
improving the search efficiency and accuracy of
algorithms. For example, Smith proposed a new node
storage and retrieval method by improving the data
structure of Dijkstra's algorithm, significantly
reducing the algorithm's search space and improving
the efficiency of path planning in complex
environments, laying the foundation for subsequent
research. Subsequently, Jones introduced a
hierarchical search strategy to address the problem of
slow search speed of the A * algorithm in large-scale
maps. The map is layered according to certain rules,
and a fast coarse search is first performed in the
higher layers to determine the approximate direction
before a fine search is performed in the lower layers.
This effectively reduces the time complexity of the
algorithm and makes the A * algorithm more practical
in practical application scenarios such as autonomous
driving navigation.
In recent years, with the rapid development of
intelligent technology, foreign research has begun to
integrate machine learning, artificial intelligence, and
other technologies into the optimization of traditional
path planning algorithms. Brown (2020) combined
reinforcement learning with Dijkstra's algorithm,
dynamically adjusting path planning strategies
through the agent's continuous exploration and
learning in the environment to adapt to the
uncertainty of the environment, and achieved good
results in robot unknown environment path planning.
Davis optimized the heuristic function of the A *
algorithm using neural network models in deep
learning, enabling the algorithm to better learn
environmental features and generate better paths,
demonstrating significant advantages in path
planning in complex geographic environments.
There have also been many achievements in
optimizing traditional path planning algorithms for
specific application scenarios. For example, in the
field of logistics and warehousing, foreign scholars
are constantly exploring more efficient path planning
methods. Chen Xiaosong et al. proposed a four-way
shuttle vehicle path planning method based on an
improved A * algorithm (Chen et al, 2025). This
method improves the A * algorithm based on the
operating characteristics of four-way shuttle vehicles
in warehousing environments. By optimizing the
heuristic function and fully considering factors such
as warehouse shelf layout and cargo storage location,
the four-way shuttle vehicle can quickly and
accurately plan the optimal driving path, thereby
improving the operational efficiency of warehousing
logistics. This study not only enriches the
optimization strategies of traditional path planning
algorithms in specific scenarios, but also provides
new ideas and references for path planning research
in similar logistics and warehousing scenarios abroad,
promoting further development in this field.
2 METHODS
2.1 Application of Dynamic Heuristic
Functions
The application of dynamic heuristic functions in the
field of path planning is gradually increasing,
especially when dealing with dynamic environments,
which can effectively improve the efficiency and
accuracy of path planning algorithms. This type of
function can more accurately reflect the current state
of the environment by adjusting heuristic information
in real time, thereby guiding search algorithms to find
better paths. Especially in the fields of mobile robots
and autonomous driving, the flexibility of dynamic
heuristic functions enhances the system's ability to
respond to environmental changes.