Related Experiment Video
Updated: Feb 28, 2026

Operation of the Collaborative Composite Manufacturing CCM System
Published on: October 1, 2019
Obstacle Avoidance Path Planning for Robotic Arms Using a Multi-Strategy Collaborative Bidirectional RRT* Algorithm
Xiangchen Ku1, Erzhou Zhu1, Sen Li1
1School of Mechatronics Engineering, Henan University of Science and Technology, Luoyang 471003, China.
Abstract:
In response to issues such as insufficient bias in random sampling, low convergence efficiency, inadequate path search efficiency, and lack of path smoothness encountered by the traditional RRT* algorithm during path planning, an improved algorithm is proposed. First, a dynamic ellipsoidal sampling strategy is introduced, which accelerates the exploration of the path space by adaptively adjusting the sampling region. Additionally, a bidirectional RRT* algorithm is employed, establishing two alternately growing search trees to perform bidirectional search, thereby effectively enhancing the convergence speed of the algorithm. Second, a dynamic goal-biased strategy is adopted, which greedily guides the random tree to grow rapidly toward the goal point, thereby improving planning efficiency. A heuristic search scheme is integrated with the RRT* algorithm to further increase convergence speed. A random sampling expansion strategy is utilized to guide the tree to expand into unexplored regions, avoiding local minima while ensuring global search capability. Local reconnection optimization is applied to reduce the cumulative path cost of new nodes while balancing path length, smoothness, and safety. To reduce the number of iterations, an improved artificial potential field method is incorporated into the growth process of the bidirectional random search trees, providing directional guidance for their expansion. Finally, path pruning techniques are applied to eliminate redundant nodes from the initial path, and a cubic B-spline interpolation algorithm is used to smooth the pruned path, generating a final trajectory with continuous curvature suitable for tracking. Quantitative analysis of simulation experiments in three-dimensional space shows that in both simple and complex environments, compared with the RRT, GB-RRT, BI-RRT, APF-RRT, and BI-APF-RRT* algorithms, the improved RRT* algorithm reduces planning time by approximately 58-90%, decreases the number of path nodes by about 31-91%, and shortens path length by around 8-20%, demonstrating the superiority of the proposed algorithm.
Related Concept Videos
Rolling Resistance: Problem Solving
Relative Motion Analysis using Rotating Axes-Problem Solving
Here, in order to determine the magnitude of velocity and acceleration for point...
Two-Dimensional Force System: Problem Solving
The first step to solving a two-dimensional force system problem is to draw a free-body diagram of the object under consideration. This diagram helps identify all the external forces acting on the object, including their...
Three-Dimensional Force System:Problem Solving
To solve a three-dimensional force system, first resolve each force into its respective scalar components. Do this using...
Collisions in Multiple Dimensions: Problem Solving
A small car of mass 1,200 kg traveling east at 60 km/h collides at an intersection with a truck of mass 3,000 kg traveling due north at 40 km/h. The two vehicles are locked together. What is the...
Planar Rigid-Body Motion
Planar motion is typically divided into three distinct categories. The first is rectilinear translation, demonstrated by a subway train that moves along...

