English

cuRobo: Parallelized Collision-Free Minimum-Jerk Robot Motion Generation

Robotics 2023-11-06 v2 Hardware Architecture Distributed, Parallel, and Cluster Computing

Abstract

This paper explores the problem of collision-free motion generation for manipulators by formulating it as a global motion optimization problem. We develop a parallel optimization technique to solve this problem and demonstrate its effectiveness on massively parallel GPUs. We show that combining simple optimization techniques with many parallel seeds leads to solving difficult motion generation problems within 50ms on average, 60x faster than state-of-the-art (SOTA) trajectory optimization methods. We achieve SOTA performance by combining L-BFGS step direction estimation with a novel parallel noisy line search scheme and a particle-based optimization solver. To further aid trajectory optimization, we develop a parallel geometric planner that plans within 20ms and also introduce a collision-free IK solver that can solve over 7000 queries/s. We package our contributions into a state of the art GPU accelerated motion generation library, cuRobo and release it to enrich the robotics community. Additional details are available at https://curobo.org

Keywords

Cite

@article{arxiv.2310.17274,
  title  = {cuRobo: Parallelized Collision-Free Minimum-Jerk Robot Motion Generation},
  author = {Balakumar Sundaralingam and Siva Kumar Sastry Hari and Adam Fishman and Caelan Garrett and Karl Van Wyk and Valts Blukis and Alexander Millane and Helen Oleynikova and Ankur Handa and Fabio Ramos and Nathan Ratliff and Dieter Fox},
  journal= {arXiv preprint arXiv:2310.17274},
  year   = {2023}
}

Comments

revised technical report, 62 pages, Website: https://curobo.org

R2 v1 2026-06-28T13:02:35.626Z