Closed emfebert closed 10 months ago
Try:
xhost +
outside your dockercd /isaac-sim
and then ./runapp.sh
Does isaac sim open after running this?
After starting the native gui successfully, I opened another terminal in the same docker and used "/pkgs/curobo# /isaac-sim/python.sh examples/isaac_sim/motion_gen_reacher.py"
again, but it's now running out of RAM (I have 32GB total RAM, and 24GB GPU-VRAM).
Can you close the native gui and try only running the motion_gen_reacher example?
That worked. You don't need do "./runapp.sh". It took about 2-3 minutes to load is that normal?
It should not take more than 1 minute to load. Maybe because it's the first time you are launching and assets need to be downloaded.
Just timed it, it's 3 minutes every time.
What CPU and GPU are you using?
CPU: AMD Ryzen 9 5900X 12-core, 24-Thread GPU: GeForce RTX 3090
Looks like the cache is disabled in the docker container, how can I turn it on?
If it’s not a bug, please use discussions: https://github.com/NVlabs/curobo/discussions
Please provide the below information in addition to your issue:
Running the example with the command
"/pkgs/curobo# /isaac-sim/python.sh examples/isaac_sim/motion_gen_reacher.py"
fails with the error:I'd like to run issac_sim with a native gui from this docker container if possible.
Thanks!