Balakumar Sundaralingam f2eb5f937a Update issue templates
2023-10-30 08:49:11 -07:00
2023-10-26 04:17:19 -07:00
2023-10-26 04:17:19 -07:00
2023-10-26 04:17:19 -07:00
2023-10-26 04:17:19 -07:00
2023-10-26 04:22:04 -07:00
2023-10-26 04:17:19 -07:00
2023-10-26 04:17:19 -07:00
2023-10-26 04:17:19 -07:00
2023-10-26 04:22:04 -07:00
2023-10-26 04:17:19 -07:00
2023-10-26 04:17:19 -07:00
2023-10-26 04:17:19 -07:00
2023-10-26 04:17:19 -07:00
2023-10-26 04:17:19 -07:00
2023-10-26 04:17:19 -07:00
2023-10-26 04:17:19 -07:00
2023-10-26 04:17:19 -07:00
2023-10-26 04:17:19 -07:00

CuRobo

CUDA Accelerated Robot Library

Check curobo.org for installing and getting started with examples!

Use Discussions for questions on using this package.

Use Issues if you find a bug.

For business inquiries, please visit our website and submit the form: NVIDIA Research Licensing

Overview

CuRobo is a CUDA accelerated library containing a suite of robotics algorithms that run significantly faster than existing implementations leveraging parallel compute. CuRobo currently provides the following algorithms: (1) forward and inverse kinematics, (2) collision checking between robot and world, with the world represented as Cuboids, Meshes, and Depth images, (3) numerical optimization with gradient descent, L-BFGS, and MPPI, (4) geometric planning, (5) trajectory optimization, (6) motion generation that combines inverse kinematics, geometric planning, and trajectory optimization to generate global motions within 30ms.

CuRobo performs trajectory optimization across many seeds in parallel to find a solution. CuRobo's trajectory optimization penalizes jerk and accelerations, encouraging smoother and shorter trajectories. Below we compare CuRobo's motion generation on the left to a BiRRT planner on a pick and place task.

Citation

If you found this work useful, please cite the below report,

@article{curobo_report23,
         title={CuRobo: Parallelized Collision-Free Minimum-Jerk Robot Motion Generation},
         author={Sundaralingam, Balakumar and Hari, Siva Kumar Sastry and 
         Fishman, Adam and Garrett, Caelan and Van Wyk, Karl and Blukis, Valts and 
         Millane, Alexander and Oleynikova, Helen and Handa, Ankur and 
         Ramos, Fabio and Ratliff, Nathan and Fox, Dieter},
         journal={arXiv preprint},
         year={2023}
}
Description
No description provided
Readme 64 MiB
Languages
Python 81.4%
Cuda 14%
C 1.6%
C++ 1.5%
Dockerfile 0.9%
Other 0.6%