NVlabs / curobo

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

Error while runnning example scripts #294

Open Sajjan2406 opened 5 months ago

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

Issue Details

When i run the example scripts, i get the following error : [Error] [omni.appwindow.plugin] Failed to acquire IWindowing interface

PS: I am running headless in the docker container and the Streaming client on the Host machine

shengyangzhuang commented 4 months ago

Same for me. Is there a solution?

Sajjan2406 commented 4 months ago

you need to provide the permission for the network connection on the local machine. Try running: xhost +local:root on the local machine The output would be 'non-network local connections being added to access control list '