I. Introduction
Path planning for mobile robots refers to the process of determining the optimal route for a robot to travel from a starting point to a target point [1]–[2]. This process is one of the core challenges in the field of mobile robotics. Common path planning algorithms include the A * algorithm, RRT (Rapidly-exploring Random Tree) algorithm, and ACO (Ant Colony Optimization) algorithm [3]–[4]. These algorithms utilize heuristic information and cost functions to search for the optimal path within the environment. Furthermore, due to the potential variability of environments, path planning necessitates real-time and dynamic processing capabilities to promptly adjust routes in response to changes. Commonly employed algorithms for handling these dynamic challenges include the DWA (Dynamic Window Approach) algorithm and reinforcement learning algorithms, which further enhance the flexibility and adaptability of path planning [5]–[6].