Abstract:To address the problems of slow path convergence, low efficiency, and poor smoothness of paths close to obstacles in indoor environments for mobile robots, an improved bidirectional Informed-RRT* algorithm is proposed. This method introduces two growing trees to perform alternating, opposing searches of the sampling space, while simultaneously selecting target biases for random points with a certain probability, thus achieving faster initial path acquisition. It adaptively expands the step size based on the surrounding environment of the current node, obtaining longer path step sizes in low-collision-risk areas. Parent node reselection and rewiring operations are performed on new nodes to optimize path quality. Redundant nodes in the initial path are pruned to shorten the algorithm's sampling space and reduce invalid sampling. To ensure safe movement of the mobile robot, an obstacle layer is set up, and local segmented cubic Hermite interpolation is used to smooth the final path. Experiments were conducted in 2D and 3D on Matlab and ROS robot simulation platforms, respectively. Simulation results show that the improved algorithm is more feasible and superior in terms of path planning time, number of path nodes, and path length, and exhibits stronger robustness in indoor scenarios with dynamic obstacles.