NVlabs / curobo

CUDA Accelerated Robot Library
https://curobo.org
Other
796 stars 125 forks source link

A collection of bug fixes to run successfully in Docker Isaac Sim #302

Closed j3soon closed 4 months ago

j3soon commented 5 months ago
  1. cuRobo installation mode (choose from [python, isaac sim, docker python, docker isaac sim]): docker isaac sim
  2. python version: Python 3.10.13
  3. Isaac Sim version (if using): 2023.1.0

Issue Details:

balakumar-s commented 5 months ago

Thanks @j3soon . This is mainly because of our recent change to use new API from warp. We have added a fallback API for instances where cuRobo needs to run with an older warp library (e.g., older isaac sim).

I do see some other modifications in your description, which we will add to the next release.

balakumar-s commented 4 months ago

We have updated our docker steps based on your suggestions.