# Intelligent bidirectional rapidly-exploring random trees for optimal   motion planning in complex cluttered environments

**Authors:** Ahmed Hussain Qureshi, Yasar Ayaz

arXiv: 1703.08944 · 2017-03-28

## TL;DR

The paper introduces IB-RRT*, an advanced bidirectional sampling-based motion planning algorithm that improves convergence speed and efficiency in complex cluttered environments, outperforming existing RRT* variants.

## Contribution

It proposes a novel IB-RRT* algorithm combining bidirectional trees and intelligent sampling heuristics for faster optimal path finding.

## Key findings

- IB-RRT* converges faster than RRT* and B-RRT* in complex environments.
- Experimental results show IB-RRT* achieves higher success rates in cluttered spaces.
- Theoretically analyzed for asymptotic optimality and efficiency improvements.

## Abstract

The sampling based motion planning algorithm known as Rapidly-exploring Random Trees (RRT) has gained the attention of many researchers due to their computational efficiency and effectiveness. Recently, a variant of RRT called RRT* has been proposed that ensures asymptotic optimality. Subsequently its bidirectional version has also been introduced in the literature known as Bidirectional-RRT* (B-RRT*). We introduce a new variant called Intelligent Bidirectional-RRT* (IB-RRT*) which is an improved variant of the optimal RRT* and bidirectional version of RRT* (B-RRT*) algorithms and is specially designed for complex cluttered environments. IB-RRT* utilizes the bidirectional trees approach and introduces intelligent sample insertion heuristic for fast convergence to the optimal path solution using uniform sampling heuristics. The proposed algorithm is evaluated theoretically and experimental results are presented that compares IB-RRT* with RRT* and B-RRT*. Moreover, experimental results demonstrate the superior efficiency of IB-RRT* in comparison with RRT* and B-RRT in complex cluttered environments.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1703.08944/full.md

## Figures

1 figure with captions in the complete paper: https://tomesphere.com/paper/1703.08944/full.md

---
Source: https://tomesphere.com/paper/1703.08944