Closed j3soon closed 4 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.
We have updated our docker steps based on your suggestions.
Issue Details:
isaac-3.0
branchRef: https://github.com/NVlabs/curobo/issues/301
Modify the Dockerfile to use the
isaac-3.0
branchModify the Dockerfile from:
to:
exit vim and clone the repo again:
Ref: https://github.com/NVlabs/curobo/blob/0c51dd2da8d4a76ebaa0dee4e302ef88e504bce0/docker/isaac_sim.dockerfile#L168-L174 Ref: https://github.com/NVlabs/curobo/blob/0c51dd2da8d4a76ebaa0dee4e302ef88e504bce0/docker/x86.dockerfile#L86-L92
Fix
omni_python
aliasModify the Dockerfile from:
to:
Ref: https://github.com/NVlabs/curobo/blob/0c51dd2da8d4a76ebaa0dee4e302ef88e504bce0/docker/isaac_sim.dockerfile#L160
Ref: https://curobo.org/get_started/5_docker_development.html
Run the Isaac Sim examples
Note that the commands here are different from those written in the docs. I think the code is updated while the docs weren't updated accordingly.
Ref: https://curobo.org/get_started/2b_isaacsim_examples.html