首页 /研究 /Massively parallelizing the RRT and the RRT
MANIPULATION

Massively parallelizing the RRT and the RRT

Joshua Bialkowski, Sertaç Karaman, Emilio Frazzoli

发表年份
2011
引用次数
104

摘要

In recent years, the growth of the computational power available in the Central Processing Units (CPUs) of consumer computers has tapered significantly. At the same time, growth in the computational power available in the Graphics Processing Units (GPUs) has remained strong. Algorithms that can be implemented on GPUs today are not only limited to graphics processing, but include scientific computation and beyond. This paper is concerned with massively parallel implementations of incremental sampling-based robot motion planning algorithms, namely the widely-used Rapidly-exploring Random Tree (RRT) algorithm and its asymptotically-optimal counterpart called RRT*. We demonstrate an example implementation of RRT and RRT* motion-planning algorithm for a high-dimensional robotic manipulator that takes advantage of an NVidia CUDA-enabled GPU. We focus on parallelizing the collision-checking procedure, which is generally recognized as the computationally expensive component of sampling-based motion planning algorithms. Our experimental results indicate significant speedup when compared to CPU implementations, leading to practical algorithms for optimal motion planning in high-dimensional configuration spaces.

关键词

Computer scienceCUDAMassively parallelParallel computingSpeedupImplementationGeneral-purpose computing on graphics processing unitsGraphicsComputationMotion planning

相关论文

查看 MANIPULATION 分类全部论文