isaac-sim / IsaacLab

Unified framework for robot learning built on NVIDIA Isaac Sim
https://isaac-sim.github.io/IsaacLab
Other
1.53k stars 470 forks source link

Docker Cannot download file from nucleus server #611

Open swstbecrpgmail opened 4 days ago

swstbecrpgmail commented 4 days ago

I couldn't run "./orbit.sh -p source/standalone/demos/quadrupeds.py --livestream 1" correctly in docker container.

It first report that image image

and I find that the reason why I can't download the file is probably that it can't connect to nucleus server. image

Additionally, I can successfully download the file using wget. image

I use docker to run the program and it seems that the program tries to download files from nucleus server, while the Isaac Sim Docker container does not include Nucleus and will access assets directly from the Cloud by default. I wonder whether the bug is related to this.

Mayankm96 commented 3 days ago

Is the docker / local machine connected to the Internet? Which commit tag of IsaacLab are you using?

It seems you are using an older version of the framework with Isaac Sim 2023.1.1 which is hard for us to check against.

swstbecrpgmail commented 3 days ago

Thank you very much for your reply! I have tested the latest version Isaaclab, and it reports that "could not open asset" as follows. image

Additionally, unlike the old version orbit which automatically add a docker image "isaac sim", Isaaclab only add the image "isaac lab base", I wonder whether the "could not open asset" problem is related to this. image 屏幕截图 2024-07-02 150042

Additionally, I have confirmed that the docker and local machine are connected to the Internet. And I have never met the "could not open asset" problem in the orbit version. image

And Here are my system info: image image