Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Planar Rigid-Body Motion01:22

Planar Rigid-Body Motion

550
Understanding the movement of a rigid body in planar motion involves recognizing that every particle within this body is traversing a path that maintains a consistent distance from a specific plane. This concept is fundamental in the study of physics and mechanical engineering, and it allows us to comprehend better how objects move in space.
Planar motion is typically divided into three distinct categories. The first is rectilinear translation, demonstrated by a subway train that moves along...
550

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Nursing Management of Repeated Extubation Failure Following Colonic Volvulus Surgery in a Patient with Alstrom Syndrome: A Case Report.

Journal of inflammation research·2026
Same author

Inhibition of the <i>in vitro</i> colonic fermentation of cooked gluten by dietary fibers with individual fermentability.

Food & function·2026
Same author

Comparison of dose-adjusted EPOCH-R and R-CHOP in diffuse large B-cell lymphoma with high Ki67 expression: Results from a prospective observational study.

PloS one·2026
Same author

Potential of Minimal Residual Disease in Guiding Adjuvant Therapy Decisions in Non-Small Cell Lung Cancer.

JCO precision oncology·2026
Same author

Low-Temperature Construction of a Ti-O-C-Linked S-Scheme Heterojunction for Efficient Visible-Light Photocatalytic Redox Reactions.

Small (Weinheim an der Bergstrasse, Germany)·2026
Same author

Identification and functional characterization of a potential l-Homoserine exporter in <i>Corynebacterium glutamicum</i>.

Engineering microbiology·2026
Same journal

Turbulent flow in a vortex separator with a directed pipe inlet.

Scientific reports·2026
Same journal

Systematic characteristic evaluation of clay-based cementitious material derived from calcium carbide residue and waste tile powder.

Scientific reports·2026
Same journal

Retraction Note: Improvement of a rapid diagnostic application of monoclonal antibodies against avian influenza H7 subtype virus using Europium nanoparticles.

Scientific reports·2026
Same journal

Applying large language models to spam detection in the Kazakh low-resource language setting.

Scientific reports·2026
Same journal

An open-source 3D printing system enabling in-situ freeze-thaw processing of hydrogels.

Scientific reports·2026
Same journal

An enhanced EfficientNet framework for automated waste classification using cosine annealing and label smoothing.

Scientific reports·2026
See all related articles

Related Experiment Video

Updated: Sep 11, 2025

The Modular Design and Production of an Intelligent Robot Based on a Closed-Loop Control Strategy
11:53

The Modular Design and Production of an Intelligent Robot Based on a Closed-Loop Control Strategy

Published on: October 14, 2017

11.8K

A multi strategy bidirectional RRT* algorithm for efficient mobile robot path planning.

Yourui Huang1,2, Wenxin Jiang3, Shanyong Xu1

  • 1School of Electrical and Information Engineering, Anhui University of Science and Technology, Huainan, 232001, China.

Scientific Reports
|August 13, 2025
PubMed
Summary
This summary is machine-generated.

The Multi Strategy Bidirectional RRT* (MS-BI-RRT*) algorithm enhances mobile robot path planning by improving expansion efficiency and path quality. This novel approach significantly reduces execution time and increases success rates in complex environments.

Keywords:
Artificial potential fieldBidirectional RRT*Dynamic step sizeLocal translational expansionPath planning

Frequently Asked Questions

More Related Videos

Operation of the Collaborative Composite Manufacturing CCM System
10:09

Operation of the Collaborative Composite Manufacturing CCM System

Published on: October 1, 2019

6.7K
Insect-controlled Robot: A Mobile Robot Platform to Evaluate the Odor-tracking Capability of an Insect
09:00

Insect-controlled Robot: A Mobile Robot Platform to Evaluate the Odor-tracking Capability of an Insect

Published on: December 19, 2016

14.8K

Related Experiment Videos

Last Updated: Sep 11, 2025

The Modular Design and Production of an Intelligent Robot Based on a Closed-Loop Control Strategy
11:53

The Modular Design and Production of an Intelligent Robot Based on a Closed-Loop Control Strategy

Published on: October 14, 2017

11.8K
Operation of the Collaborative Composite Manufacturing CCM System
10:09

Operation of the Collaborative Composite Manufacturing CCM System

Published on: October 1, 2019

6.7K
Insect-controlled Robot: A Mobile Robot Platform to Evaluate the Odor-tracking Capability of an Insect
09:00

Insect-controlled Robot: A Mobile Robot Platform to Evaluate the Odor-tracking Capability of an Insect

Published on: December 19, 2016

14.8K

Area of Science:

  • Robotics and autonomous navigation systems.
  • Algorithmic optimization for mobile robot path planning.
  • Computational geometry and sampling-based motion planning.

Background:

Efficient navigation in cluttered spaces remains a fundamental challenge for autonomous systems. Prior research has shown that the Rapidly-exploring Random Tree Star (RRT*) algorithm provides a robust framework for finding optimal paths in high-dimensional configurations. Standard implementations often struggle with slow convergence rates when navigating through narrow passages or dense obstacle fields. Conventional sampling methods frequently produce jagged trajectories that require significant computational overhead to refine for real-world application. Existing bidirectional approaches attempt to accelerate discovery but often lack the adaptive logic needed for truly complex spatial constraints. The lack of trajectory continuity in basic sampling-based planners often leads to poor dynamic controllability for mobile robotic platforms. This absence of evidence motivated the development of a more sophisticated, multi-strategy approach to enhance both speed and trajectory smoothness.

Purpose Of The Study:

This study introduces the Multi Strategy Bidirectional RRT* (MS-BI-RRT*) algorithm to overcome the inherent limitations of traditional sampling-based planners. The researchers sought to integrate adaptive expansion logic that responds to the specific geometric challenges of a given environment. By implementing a dynamic scheduling mechanism, the team aimed to minimize the number of redundant nodes generated during the exploration phase. Another objective involved refining the cost function to ensure that the final path considers multiple factors beyond simple Euclidean distance. The project focused on achieving a 100% success rate across diverse environmental layouts, ranging from open spaces to intricate mazes. Developers intended to enhance the stability of tree expansion by adjusting step sizes according to the proximity of obstacles. Ultimately, the work intended to provide a solution that balances computational efficiency with the physical constraints of mobile robotic hardware.

Main Methods:

The investigative team developed the MS-BI-RRT* framework by incorporating a bidirectional tree growth strategy that samples from both start and goal configurations. They engineered an expansion mode scheduling mechanism that utilizes dynamic goal bias probability and expansion feedback to switch between search behaviors. To maintain stability in cluttered regions, the algorithm employs a dynamic step size adjustment method calculated based on local obstacle density. During the parent node rewiring phase, the researchers utilized a multi-factor path cost function to evaluate and optimize the connectivity of the tree. The post-processing stage involves the application of a Bézier curve-based smoothing strategy to transform discrete nodes into continuous trajectories. Performance was rigorously evaluated through simulations across five distinct typical environments, comparing the new method against five established baseline algorithms. The comparative analysis specifically measured execution time, node count, and path length against BI-RRT*, APF-RRT*, BI-APF-RRT*, and GB-RRT*.

Main Results:

The MS-BI-RRT* algorithm achieved a remarkable 77.50% reduction in average execution time compared to the standard RRT* baseline. Data analysis revealed that the proposed method decreased the total number of nodes required for path discovery by 76.41% relative to the traditional RRT* algorithm. In terms of geometric efficiency, the new approach shortened the final path length by 4.37% compared to the baseline RRT*. The system demonstrated exceptional reliability by maintaining a 100% success rate across all five simulated environmental test cases. Comparative benchmarks against BI-RRT*, APF-RRT*, BI-APF-RRT*, and GB-RRT* consistently favored the multi-strategy bidirectional approach in every performance metric. Statistical results confirmed that the adaptive expansion mode scheduling significantly improved the convergence speed in complex obstacle configurations. These findings indicate that the integration of expansion feedback and dynamic step sizing significantly accelerates the convergence toward an optimal solution.

Conclusions:

The proposed MS-BI-RRT* framework establishes a new benchmark for efficiency in the field of mobile robot path planning. By addressing the convergence bottlenecks of sampling-based methods, this research enables more responsive navigation for autonomous mobile robots. The inclusion of Bézier curve-based smoothing ensures that the generated paths are immediately compatible with the dynamic controllability requirements of physical platforms. Enhanced environmental adaptability suggests that this algorithm can be deployed in diverse industrial and service robotics applications without extensive tuning. The significant reduction in node count and execution time highlights the algorithm's potential for real-time implementation on resource-constrained hardware. Future developments may focus on extending these multi-strategy principles to three-dimensional environments or dynamic obstacle avoidance scenarios. The study's authors conclude that the combination of bidirectional search and adaptive expansion logic provides the robustness necessary for complex real-world navigation.

The expansion mode scheduling mechanism utilizes dynamic goal bias probability and expansion feedback to enable adaptive switching between different search behaviors. This approach improves expansion efficiency by minimizing the generation of redundant nodes and focusing the search toward the goal configuration in complex obstacle environments.

Based on the study's findings, the MS-BI-RRT* algorithm reduces the average execution time by 77.50% compared to the traditional RRT* method. This significant improvement in convergence speed is achieved through the integration of expansion feedback and dynamic step size adjustment based on local obstacle density.

The researchers utilized the Bézier curve-based smoothing strategy to enhance trajectory continuity and dynamic controllability for mobile robots. This method transforms the discrete, jagged nodes generated by the MS-BI-RRT* algorithm into a smooth path that is more suitable for the physical movement constraints of robotic hardware.

The study's findings are currently confined to performance evaluations conducted within five typical simulated environments. While the algorithm achieved a 100% success rate in these scenarios, the authors suggest that further investigation is required to assess its robustness in three-dimensional spaces or highly dynamic obstacle fields.

The study's authors propose that the MS-BI-RRT* algorithm establishes a new standard for environmental adaptability and robustness in autonomous navigation. They conclude that the significant reductions in node count and execution time make this framework ideal for real-time implementation on resource-constrained mobile robotic platforms.