IROS 2019poster5 citations
MT-RRT: a general purpose multithreading library for path planning
Andrea Casalino, Andrea Maria Zanchettin, Paolo Rocco
Abstract
Rapidly Random exploring Trees are popular algorithms in the field of motion planning. A feasible path connecting two different poses is found by incrementally building a tree data structure. They are powerful and flexible, but also computationally intense, requiring thousands of iterations before their termination. The aim of this article is to show the capabilities of MT-RRT, a general purpose library which exploits four different multithreading strategies to speed up the planning process of Rapidly Random exploring Trees. MT-RRT will be proved to significantly reduce the computation time on various benchmarks.
BibTeX
@inproceedings{iros2019_mtrrtageneralpur,
title = {MT-RRT: a general purpose multithreading library for path planning},
author = {Andrea Casalino and Andrea Maria Zanchettin and Paolo Rocco},
booktitle = {IROS 2019},
year = {2019}
}