Hi Nivida-Team!
I’ve tried to execute this tutorial code from: Randomizing appearance, placement and orientation of an existing 3D assets with a built-in writer — Omniverse Extensions latest documentation
I’ve modified the code with:
" from omni.isaac.kit import SimulationApp
Set rendering parameters and create an instance of kit
!!! BEFORE MODULES BEING IMPORTED !!!
CONFIG = {“renderer”: “RayTracedLighting”, “headless”: False}
simulation_app = SimulationApp(launch_config=CONFIG)"
to run it from a .py file (called reptut1.py) and I get these error messages, I hope you can help me.
iph@iph-kiworkstation:~/.local/share/ov/pkg/isaac_sim-2022.2.1$ sudo ./python.sh standalone_examples/replicator/reptut1.py
[Warning] [omni.isaac.kit.simulation_app] Modules: [‘omni.isaac.kit.app_framework’] were loaded before SimulationApp was started and might not be loaded correctly.
[Warning] [omni.isaac.kit.simulation_app] Please check to make sure no extra omniverse or pxr modules are imported before the call to SimulationApp(…)
Starting kit application with the following args: [‘/home/iph/.local/share/ov/pkg/isaac_sim-2022.2.1/exts/omni.isaac.kit/omni/isaac/kit/simulation_app.py’, ‘/home/iph/.local/share/ov/pkg/isaac_sim-2022.2.1/apps/omni.isaac.sim.python.kit’, ‘–/app/tokens/exe-path=/home/iph/.local/share/ov/pkg/isaac_sim-2022.2.1/kit’, ‘–/persistent/app/viewport/displayOptions=3094’, ‘–/rtx/materialDb/syncLoads=True’, ‘–/rtx/hydra/materialSyncLoads=True–/omni.kit.plugin/syncUsdLoads=True’, ‘–/app/renderer/resolution/width=1280’, ‘–/app/renderer/resolution/height=720’, ‘–/app/window/width=1440’, ‘–/app/window/height=900’, ‘–/renderer/multiGpu/enabled=True’, ‘–/app/fastShutdown=True’, ‘–ext-folder’, ‘/home/iph/.local/share/ov/pkg/isaac_sim-2022.2.1/exts’, ‘–ext-folder’, ‘/home/iph/.local/share/ov/pkg/isaac_sim-2022.2.1/apps’, ‘–/physics/cudaDevice=0’, ‘–portable’, ‘–allow-root’]
Passing the following args to the base kit application:
[Warning] [omni.kit.app.plugin] No crash reporter present, dumps uploading isn’t available.
[Info] [carb] Logging to file: /home/iph/.local/share/ov/pkg/isaac_sim-2022.2.1/kit/logs/Kit/Isaac-Sim/2022.2/kit_20230926_124524.log
2023-09-26 10:45:24 [17ms] [Warning] [omni.ext.plugin] [ext: omni.sensors.nv.lidar] Extensions config ‘extension.toml’ doesn’t exist ‘/home/iph/.local/share/ov/pkg/isaac_sim-2022.2.1/exts/omni.sensors.nv.lidar’ or ‘/home/iph/.local/share/ov/pkg/isaac_sim-2022.2.1/exts/omni.sensors.nv.lidar/config’
2023-09-26 10:45:24 [17ms] [Warning] [omni.ext.plugin] [ext: omni.sensors.nv.radar] Extensions config ‘extension.toml’ doesn’t exist ‘/home/iph/.local/share/ov/pkg/isaac_sim-2022.2.1/exts/omni.sensors.nv.radar’ or ‘/home/iph/.local/share/ov/pkg/isaac_sim-2022.2.1/exts/omni.sensors.nv.radar/config’
[0.160s] [ext: omni.stats-0.0.0] startup
[0.186s] [ext: omni.rtx.shadercache-1.0.0] startup
[0.195s] [ext: omni.assets.plugins-0.0.0] startup
[0.196s] [ext: omni.gpu_foundation-0.0.0] startup
[0.204s] [ext: carb.windowing.plugins-1.0.0] startup
2023-09-26 10:45:24 [506ms] [Warning] [carb.windowing-glfw.gamepad] Joystick with unknown remapping detected (will be ignored): Logitech K520 [030000006d0400001120000011010000]
[0.517s] [ext: omni.kit.renderer.init-0.0.0] startup
|---------------------------------------------------------------------------------------------|
| Driver Version: 525.125.06 | Graphics API: Vulkan
|=============================================================================================|
| GPU | Name | Active | LDA | GPU Memory | Vendor-ID | LUID |
| | | | | | Device-ID | UUID |
|---------------------------------------------------------------------------------------------|
| 0 | NVIDIA GeForce RTX 3080 | Yes: 0 | | 10486 MB | 10de | 0 |
| | | | | | 2216 | 7f9fdffa… |
|=============================================================================================|
| OS: Linux iph-kiworkstation, Version: 6.2.0-32-generic
| XServer Vendor: The X.Org Foundation, XServer Version: 12101004 (1.21.1.4)
| Processor: Intel(R) Xeon(R) CPU E5-1650 v4 @ 3.60GHz | Cores: Unknown | Logical: 12
|---------------------------------------------------------------------------------------------|
| Total Memory (MB): 128717 | Free Memory: 111022
| Total Page/Swap (MB): 2047 | Free Page/Swap: 2047
|---------------------------------------------------------------------------------------------|
[1.700s] [ext: omni.kit.pipapi-0.0.0] startup
[1.711s] [ext: omni.kit.pip_archive-0.0.0] startup
[1.716s] [ext: omni.kit.loop-isaac-1.0.0] startup
[1.717s] [ext: omni.kit.async_engine-0.0.0] startup
[1.718s] [ext: omni.kit.test-0.0.0] startup
[1.771s] [ext: omni.usd.config-1.0.0] startup
[1.776s] [ext: omni.usd.libs-1.0.0] startup
[1.924s] [ext: omni.isaac.core_archive-2.0.1] startup
[2.071s] [ext: omni.pip.torch-1_13_1-0.1.4] startup
[2.074s] [ext: omni.isaac.ml_archive-1.1.0] startup
[2.146s] [ext: omni.client-0.1.1] startup
[2.158s] [ext: omni.appwindow-1.0.1] startup
[2.161s] [ext: omni.kit.renderer.core-0.0.0] startup
[2.270s] [ext: omni.kit.renderer.capture-0.0.0] startup
[2.272s] [ext: omni.kit.renderer.imgui-0.0.0] startup
[2.386s] [ext: carb.audio-0.1.0] startup
[2.389s] [ext: omni.ui-2.14.4] startup
[2.402s] [ext: omni.uiaudio-1.0.0] startup
[2.403s] [ext: omni.kit.mainwindow-1.0.0] startup
[2.405s] [ext: omni.kit.uiapp-0.0.0] startup
[2.405s] [ext: omni.usd.schema.physics-1.0.0] startup
[2.451s] [ext: omni.usd.schema.isaac-1.1.0] startup
[2.468s] [ext: omni.usd.schema.semantics-0.0.0] startup
[2.480s] [ext: omni.usd.schema.omnigraph-1.0.0] startup
[2.490s] [ext: omni.usd.schema.forcefield-0.0.0] startup
[2.498s] [ext: omni.usd.schema.omniscripting-1.0.0] startup
[2.507s] [ext: omni.usd.schema.geospatial-0.0.0] startup
[2.515s] [ext: omni.usd.schema.anim-0.0.0] startup
[2.583s] [ext: omni.usd.schema.audio-0.0.0] startup
[2.590s] [ext: omni.usd.schema.scene.visualization-1.0.0] startup
[2.591s] [ext: omni.usd.schema.physx-0.0.0] startup
[2.622s] [ext: omni.gpucompute.plugins-0.0.0] startup
[2.622s] [ext: omni.timeline-1.0.5] startup
[2.624s] [ext: omni.kit.search_core-1.0.2] startup
[2.625s] [ext: omni.hydra.scene_delegate-0.3.0] startup
[2.633s] [ext: omni.kit.widget.path_field-2.0.4] startup
[2.637s] [ext: omni.kit.widget.filebrowser-2.3.10] startup
[2.650s] [ext: omni.kit.widget.browser_bar-2.0.5] startup
[2.651s] [ext: omni.kit.window.popup_dialog-2.0.16] startup
[2.655s] [ext: omni.kit.actions.core-1.0.0] startup
[2.658s] [ext: omni.usd.core-1.0.4] startup
[2.661s] [ext: omni.kit.audiodeviceenum-1.0.0] startup
[2.662s] [ext: omni.kit.widget.nucleus_connector-1.0.3] startup
[2.664s] [ext: omni.kit.commands-1.4.5] startup
[2.668s] [ext: omni.hydra.usdrt_delegate-4.3.2] startup
[2.688s] [ext: omni.kit.notification_manager-1.0.5] startup
[2.693s] [ext: omni.usd-1.6.30] startup
[2.780s] [ext: omni.kit.widget.versioning-1.3.8] startup
[2.782s] [ext: omni.iray.libs-0.0.0] startup
[2.787s] [ext: omni.kit.window.filepicker-2.7.15] startup
[2.840s] [ext: omni.mdl.neuraylib-0.1.0] startup
[2.843s] [ext: omni.kit.collaboration.channel_manager-1.0.9] startup
[2.845s] [ext: omni.kit.window.file_importer-1.0.10] startup
[2.846s] [ext: omni.mdl-0.1.0] startup
[2.895s] [ext: omni.kit.usd.layers-2.0.11] startup
[2.905s] [ext: omni.kit.menu.utils-1.4.7] startup
[2.915s] [ext: omni.kit.material.library-1.3.21] startup
/home/iph/.local/share/ov/pkg/isaac_sim-2022.2.1/kit/kernel/py/omni/kit/app/_impl/init.py:104: DeprecationWarning: Using or importing the ABCs from ‘collections’ instead of from ‘collections.abc’ is deprecated since Python 3.3,and in 3.9 it will stop working
if not isinstance(setting_py, str) and isinstance(setting_py, collections.Sequence):
[2.922s] [ext: omni.kit.menu.create-1.0.8] startup
[2.924s] [ext: omni.kit.clipboard-1.0.0] startup
[2.924s] [ext: omni.kit.widget.graph-1.5.6-104_2] startup
[2.953s] [ext: omni.kit.context_menu-1.5.12] startup
[2.957s] [ext: omni.kit.window.extensions-1.1.1] startup
[2.963s] [ext: omni.inspect-1.0.1] startup
[2.967s] [ext: omni.kit.window.property-1.8.2] startup
[2.969s] [ext: omni.kit.primitive.mesh-1.0.8] startup
[2.973s] [ext: omni.graph.core-2.65.4] startup
[2.977s] [ext: omni.isaac.version-1.0.0] startup
[2.978s] [ext: omni.kit.stage_templates-1.1.13] startup
[2.980s] [ext: omni.kit.usd_undo-0.1.2] startup
[2.981s] [ext: omni.graph.tools-1.17.2] startup
[3.000s] [ext: omni.ui.scene-1.5.18] startup
[3.005s] [ext: omni.graph-1.50.2] startup
/home/iph/.local/share/ov/pkg/isaac_sim-2022.2.1/kit/exts/omni.graph/omni/graph/core/_impl/autonode/type_definitions.py:12: DeprecationWarning: np.float
is a deprecated alias for the builtin float
. To silence this warning, use float
by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use np.float64
here.
Deprecated in NumPy 1.20; for more details and guidance:
Float = NewType(“Float”, np.float)
[3.061s] [ext: omni.ui_query-1.1.1] startup
[3.062s] [ext: omni.volume-0.1.0] startup
[3.065s] [ext: omni.kit.ui_test-1.2.9] startup
[3.067s] [ext: omni.hydra.rtx-0.1.0] startup
[3.075s] [ext: omni.kit.widget.searchfield-1.0.10] startup
[3.077s] [ext: omni.kit.graph.delegate.default-1.0.18] startup
[3.079s] [ext: omni.debugdraw-0.1.1] startup
[3.085s] [ext: omni.kit.graph.editor.core-1.4.7] startup
[3.088s] [ext: omni.hydra.pxr-1.1.2] startup
[3.095s] [ext: omni.activity.core-1.0.1] startup
[3.099s] [ext: omni.kit.hydra_texture-1.0.11] startup
[3.105s] [ext: omni.kit.viewport.legacy_gizmos-1.0.10] startup
[3.110s] [ext: omni.kit.viewport.registry-104.0.2] startup
[3.111s] [ext: omni.kit.widget.viewport-104.1.16] startup
[3.114s] [ext: omni.kit.window.drop_support-1.0.1] startup
[3.115s] [ext: omni.kit.window.file_exporter-1.0.10] startup
[3.116s] [ext: omni.hydra.engine.stats-1.0.0] startup
[3.120s] [ext: omni.kit.window.content_browser_registry-0.0.1] startup
[3.121s] [ext: omni.kit.window.file-1.3.32] startup
[3.124s] [ext: omni.kit.viewport.window-104.1.23] startup
[3.156s] [ext: omni.kit.widget.settings-1.0.1] startup
[3.158s] [ext: omni.kit.widget.stage-2.7.24] startup
[3.162s] [ext: omni.kit.window.content_browser-2.6.8] startup
[3.186s] [ext: omni.kit.viewport.utility-1.0.14] startup
[3.187s] [ext: omni.kit.window.preferences-1.3.8] startup
[3.265s] [ext: omni.kit.widget.text_editor-1.0.2] startup
[3.267s] [ext: omni.kit.widget.prompt-1.0.5] startup
[3.268s] [ext: omni.kit.property.usd-3.18.17] startup
[3.279s] [ext: omni.kit.graph.delegate.modern-1.6.5] startup
[3.281s] [ext: omni.graph.ui-1.24.2] startup
[3.322s] [ext: omni.physics.tensors-0.1.0] startup
[3.331s] [ext: omni.kit.graph.widget.variables-2.0.4] startup
[3.333s] [ext: omni.kit.graph.usd.commands-1.2.0] startup
[3.334s] [ext: omni.convexdecomposition-104.2.4-5.1] startup
[3.337s] [ext: omni.graph.window.core-1.43.3] startup
[3.346s] [ext: omni.kit.widget.zoombar-1.0.4] startup
[3.347s] [ext: omni.kvdb-0.0.0] startup
[3.349s] [ext: omni.usdphysics-104.2.4-5.1] startup
[3.353s] [ext: omni.localcache-0.0.0] startup
[3.355s] [ext: omni.graph.scriptnode-0.10.0] startup
[3.358s] [ext: omni.physx-104.2.4-5.1] startup
[3.378s] [ext: omni.command.usd-1.0.2] startup
[3.381s] [ext: omni.physx.tensors-0.1.0] startup
[3.388s] [ext: omni.graph.window.generic-1.3.15] startup
[3.389s] [ext: omni.kit.browser.core-2.2.2] startup
[3.396s] [ext: omni.graph.action-1.31.1] startup
[3.405s] [ext: omni.kit.browser.folder.core-1.7.3] startup
[3.409s] [ext: omni.kit.window.cursor-1.1.1] startup
[3.410s] [ext: omni.kit.widget.spinner-1.0.4] startup
[3.412s] [ext: omni.kit.browser.sample-1.2.5] startup
[3.413s] [ext: omni.graph.nodes-1.48.3] startup
[3.428s] [ext: omni.kit.viewport.menubar.core-104.4.3] startup
[3.451s] [ext: omni.kit.numpy.common-0.1.0] startup
[3.454s] [ext: omni.warp-0.6.3] startup
Warp 0.6.3 initialized:
CUDA Toolkit: 11.5, Driver: 12.0
Devices:
“cpu” | x86_64
“cuda:0” | NVIDIA GeForce RTX 3080 (sm_86)
Kernel cache: /root/.cache/warp/0.6.3
[3.727s] [ext: omni.syntheticdata-0.2.4] startup
2023-09-26 10:45:28 [3,729ms] [Warning] [omni.kit.viewport.menubar.core.menu_item.viewport_menu_item] ViewportMenuItem order argument is deprecated, use order_setting_path
[3.804s] [ext: omni.isaac.dynamic_control-1.2.3] startup
[3.815s] [ext: omni.replicator.core-1.7.8] startup
2023-09-26 10:45:28 [3,900ms] [Warning] [omni.replicator.core.scripts.annotators] Annotator PostProcessDispatch is already registered, overwriting annotator template
[4.045s] [ext: omni.isaac.core-1.46.3] startup
[4.950s] [ext: omni.kit.manipulator.viewport-104.0.7] startup
[4.952s] [ext: omni.isaac.core_nodes-0.23.2] startup
[4.970s] [ext: omni.isaac.cloner-0.4.1] startup
[4.971s] [ext: omni.isaac.lula-1.2.1] startup
[4.983s] [ext: omni.graph.visualization.nodes-2.0.0] startup
[4.990s] [ext: omni.isaac.debug_draw-0.2.3] startup
[4.997s] [ext: omni.isaac.gym-0.3.3] startup
[4.997s] [ext: omni.graph.window.action-1.5.5] startup
[4.999s] [ext: omni.isaac.ui-0.8.0] startup
[5.003s] [ext: usdrt.scenegraph-4.3.2] startup
[5.024s] [ext: omni.isaac.motion_planning-0.2.2] startup
[5.037s] [ext: omni.isaac.surface_gripper-0.4.0] startup
[5.043s] [ext: omni.isaac.range_sensor-0.8.1] startup
[5.084s] [ext: omni.isaac.motion_generation-4.5.6] startup
[5.091s] [ext: omni.isaac.manipulators-1.1.0] startup
[5.093s] [ext: omni.isaac.sensor-5.6.3] startup
2023-09-26 10:45:29 [5,082ms] [Warning] [omni.ext.plugin] [ext: omni.isaac.sensor-5.6.3] Native plugin search dir contains several files: /home/iph/.local/share/ov/pkg/isaac_sim-2022.2.1/exts/omni.isaac.sensor/bin . It makes dir walk slow, replace with the exact path to the plugin instead of a wildcard.
[5.236s] [ext: omni.isaac.dofbot-0.3.0] startup
[5.237s] [ext: omni.isaac.occupancy_map-0.2.7] startup
[5.251s] [ext: omni.isaac.quadruped-1.3.0] startup
/home/iph/.local/share/ov/pkg/isaac_sim-2022.2.1/exts/omni.isaac.core_archive/pip_prebundle/numba/core/types/init.py:108: DeprecationWarning: np.long
is a deprecated alias for np.compat.long
. To silence this warning, use np.compat.long
by itself. In the likely event your code does not need to work on Python 2 you can use the builtin int
for which np.compat.long
is itself an alias. Doing this will not modify any behaviour and is safe. When replacing np.long
, you may wish to use e.g. np.int64
or np.int32
to specify the precision. If you wish to review your current use, check the release note link for additional information.
long_ = _make_signed(np.long)
[5.562s] [ext: omni.isaac.scene_blox-0.1.0] startup
[5.563s] [ext: omni.isaac.synthetic_utils-0.4.3] startup
[5.565s] [ext: omni.isaac.universal_robots-0.3.2] startup
[5.566s] [ext: omni.isaac.isaac_sensor-2.0.0] startup
2023-09-26 10:45:29 [5,556ms] [Warning] [omni.isaac.isaac_sensor] omni.isaac.isaac_sensor is deprecated and was renamed; use omni.isaac.sensor
[5.567s] [ext: omni.kit.widget.live_session_management-1.1.3] startup
[5.569s] [ext: omni.kit.hotkeys.core-1.0.8] startup
[5.577s] [ext: omni.isaac.wheeled_robots-0.6.3] startup
[5.586s] [ext: omni.kit.widget.stage_icons-1.0.2] startup
[5.588s] [ext: omni.kit.widget.layers-1.6.11] startup
[5.601s] [ext: omni.kit.selection-0.1.0] startup
[5.602s] [ext: omni.isaac.mjcf-0.3.1] startup
[5.612s] [ext: omni.kit.window.stage-2.3.12] startup
[5.616s] [ext: omni.kit.property.layer-1.1.4] startup
[5.618s] [ext: omni.kit.menu.edit-1.1.6] startup
[5.620s] [ext: omni.kit.menu.file-1.1.4] startup
[5.622s] [ext: omni.kit.menu.stage-1.2.1] startup
[5.623s] [ext: omni.kit.property.audio-1.0.6] startup
[5.624s] [ext: omni.kit.property.camera-1.0.3] startup
[5.626s] [ext: omni.kit.property.geometry-1.2.2] startup
[5.628s] [ext: omni.kit.property.light-1.0.6] startup
[5.629s] [ext: omni.hydra.scene_api-0.1.1] startup
[5.638s] [ext: omni.kit.property.material-1.8.19] startup
[5.641s] [ext: omni.kit.property.render-1.1.0] startup
[5.642s] [ext: omni.kit.property.skel-1.0.1] startup
[5.644s] [ext: omni.kit.property.transform-1.3.5] startup
[5.648s] [ext: omni.kit.manipulator.transform-104.6.12] startup
[5.650s] [ext: omni.kit.widget.toolbar-1.4.0] startup
[5.658s] [ext: omni.kit.profiler.window-2.0.5] startup
[5.740s] [ext: omni.kit.property.bundle-1.2.6] startup
[5.742s] [ext: omni.kit.manipulator.selector-1.0.1] startup
[5.743s] [ext: omni.kit.manipulator.tool.snap-1.2.4] startup
[5.750s] [ext: omni.kit.window.toolbar-1.4.0] startup
[5.752s] [ext: omni.kit.property.isaac-0.2.0] startup
[5.754s] [ext: omni.kit.stage_column.payload-1.0.8] startup
[5.758s] [ext: omni.kit.manipulator.camera-104.0.23] startup
[5.758s] [ext: omni.kit.manipulator.prim-104.10.7] startup
[5.764s] [ext: omni.kit.manipulator.selection-104.0.6] startup
[5.765s] [ext: omni.kit.viewport.menubar.display-104.1.11] startup
[5.766s] [ext: omni.kit.viewport.menubar.camera-104.1.9] startup
[5.771s] [ext: omni.rtx.window.settings-0.6.2] startup
[5.778s] [ext: omni.kit.viewport.menubar.settings-104.3.5] startup
[5.782s] [ext: omni.kit.viewport.menubar.render-104.0.20] startup
[5.785s] [ext: omni.physx.commands-104.2.4-5.1] startup
[5.909s] [ext: omni.kit.stage_column.variant-1.0.9] startup
[5.910s] [ext: omni.hydra.pxr.settings-1.0.3] startup
[5.912s] [ext: omni.kit.viewport.bundle-104.0.2] startup
[5.912s] [ext: omni.physx.ui-104.2.4-5.1] startup
[5.980s] [ext: omni.kit.viewport.menubar.lighting-104.0.9] startup
[5.983s] [ext: omni.kit.viewport.pxr-104.0.1] startup
[5.983s] [ext: omni.kit.viewport.ready-1.0.2] startup
[5.984s] [ext: omni.physx.demos-104.2.4-5.1] startup
[5.986s] [ext: omni.kit.property.physx-0.1.0] startup
[6.047s] [ext: omni.isaac.urdf-0.5.9] startup
[6.084s] [ext: omni.kit.widget.highlight_label-1.0.0] startup
[6.085s] [ext: omni.physx.supportui-104.2.4-5.1] startup
[6.102s] [ext: omni.physx.vehicle-104.2.4-5.1] startup
[6.116s] [ext: omni.physx.cct-104.2.4-5.1] startup
[6.125s] [ext: omni.physx.camera-104.2.4-5.1] startup
[6.133s] [ext: omni.kit.actions.window-1.1.0] startup
[6.138s] [ext: omni.kit.window.commands-0.2.4] startup
[6.139s] [ext: omni.kit.window.console-0.2.3] startup
[6.151s] [ext: omni.physx.bundle-104.2.4-5.1] startup
[6.151s] [ext: omni.graph.bundle.action-1.3.0] startup
[6.151s] [ext: omni.kit.window.script_editor-1.7.2] startup
[6.153s] [ext: omni.kit.hotkeys.window-1.1.3] startup
[6.160s] [ext: omni.kit.window.status_bar-0.1.5] startup
[6.165s] [ext: omni.kit.window.title-1.1.2] startup
[6.166s] [ext: omni.replicator.composer-1.2.10] startup
[6.170s] [ext: omni.replicator.isaac-1.7.4] startup
[6.187s] [ext: omni.resourcemonitor-1.0.0] startup
[6.195s] [ext: omni.rtx.settings.core-0.5.8] startup
[6.200s] [ext: omni.isaac.franka-0.4.0] startup
[6.202s] [ext: omni.kit.viewport.rtx-104.0.0] startup
[6.202s] [ext: semantics.schema.editor-0.3.3] startup
[6.206s] [ext: omni.kit.widget.live-2.0.3] startup
2023-09-26 10:45:30 [6,197ms] [Warning] [omni.kit.widget.live.cache_state_menu] Unable to detect Omniverse Cache Server. Consider installing it for better IO performance.
[6.209s] [ext: omni.isaac.utils-0.2.4] startup
[6.213s] [ext: omni.isaac.kit-1.4.1] startup
[6.214s] [ext: omni.isaac.cortex-0.3.2] startup
[6.214s] [ext: omni.kit.window.stats-0.1.2] startup
[6.216s] [ext: omni.isaac.sim.python-2022.2.1] startup
[6.217s] Simulation App Starting
[9.970s] app ready
[10.124s] RTX ready
[10.225s] Simulation App Startup Complete
ERROR: ld.so: object ‘/home/iph/.local/share/ov/pkg/isaac_sim-2022.2.1/kit/libcarb.so’ from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object ‘/home/iph/.local/share/ov/pkg/isaac_sim-2022.2.1/kit/libcarb.so’ from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object ‘/home/iph/.local/share/ov/pkg/isaac_sim-2022.2.1/kit/libcarb.so’ from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object ‘/home/iph/.local/share/ov/pkg/isaac_sim-2022.2.1/kit/libcarb.so’ from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object ‘/home/iph/.local/share/ov/pkg/isaac_sim-2022.2.1/kit/libcarb.so’ from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object ‘/home/iph/.local/share/ov/pkg/isaac_sim-2022.2.1/kit/libcarb.so’ from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
mkdir: cannot create directory ‘/run/user/0’: Permission denied
ERROR: ld.so: object ‘/home/iph/.local/share/ov/pkg/isaac_sim-2022.2.1/kit/libcarb.so’ from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object ‘/home/iph/.local/share/ov/pkg/isaac_sim-2022.2.1/kit/libcarb.so’ from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object ‘/home/iph/.local/share/ov/pkg/isaac_sim-2022.2.1/kit/libcarb.so’ from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object ‘/home/iph/.local/share/ov/pkg/isaac_sim-2022.2.1/kit/libcarb.so’ from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object ‘/home/iph/.local/share/ov/pkg/isaac_sim-2022.2.1/kit/libcarb.so’ from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object ‘/home/iph/.local/share/ov/pkg/isaac_sim-2022.2.1/kit/libcarb.so’ from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
Authorization required, but no authorization protocol specified
Error: cannot open display: :1
2023-09-26 10:45:35 [11,286ms] [Warning] [omni.usd] Warning: in _ReportErrors at line 2830 of /buildAgent/work/ca6c508eae419cf8/USD/pxr/usd/usd/stage.cpp – Could not open asset @omniverse://localhost/NVIDIA/Assets/Scenes/Templates/Outdoor/Puddles.usd@ for reference on prim @anon:0x157a8940:World0.usd@,@anon:0x157a8a40:World0-session.usda@</Replicator/Ref_Xform/Ref>. (recomposing stage on stage @anon:0x157a8940:World0.usd@ <0x1537dd40>)
2023-09-26 10:45:35 [11,291ms] [Warning] [omni.usd] Warning: in _ReportErrors at line 2830 of /buildAgent/work/ca6c508eae419cf8/USD/pxr/usd/usd/stage.cpp – Could not open asset @omniverse://localhost/NVIDIA/Assets/Scenes/Templates/Basic/display_riser.usd@ for reference on prim @anon:0x157a8940:World0.usd@,@anon:0x157a8a40:World0-session.usda@</Replicator/Ref_Xform_01/Ref>. (recomposing stage on stage @anon:0x157a8940:World0.usd@ <0x1537dd40>)
2023-09-26 10:45:35 [11,340ms] [Warning] [omni.replicator.core.scripts.backends.log] [tid 139741690188992][backends][disk.py] No root directory specified in carb setting /omni/replicator/backends/disk/root_dir
. Writing data to /root/omni.replicator_out/_output
2023-09-26 10:45:36 [11,624ms] [Warning] [omni.replicator.core.scripts.utils.utils] No valid usd files provided:
2023-09-26 10:45:36 [12,111ms] [Error] [omni.usd] TF_PYTHON_EXCEPTION: in TfPyConvertPythonExceptionToTfErrors at line 114 of /buildAgent/work/ca6c508eae419cf8/USD/pxr/base/tf/pyError.cpp – Tf Python Exception
2023-09-26 10:45:36 [12,111ms] [Error] [omni.usd] TF_PYTHON_EXCEPTION: in TfPyConvertPythonExceptionToTfErrors at line 114 of /buildAgent/work/ca6c508eae419cf8/USD/pxr/base/tf/pyError.cpp – Tf Python Exception
2023-09-26 10:45:36 [12,111ms] [Error] [omni.usd] TF_PYTHON_EXCEPTION: in TfPyConvertPythonExceptionToTfErrors at line 114 of /buildAgent/work/ca6c508eae419cf8/USD/pxr/base/tf/pyError.cpp – Tf Python Exception
2023-09-26 10:45:36 [12,111ms] [Error] [omni.usd] TF_PYTHON_EXCEPTION: in TfPyConvertPythonExceptionToTfErrors at line 114 of /buildAgent/work/ca6c508eae419cf8/USD/pxr/base/tf/pyError.cpp – Tf Python Exception
2023-09-26 10:45:36 [12,111ms] [Error] [omni.usd] TF_PYTHON_EXCEPTION: in TfPyConvertPythonExceptionToTfErrors at line 114 of /buildAgent/work/ca6c508eae419cf8/USD/pxr/base/tf/pyError.cpp – Tf Python Exception
2023-09-26 10:45:36 [12,111ms] [Error] [omni.usd] TF_PYTHON_EXCEPTION: in TfPyConvertPythonExceptionToTfErrors at line 114 of /buildAgent/work/ca6c508eae419cf8/USD/pxr/base/tf/pyError.cpp – Tf Python Exception
2023-09-26 10:45:36 [12,112ms] [Error] [omni.usd] TF_PYTHON_EXCEPTION: in TfPyConvertPythonExceptionToTfErrors at line 114 of /buildAgent/work/ca6c508eae419cf8/USD/pxr/base/tf/pyError.cpp – Tf Python Exception
2023-09-26 10:45:36 [12,112ms] [Error] [omni.usd] TF_PYTHON_EXCEPTION: in TfPyConvertPythonExceptionToTfErrors at line 114 of /buildAgent/work/ca6c508eae419cf8/USD/pxr/base/tf/pyError.cpp – Tf Python Exception
2023-09-26 10:45:36 [12,112ms] [Error] [omni.usd] TF_PYTHON_EXCEPTION: in TfPyConvertPythonExceptionToTfErrors at line 114 of /buildAgent/work/ca6c508eae419cf8/USD/pxr/base/tf/pyError.cpp – Tf Python Exception
2023-09-26 10:45:36 [12,112ms] [Error] [omni.usd] TF_PYTHON_EXCEPTION: in TfPyConvertPythonExceptionToTfErrors at line 114 of /buildAgent/work/ca6c508eae419cf8/USD/pxr/base/tf/pyError.cpp – Tf Python Exception
2023-09-26 10:45:36 [12,112ms] [Error] [omni.usd] TF_PYTHON_EXCEPTION: in TfPyConvertPythonExceptionToTfErrors at line 114 of /buildAgent/work/ca6c508eae419cf8/USD/pxr/base/tf/pyError.cpp – Tf Python Exception
2023-09-26 10:45:36 [12,112ms] [Error] [omni.usd] TF_PYTHON_EXCEPTION: in TfPyConvertPythonExceptionToTfErrors at line 114 of /buildAgent/work/ca6c508eae419cf8/USD/pxr/base/tf/pyError.cpp – Tf Python Exception
2023-09-26 10:45:36 [12,112ms] [Error] [omni.usd] TF_PYTHON_EXCEPTION: in TfPyConvertPythonExceptionToTfErrors at line 114 of /buildAgent/work/ca6c508eae419cf8/USD/pxr/base/tf/pyError.cpp – Tf Python Exception
2023-09-26 10:45:36 [12,113ms] [Error] [omni.usd] TF_PYTHON_EXCEPTION: in TfPyConvertPythonExceptionToTfErrors at line 114 of /buildAgent/work/ca6c508eae419cf8/USD/pxr/base/tf/pyError.cpp – Tf Python Exception
2023-09-26 10:45:36 [12,113ms] [Error] [omni.usd] TF_PYTHON_EXCEPTION: in TfPyConvertPythonExceptionToTfErrors at line 114 of /buildAgent/work/ca6c508eae419cf8/USD/pxr/base/tf/pyError.cpp – Tf Python Exception
2023-09-26 10:45:36 [12,113ms] [Error] [omni.usd] TF_PYTHON_EXCEPTION: in TfPyConvertPythonExceptionToTfErrors at line 114 of /buildAgent/work/ca6c508eae419cf8/USD/pxr/base/tf/pyError.cpp – Tf Python Exception
2023-09-26 10:45:36 [12,113ms] [Error] [omni.usd] TF_PYTHON_EXCEPTION: in TfPyConvertPythonExceptionToTfErrors at line 114 of /buildAgent/work/ca6c508eae419cf8/USD/pxr/base/tf/pyError.cpp – Tf Python Exception
2023-09-26 10:45:36 [12,113ms] [Error] [omni.usd] TF_PYTHON_EXCEPTION: in TfPyConvertPythonExceptionToTfErrors at line 114 of /buildAgent/work/ca6c508eae419cf8/USD/pxr/base/tf/pyError.cpp – Tf Python Exception
2023-09-26 10:45:36 [12,113ms] [Error] [omni.usd] TF_PYTHON_EXCEPTION: in TfPyConvertPythonExceptionToTfErrors at line 114 of /buildAgent/work/ca6c508eae419cf8/USD/pxr/base/tf/pyError.cpp – Tf Python Exception
2023-09-26 10:45:36 [12,113ms] [Error] [omni.usd] TF_PYTHON_EXCEPTION: in TfPyConvertPythonExceptionToTfErrors at line 114 of /buildAgent/work/ca6c508eae419cf8/USD/pxr/base/tf/pyError.cpp – Tf Python Exception
2023-09-26 10:45:36 [12,113ms] [Error] [omni.usd] TF_PYTHON_EXCEPTION: in TfPyConvertPythonExceptionToTfErrors at line 114 of /buildAgent/work/ca6c508eae419cf8/USD/pxr/base/tf/pyError.cpp – Tf Python Exception
2023-09-26 10:45:36 [12,113ms] [Error] [omni.usd] TF_PYTHON_EXCEPTION: in TfPyConvertPythonExceptionToTfErrors at line 114 of /buildAgent/work/ca6c508eae419cf8/USD/pxr/base/tf/pyError.cpp – Tf Python Exception
2023-09-26 10:45:36 [12,113ms] [Error] [omni.usd] TF_PYTHON_EXCEPTION: in TfPyConvertPythonExceptionToTfErrors at line 114 of /buildAgent/work/ca6c508eae419cf8/USD/pxr/base/tf/pyError.cpp – Tf Python Exception
2023-09-26 10:45:36 [12,113ms] [Error] [omni.usd] TF_PYTHON_EXCEPTION: in TfPyConvertPythonExceptionToTfErrors at line 114 of /buildAgent/work/ca6c508eae419cf8/USD/pxr/base/tf/pyError.cpp – Tf Python Exception
Thanks in advance,
kind regards,
bay