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.
This study introduces an improved RRT* algorithm for faster and smoother path planning. The enhanced method significantly reduces planning time, path nodes, and path length in complex 3D environments.
Area of Science:
- Robotics and Control Systems
- Artificial Intelligence and Machine Learning
- Computational Geometry
Background:
- Traditional RRT* algorithm faces challenges including sampling bias, slow convergence, inefficient path searching, and poor path smoothness.
- These limitations hinder effective path planning in complex environments.
- Addressing these issues is crucial for advancing autonomous systems.
Purpose of the Study:
- To propose an improved RRT* algorithm that overcomes the limitations of the traditional approach.
- To enhance path planning efficiency, convergence speed, and path quality (smoothness, length, safety).
- To provide a superior path planning solution for 3D environments.
Main Methods:
- Implemented a dynamic ellipsoidal sampling strategy for adaptive exploration of the path space.
- Utilized a bidirectional RRT* algorithm with dynamic goal-biased sampling and heuristic search for accelerated convergence.
- Integrated an improved artificial potential field method for directional guidance and employed path pruning with cubic B-spline interpolation for path smoothing.
Main Results:
- The improved RRT* algorithm demonstrated significant reductions in planning time (58-90%) and path nodes (31-91%) compared to existing algorithms.
- Achieved an average path length reduction of 8-20% across simple and complex 3D environments.
- The final generated trajectory exhibited continuous curvature, suitable for practical tracking applications.
Conclusions:
- The proposed enhanced RRT* algorithm offers substantial improvements in path planning efficiency and quality.
- The combination of dynamic sampling, bidirectional search, goal-biasing, and smoothing techniques results in superior performance.
- This algorithm provides a robust and efficient solution for complex 3D path planning tasks.
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...

