You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This container was tested on Ubuntu 22.04 with NVIDIA GPU. On Windows (WSL2), a lot more settings must be set and pass to the container for full GPU access and rendering, as well as exposing the appropriate ports to access the ROS system within the container.
MacOS is not recommended for this repository. The ROS CLI backend would still function, but anything UI will not. It is recommended that you do not run this on a Mac/Apple device.
The error, especially this part Auto-detected mode as ‘legacy' nvidia-container-cli: initialization error. WSL environment detected but no adapters were found: unknown is probably caused by NVIDIA flags set in the dockerfile. Another likely culprit is that you do indeed have an NVIDIA GPU (unlikely on any modern Mac device) and have NVIDIA container toolkit installed, but configured wrong and it is not able to see any NVIDIA device.
With that in mind, I have updated the container to not rely on any GPU component and exposing only the port 10000 to the host, which is the port used by Unity connector component, and has tested it on a Windows machine running WSL2. Please pull the image via
I can create an image and container from it. However, when I run ./run_container.sh, I get the following error:
I tried to run on 3 different laptops (Mac Intel & Windows) & several debugging tips that I found online but to no avail.
I would highly appreciate it if you could look into the issue and suggest a solution.
Thank you!
The text was updated successfully, but these errors were encountered: