Hi!
I’ve a container running on a remote AWS server, where for doing this I followed the steps here:
https://docs.omniverse.nvidia.com/isaacsim/latest/installation/install_container.html#isaac-sim-app-install-container
(Ubuntu 20.04, IsaacSim 4.2.0)
‘./runheadless.native.sh’ works fine, but when I try to run a standalone example as in Isaac Sim Workflows — Omniverse IsaacSim, I get the following error lines in my output:
2024-11-19 07:52:18 [21,773ms] [Error] [carb.graphics-vulkan.plugin] VkResult: ERROR_INITIALIZATION_FAILED
2024-11-19 07:52:18 [21,773ms] [Error] [carb.graphics-vulkan.plugin] vkEnumeratePhysicalDevices failed. No physical device is found.
2024-11-19 07:52:18 [21,773ms] [Error] [carb.graphics-vulkan.plugin] No physical device is found.
2024-11-19 07:52:18 [21,947ms] [Error] [gpu.foundation.plugin] carb::graphics::createInstance failed.
2024-11-19 07:52:21 [24,988ms] [Error] [carb.graphics-vulkan.plugin] VkResult: ERROR_INITIALIZATION_FAILED
2024-11-19 07:52:21 [24,988ms] [Error] [carb.graphics-vulkan.plugin] vkEnumeratePhysicalDevices failed. No physical device is found.
2024-11-19 07:52:21 [24,989ms] [Error] [carb.graphics-vulkan.plugin] No physical device is found.
2024-11-19 07:52:21 [25,187ms] [Error] [gpu.foundation.plugin] carb::graphics::createInstance failed.
2024-11-19 07:52:21 [25,187ms] [Error] [omni.gpu_foundation_factory.plugin] Failed to create any GPU devices, including an attempt with compatibility mode.
2024-11-19 07:52:22 [25,801ms] [Error] [omni.kit.renderer.plugin] GPU Foundation is not initialized!
2024-11-19 07:53:16 [25,709ms] [Error] [omni.kit.imgui_renderer.plugin] _prepareDefaultWindow: invalid device attached to the default window!
2024-11-19 07:54:24 [36,546ms] [Error] [omni.physx.plugin] CUDA libs are present, but no suitable CUDA GPU was found!
2024-11-19 07:54:24 [36,630ms] [Warning] [omni.graph.core.plugin] OmniGraphSettings::getCudaDeviceOrdinal: unable to get a valid CUDA device id from the renderer. Defaulting to GPU0.
2024-11-19 07:54:24 [36,648ms] [Warning] [omni.graph.core.plugin] OmniGraphSettings::getCudaDeviceOrdinal: unable to get a valid CUDA device id from the renderer. Defaulting to GPU0.
[36.764s] app ready
2024-11-19 07:54:25 [37,832ms] [Warning] [omni.kit.imgui_renderer.plugin] _createExtendCursor: No app window.
2024-11-19 07:54:25 [37,832ms] [Warning] [omni.kit.imgui_renderer.plugin] _createExtendCursor: No app window.
2024-11-19 07:54:25 [37,838ms] [Warning] [omni.graph.core.plugin] OmniGraphSettings::getCudaDeviceOrdinal: unable to get a valid CUDA device id from the renderer. Defaulting to GPU0.
The command was:
./python.sh standalone_examples/api/omni.isaac.franka/follow_target_with_rmpflow.py