# Resolution-Exact Planner for Thick Non-Crossing 2-Link Robots

**Authors:** Chee K. Yap, Zhongdi Luo, and Ching-Hsiang Hsu

arXiv: 1704.05123 · 2017-04-19

## TL;DR

This paper introduces a resolution-exact path planner for thick, non-crossing 2-link robots navigating polygonal obstacles, utilizing a novel configuration space and Soft Subdivision Search framework for efficient, real-time planning.

## Contribution

It develops a resolution-exact planner for thick non-crossing 2-link robots using a novel configuration space and a soft predicate approach within the Soft Subdivision Search framework.

## Key findings

- Achieves real-time performance in complex obstacle environments.
- Outperforms state-of-the-art sampling algorithms in timing and success rate.
- Provides a detailed analysis of forbidden angle spaces for planning.

## Abstract

We consider the path planning problem for a 2-link robot amidst polygonal obstacles. Our robot is parametrizable by the lengths $\ell_1, \ell_2>0$ of its two links, the thickness $\tau \ge 0$ of the links, and an angle $\kappa$ that constrains the angle between the 2 links to be strictly greater than $\kappa$. The case $\tau>0$ and $\kappa \ge 0$ corresponds to "thick non-crossing" robots. This results in a novel 4DOF configuration space ${\mathbb R}^2\times ({\mathbb T}\setminus\Delta(\kappa))$ where ${\mathbb T}$ is the torus and $\Delta(\kappa)$ the diagonal band of width $\kappa$. We design a resolution-exact planner for this robot using the framework of Soft Subdivision Search (SSS). First, we provide an analysis of the space of forbidden angles, leading to a soft predicate for classifying configuration boxes. We further exploit the T/R splitting technique which was previously introduced for self-crossing thin 2-link robots. Our open-source implementation in Core Library achieves real-time performance for a suite of combinatorially non-trivial obstacle sets. Experimentally, our algorithm is significantly better than any of the state-of-art sampling algorithms we looked at, in timing and in success rate.

## Full text

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

## Figures

19 figures with captions in the complete paper: https://tomesphere.com/paper/1704.05123/full.md

## References

20 references — full list in the complete paper: https://tomesphere.com/paper/1704.05123/full.md

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