Related Experiment Video
Updated: Jul 24, 2026

07:23
Using Insect Electroantennogram Sensors on Autonomous Robots for Olfactory Searches
Published on: August 4, 2014
23.1K
Application of the Improved Rapidly Exploring Random Tree Algorithm to an Insect-like Mobile Robot in a Narrow
Lina Wang1,2, Xin Yang1, Zeling Chen1
1College of Mechanical and Electrical Engineering, China Jiliang University, Hangzhou 310018, China.
Biomimetics (Basel, Switzerland)
|August 25, 2023
Summary
This study introduces an improved path planning algorithm for mobile robots, enhancing efficiency and reducing path length in complex environments. The new method significantly cuts down planning time and costs, demonstrating superior performance over existing algorithms.
Area of Science:
- Robotics
- Artificial Intelligence
- Path Planning
Background:
- Intelligent mobile robots face challenges in complex, narrow environments, including inefficient search, redundant nodes, non-smooth paths, and high operational costs.
- Existing path planning algorithms like Rapidly-exploring Random Tree (RRT) have limitations in efficiency and path quality for real-world robotic applications.
Purpose of the Study:
- To develop an improved path planning algorithm for mobile robots based on the RRT approach.
- To enhance search efficiency, reduce path length and cost, and ensure path smoothness while adhering to robot constraints.
Main Methods:
- Implemented target bias sampling to eliminate redundant nodes and an adaptive step size strategy to improve RRT's limitations.
- Modeled and analyzed the mobile robot to ensure path adherence to angle and collision constraints.
- Utilized cubic B-spline curves for pruning and smoothing the generated paths.
Main Results:
- The improved RRT algorithm reduced path length by up to 26.42% and planning time by up to 64.96% compared to RRT, RRT-connect, and RRT* algorithms.
- Demonstrated significant improvements in sampling time, node count, and path length, leading to reduced costs and increased speed.
- Successfully validated through simulations and physical testing with an insect-like robot in narrow environments like elevator entrances.
Conclusions:
- The proposed improved RRT algorithm offers a notable advancement in mobile robot path planning for complex and narrow environments.
- The algorithm effectively addresses efficiency, path quality, and cost reduction, outperforming traditional RRT-based methods.
- Physical verification confirms the algorithm's robustness and applicability in real-world scenarios.
Related Concept Videos
Random Sampling Method
Sampling is a technique to select a portion (or subset) of the larger population and study that portion (the sample) to gain information about the population. Data are the result of sampling from a population. The sampling method ensures that samples are drawn without bias and accurately represent the population. Because measuring the entire population in a study is not practical, researchers use samples to represent the population of interest. Among the various sampling methods used by...
Machines: Problem Solving I
A toggle clamp is a mechanical device commonly used for holding and clamping objects in various applications, such as woodworking, metalworking, and assembly operations. Consider a toggle clamp subjected to a force of 200 N at the handle. The vertical clamping force can be calculated, provided the dimensions of the toggle clamp are known.
The toggle clamp system is a machine structure consisting of movable, pin-connected multi-force members that form a stabilized system to transmit forces. The...
The toggle clamp system is a machine structure consisting of movable, pin-connected multi-force members that form a stabilized system to transmit forces. The...
Machines: Problem Solving II
Machines are complex structures consisting of movable, pin-connected multi-force members that work together to transmit forces. Consider a lifting tong carrying a 100 kg load. It comprises movable sections DAF and CBG linked together with member AB.
Survival Tree
Survival trees are a non-parametric method used in survival analysis to model the relationship between a set of covariates and the time until an event of interest occurs, often referred to as the "time-to-event" or "survival time." This method is particularly useful when dealing with censored data, where the event has not occurred for some individuals by the end of the study period, or when the exact time of the event is unknown.
Ā Building a Survival Tree
Constructing a survival tree begins...
Ā Building a Survival Tree
Constructing a survival tree begins...

