Skip to content

IsaacSim/IsaacLab is hard to use by multiple users on the same PC #5158

@XiRouz

Description

@XiRouz

When IsaacSim/Lab is installed by one user, another users might not get the full/easy experience using them. Collaborative development becomes an issue, sometimes just taking more time to launch the apps, or even makes simulations not work entirely.

IsaacSim/Lab installation has had problems in the past regarding where it puts its files, creating problems with permissions, when other user who did not install it tries to use it. There is a new one I haven't dealt with before in the v3.0.0 beta release I'd like to share as well.

Specs:
Ubuntu 22.04
IsaacSim 5.1.0 / IsaacLab 2.3.0/2.3.1
IsaacSim 6.0.0 / IsaacLab 3.0.0-beta is also mentioned

The issues I've encountered are listed below:

  1. Some extensions were seemingly not cached and each time a non-installer user tried to launch Sim/Lab they were resyncing such extensions. I manually resymlinked some of the extensions inside isaaclab-env_5.1/lib/python3.11/site-packages/isaacsim/kit/data/Kit/Isaac-Sim/5.1/exts/3 in the past to be located in a shared location. Previous links were pointing towards my user's .local/share/ov/data/exts/3/... and were not available, even if other users had the same shared group on those links, and setting the group to my home folder also didn't seem to help.
  2. Similar problem with write rights occurs for .log files inside the IsaacLab's virtual environment, setting the group shared by other users for the whole venv directory did not help, only the owner user seems to be able to write log files to venv.
  3. I had errors about exclusive lock to data store pop up, they looked like this:
    [Error] [omni.datastore] Failed to acquire exclusive lock to data store (256>=256)
    [Error] [omni.datastore] Failed to create local file data store at '.../isaaclab-env_6.0/lib/python3.12/site-packages/isaacsim/kit/cache/DerivedDataCache'
    I don't recall how we fixed it, but after some actions these errors were gone.
  4. IsaacLab's URDF importer creates /tmp/IsaacLab directory where it stores temporary files when working on importing URDF to USD. Any user who launches IsaacLab first, now owns this directory, which lead to URDF importer not working for other users until the folder is deleted or the rights were reassigned. As a workaround, we added /tmp to the shared user group and used chmod g+s so that IsaacLab's temp folder would inherit the group, when created.
  5. With the new Lab v3.0.0-beta release, I tried to install Lab with UV via the instructions in the docs. By default the UV installer had downloaded and installed python3.12 to my user's home folder: /home/$USER/.local/share/uv/python/cpython-3.12.... Setting the group to the shared one on IsaacLab's directory, according venv and my HOME directory did not help - users are getting "Permission denied" error when trying to launch Lab's tutorial examples, for example ./isaaclab.sh -p scripts/tutorials/01_assets/run_deformable_object.py --viz kit.
    Tried setting UV_PYTHON_INSTALL_DIR and UV_PYTHON_BIN_DIR to then install python to a shared place instead of $HOME directory, and then changing isaaclab-env_6.0/bin/python to point to that location, as well as changing "home" entry in isaaclab-env_6.0/pyvenv.cfg. This made the app launch to a certain point, but the same deformable object example crashes for non-installer users,the traceback goes as follows:
Traceback (most recent call last):
  File ".../IsaacLab_3.0.0/scripts/tutorials/01_assets/run_deformable_object.py", line 165, in <module>
    main()
  File ".../IsaacLab_3.0.0/scripts/tutorials/01_assets/run_deformable_object.py", line 153, in main
    scene_entities, scene_origins = design_scene()
                                    ^^^^^^^^^^^^^^
  File ".../IsaacLab_3.0.0/scripts/tutorials/01_assets/run_deformable_object.py", line 49, in design_scene
    cfg.func("/World/defaultGroundPlane", cfg)
  File ".../IsaacLab_3.0.0/source/isaaclab/isaaclab/utils/string.py", line 202, in __call__
    return self._resolve()(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File ".../IsaacLab_3.0.0/source/isaaclab/isaaclab/sim/spawners/from_files/from_files.py", line 219, in spawn_ground_plane
    raise ValueError(f"No collision prim found at path: '{prim_path}'.")
ValueError: No collision prim found at path: '/World/defaultGroundPlane'.

Same error shows when launching run_rigid_object.py.
I will try to reinstall the venv with a shared python location and share the results later.

Full log for issue number 5:
$ ./isaaclab.sh -p scripts/tutorials/01_assets/run_deformable_object.py --viz kit
[INFO] Using Python: ".../isaaclab-env_6.0/bin/python"
[WARN][AppLauncher]: There are no arguments attached to the ArgumentParser object. If you have your own arguments, please load your own arguments before calling the `AppLauncher.add_app_launcher_args` method. This allows the method to check the validity of the arguments and perform checks for argument names.
Loading user config located at: '.../isaaclab-env_6.0/lib/python3.12/site-packages/isaacsim/kit/data/Kit/IsaacLab/3.0/user.config.json'
2026-04-02T17:22:16Z [0ms] [Warning] [omni.ext.plugin] [ext: isaaclab_visualizers] Extensions config 'extension.toml' doesn't exist '.../IsaacLab_3.0.0/source/isaaclab_visualizers' or '.../IsaacLab_3.0.0/source/isaaclab_visualizers/config'
2026-04-02T17:22:16Z [3ms] [Warning] [omni.ext.plugin] [ext: extensions] Extensions config 'extension.toml' doesn't exist '.../IsaacLab_3.0.0/source/extensions' or '.../IsaacLab_3.0.0/source/extensions/config'
[0.141s] [ext: omni.assets.plugins-0.0.0] startup
[0.142s] [ext: omni.blobkey-1.1.2] startup
[0.142s] [ext: omni.kit.async_engine-0.0.3] startup
[0.269s] [ext: omni.client.lib-1.1.1] startup
[0.284s] [ext: omni.client-1.3.0] startup
[0.289s] [ext: omni.protobuf.lib-1.0.0] startup
[0.290s] [ext: omni.grpc.lib-1.0.0] startup
[0.296s] [ext: omni.metrics.core-0.0.3] startup
[0.296s] [ext: omni.datastore-0.0.0] startup
WARNING: All log messages before absl::InitializeLog() is called are written to STDERR
E0000 00:00:1775150537.098881  914344 descriptor_database.cc:633] File already exists in database: grpc/health/v1/health.proto
W0000 00:00:1775150537.098921  914344 message.cc:301] Protobuf GeneratedMessageFactory: File is already registered: grpc/health/v1/health.proto
[0.297s] [ext: omni.gpu_foundation.shadercache.vulkan-1.0.0] startup
[0.299s] [ext: omni.hsscclient-1.1.4] startup
[0.300s] [ext: omni.stats-1.0.1] startup
[0.301s] [ext: omni.ujitso.default-1.0.0] startup
2026-04-02T17:22:17Z [194ms] [Error] [omni.datastore] Failed to acquire exclusive lock to data store (256>=256)
2026-04-02T17:22:17Z [194ms] [Error] [omni.datastore] Failed to create local file data store at '.../isaaclab-env_6.0/lib/python3.12/site-packages/isaacsim/kit/cache/DerivedDataCache'
[0.309s] [ext: omni.gpu_foundation-0.0.0] startup
[0.322s] [ext: carb.windowing.plugins-1.0.1] startup
[0.332s] [ext: omni.kit.renderer.init-1.0.1] startup

|---------------------------------------------------------------------------------------------|
| Driver Version: 570.195.03    | Graphics API: Vulkan
|=============================================================================================|
| GPU | Name                             | Active | LDA | GPU Memory | Vendor-ID | LUID       |
|     |                                  |        |     |            | Device-ID | UUID       |
|     |                                  |        |     |            | Bus-ID    |            |
|---------------------------------------------------------------------------------------------|
| 0   | NVIDIA GeForce RTX 4090          | Yes: 1 |     | 24564   MB | 10de      | 0          |
|     |                                  |        |     |            | 2684      | ef0fb7d5.. |
|     |                                  |        |     |            | 1         |            |
|---------------------------------------------------------------------------------------------|
| 1   | NVIDIA GeForce RTX 4090          | Yes: 0 |     | 24564   MB | 10de      | 0          |
|     |                                  |        |     |            | 2684      | a6a82d3c.. |
|     |                                  |        |     |            | 61        |            |
|=============================================================================================|
| OS: 22.04.5 LTS (Jammy Jellyfish) ubuntu, Version: 22.04.5, Kernel: 6.8.0-90-generic
| XServer Vendor: The X.Org Foundation, XServer Version: 12101004 (1.21.1.4)
| Processor: AMD Ryzen Threadripper PRO 5975WX 32-Cores
| Cores: 32 | Logical Cores: 64
|---------------------------------------------------------------------------------------------|
| Total Memory (MB): 257562 | Free Memory: 218059
| Total Page/Swap (MB): 2047 | Free Page/Swap: 266
|---------------------------------------------------------------------------------------------|
[2.312s] [ext: omni.kit.pipapi-0.0.0] startup
[2.314s] [ext: omni.kit.telemetry-0.5.2] startup
[2.389s] [ext: omni.kit.loop-isaac-1.5.0] startup
[2.390s] [ext: omni.kit.test-2.0.6] startup
[2.459s] [ext: omni.materialx.libs-1.0.9] startup
[2.469s] [ext: omni.gpucompute.plugins-0.0.0] startup
[2.469s] [ext: omni.usd.config-1.0.6] startup
[2.474s] [ext: omni.usd.libs-1.0.1] startup
[2.614s] [ext: omni.iray.libs-0.0.1] startup
[2.622s] [ext: omni.mdl-57.0.1] startup
[2.650s] [ext: omni.mdl.neuraylib-0.2.19] startup
[2.653s] [ext: omni.kit.usd.mdl-1.1.9] startup
[2.788s] [ext: omni.appwindow-1.2.1] startup
[2.795s] [ext: omni.kit.renderer.core-1.2.1] startup
[3.210s] [ext: omni.kit.renderer.capture-2.0.1] startup
[3.224s] [ext: omni.kit.renderer.imgui-2.0.6] startup
[3.322s] [ext: omni.ui-3.0.6] startup
[3.332s] [ext: omni.kit.mainwindow-1.0.3] startup
[3.333s] [ext: carb.audio-0.1.0] startup
[3.341s] [ext: omni.uiaudio-1.0.0] startup
[3.342s] [ext: omni.kit.uiapp-0.0.0] startup
[3.342s] [ext: omni.usd.schema.metrics.assembler-110.0.0] startup
[3.344s] [ext: omni.usd.schema.anim-0.0.1] startup
[3.363s] [ext: omni.usd.schema.audio-0.0.1] startup
[3.366s] [ext: omni.usd.schema.geospatial-0.0.1] startup
[3.369s] [ext: omni.usd.schema.semantics-0.0.0] startup
[3.372s] [ext: omni.activity.core-1.0.3] startup
[3.373s] [ext: omni.cubric-0.1.0] startup
[3.373s] [ext: omni.graph.exec-0.9.6] startup
[3.374s] [ext: omni.usd_resolver-1.0.0] startup
[3.377s] [ext: omni.usd.core-1.8.0] startup
[3.380s] [ext: omni.hydra.scene_delegate-0.3.5] startup
[3.384s] [ext: usdrt.scenegraph-7.6.2] startup
[3.412s] [ext: omni.hydra.usdrt_delegate-7.5.2] startup
[3.418s] [ext: omni.kit.actions.core-1.0.0] startup
[3.420s] [ext: omni.kit.audiodeviceenum-1.0.2] startup
[3.422s] [ext: omni.kit.commands-1.5.0] startup
[3.425s] [ext: omni.kit.exec.core-0.13.5] startup
[3.426s] [ext: omni.kit.usd_undo-0.1.8] startup
[3.427s] [ext: omni.kit.window.popup_dialog-2.0.25] startup
[3.430s] [ext: omni.kit.widget.nucleus_connector-2.3.0] startup
[3.433s] [ext: omni.timeline-1.1.0] startup
[3.436s] [ext: omni.usd-1.13.61] startup
2026-04-02T17:22:20Z [3,350ms] [Warning] [carb] Acquiring non optional plugin interface which is not listed as dependency: [carb::datasource::IDataSource v1.1] (plugin: carb.datasource-omniclient.plugin), by client: omni.usd. Add it to CARB_PLUGIN_IMPL_DEPS() macro of a client.
[3.475s] [ext: isaacsim.robot.schema-5.1.0] startup
[3.484s] [ext: isaacsim.robot_motion.schema-0.2.0] startup
[3.485s] [ext: omni.kit.asset_converter-5.1.1] startup
[3.499s] [ext: omni.usd.schema.mujoco-1.1.0] startup
[3.500s] [ext: omni.usd.schema.newton-1.1.0] startup
[3.500s] [ext: omni.usd.schema.omni_lens_distortion-1.0.0] startup
[3.501s] [ext: omni.usd.schema.omni_projectors-1.0.0] startup
[3.501s] [ext: omni.usd.schema.omni_sensors-0.0.0] startup
[3.508s] [ext: omni.usd.schema.omnigraph-1.0.1] startup
[3.513s] [ext: omni.usd.schema.omniscripting-1.0.1] startup
[3.517s] [ext: omni.usd.schema.physical_lighting-0.1.0] startup
[3.520s] [ext: omni.usd.schema.physx-110.0.7] startup
[3.555s] [ext: omni.usd.schema.render_settings.rtx-1.0.1] startup
[3.557s] [ext: omni.usd.schema.usd_particle_field-1.0.0] startup
[3.558s] [ext: isaaclab-4.5.22] startup
[4.044s] [ext: isaaclab_contrib-0.3.0] startup
[4.044s] [ext: omni.inspect-1.0.2] startup
[4.046s] [ext: omni.graph.core-3.1.0] startup
[4.049s] [ext: omni.kit.notification_manager-1.0.10] startup
[4.050s] [ext: isaacsim.core.deprecation_manager-0.3.3] startup
[4.051s] [ext: isaacsim.core.version-2.0.6] startup
[4.051s] [ext: omni.kit.menu.core-1.2.0] startup
[4.052s] [ext: omni.kit.menu.utils-2.2.3] startup
[4.059s] [ext: isaacsim.app.about-2.2.0] startup
[4.065s] [ext: isaacsim.asset.transformer-1.0.3] startup
[4.068s] [ext: omni.kit.usd.layers-2.5.2] startup
[4.076s] [ext: omni.kit.primitive.mesh-1.1.0] startup
[4.079s] [ext: omni.kit.stage_template.core-1.1.22] startup
[4.079s] [ext: omni.kit.stage_templates-2.0.2] startup
[4.081s] [ext: omni.usd.metrics.assembler-110.0.0] startup
[4.086s] [ext: omni.warp.core-1.12.0] startup
[4.087s] [ext: isaacsim.core.experimental.utils-0.11.4] startup
[4.088s] [ext: omni.convexdecomposition-110.0.7] startup
[4.090s] [ext: omni.physics-110.0.7] startup
[4.094s] [ext: omni.physx.foundation-110.0.7] startup
[4.096s] [ext: omni.usdphysics-110.0.7] startup
[4.098s] [ext: omni.physx.cooking-110.0.7] startup
[4.100s] [ext: omni.physx-110.0.7] startup
[4.112s] [ext: omni.physics.physx-110.0.7] startup
[4.115s] [ext: omni.physics.stageupdate-110.0.7] startup
[4.117s] [ext: omni.physics.tensors-110.0.7] startup
[4.123s] [ext: omni.physx.tensors-110.0.7] startup
[4.130s] [ext: omni.usdex.libs-2.2.1] startup
[4.139s] [ext: isaacsim.core.simulation_manager-1.12.0] startup
[4.154s] [ext: isaacsim.test.docstring-1.3.0] startup
[4.157s] [ext: isaacsim.core.experimental.prims-1.3.1] startup
[4.179s] [ext: omni.mesh_tools.libs-110.0.1] startup
[4.180s] [ext: omni.scene.optimizer.core-110.0.4] startup
[4.235s] [ext: isaacsim.asset.importer.utils-1.1.1] startup
[4.237s] [ext: isaacsim.asset.transformer.rules-1.2.0] startup
[4.243s] [ext: isaacsim.asset.importer.mjcf-3.2.0] startup
[4.245s] [ext: isaacsim.asset.importer.urdf-3.2.1] startup
[4.246s] [ext: isaacsim.storage.native-1.8.0] startup
[4.247s] [ext: omni.hydra.rtx.shadercache.vulkan-1.0.0] startup
[4.248s] [ext: omni.index.libs-387500.3473.0] startup
[4.248s] [ext: omni.index-1.0.1] startup
[4.249s] [ext: omni.ujitso.client-0.0.0] startup
[4.250s] [ext: omni.usd.schema.playback-1.0.0] startup
[4.253s] [ext: omni.volume-0.5.2] startup
[4.258s] [ext: omni.hydra.rtx-1.0.2] startup
2026-04-02T17:22:21Z [4,165ms] [Warning] [omni.log] Source: omni.hydra was already registered.
[4.305s] [ext: omni.debugdraw-0.1.4] startup
[4.309s] [ext: omni.hydra.engine.stats-1.0.4] startup
[4.311s] [ext: omni.kit.clipboard-1.1.1] startup
[4.312s] [ext: omni.kit.widget.context_menu-1.3.0] startup
[4.313s] [ext: omni.kit.context_menu-1.8.6] startup
[4.315s] [ext: omni.kit.helper.file_utils-0.1.10] startup
[4.316s] [ext: omni.kit.hotkeys.core-1.3.12] startup
[4.317s] [ext: omni.kit.hydra_texture-1.6.0] startup
[4.321s] [ext: omni.kit.manipulator.selector-1.1.4] startup
[4.322s] [ext: omni.kit.widget.searchable_combobox-1.0.7] startup
[4.323s] [ext: omni.kit.widget.settings-1.2.6] startup
[4.324s] [ext: omni.kit.window.preferences-1.8.3] startup
[4.328s] [ext: omni.ui.scene-2.0.1] startup
[4.335s] [ext: omni.kit.manipulator.transform-107.0.0] startup
[4.339s] [ext: omni.kit.widget.path_field-2.0.13] startup
[4.339s] [ext: omni.kit.widget.browser_bar-2.0.10] startup
[4.340s] [ext: omni.kit.widget.filebrowser-2.13.1] startup
[4.344s] [ext: omni.kit.widget.options_menu-1.1.6] startup
[4.346s] [ext: omni.kit.widget.options_button-1.0.3] startup
[4.347s] [ext: omni.kit.window.filepicker-2.15.2] startup
[4.360s] [ext: omni.kit.window.file_importer-1.1.20] startup
[4.363s] [ext: omni.kit.material.library-3.1.0] startup
[4.370s] [ext: omni.kit.raycast.query-1.2.0] startup
[4.375s] [ext: omni.kit.viewport.legacy_gizmos-1.0.24] startup
[4.378s] [ext: omni.kit.viewport.registry-104.0.6] startup
[4.378s] [ext: omni.kit.viewport.scene_camera_model-1.0.7] startup
[4.383s] [ext: omni.kit.widget.viewport-109.1.1] startup
[4.386s] [ext: omni.kit.window.drop_support-1.0.8] startup
[4.386s] [ext: omni.kit.viewport.window-109.0.1] startup
[4.403s] [ext: omni.kit.viewport.utility-2.0.1] startup
[4.403s] [ext: omni.kit.widget.toolbar-2.1.0] startup
[4.409s] [ext: omni.kit.manipulator.tool.snap-1.5.14] startup
[4.412s] [ext: omni.kit.manipulator.viewport-107.0.1] startup
[4.413s] [ext: omni.kit.viewport.manipulator.transform-107.0.4] startup
[4.414s] [ext: omni.kit.manipulator.prim.core-108.0.1] startup
[4.420s] [ext: omni.kit.manipulator.prim.usd-107.0.3] startup
[4.421s] [ext: omni.kit.manipulator.prim-108.0.0] startup
[4.421s] [ext: omni.kit.manipulator.selection-109.0.1] startup
[4.423s] [ext: omni.kit.property.adapter.core-1.1.1] startup
[4.425s] [ext: omni.kit.property.adapter.usd-1.0.5] startup
[4.426s] [ext: omni.kit.widget.filter-1.1.5] startup
[4.427s] [ext: omni.kit.widget.highlight_label-1.0.3] startup
[4.427s] [ext: omni.kit.widget.searchfield-1.1.8] startup
[4.429s] [ext: omni.kit.window.file_exporter-1.0.35] startup
[4.429s] [ext: omni.kit.widget.stage-4.1.0] startup
[4.437s] [ext: omni.kit.window.content_browser_registry-0.0.6] startup
[4.437s] [ext: omni.kit.window.file-2.0.9] startup
[4.440s] [ext: omni.kit.window.content_browser-3.1.7] startup
[4.450s] [ext: omni.kit.window.property-1.15.0] startup
[4.462s] [ext: omni.kit.property.usd-4.8.1] startup
[4.472s] [ext: omni.kit.viewport.actions-107.0.2] startup
[4.476s] [ext: omni.kit.viewport.menubar.core-107.2.2] startup
[4.490s] [ext: omni.kit.viewport.menubar.display-107.1.3] startup
[4.491s] [ext: omni.kit.widget.prompt-1.0.7] startup
[4.492s] [ext: omni.kit.widget.layers-1.9.0] startup
[4.502s] [ext: omni.physx.commands-110.0.7] startup
[4.506s] [ext: omni.usdphysics.ui-110.0.7] startup
[4.532s] [ext: omni.physx.ui-110.0.7] startup
[4.559s] [ext: omni.usd.metrics.assembler.physics-110.0.7] startup
[4.561s] [ext: isaacsim.core.utils-4.0.4] startup
[4.563s] [ext: isaacsim.core.prims-0.8.8] startup
[4.584s] [ext: isaacsim.core.api-5.0.1] startup
[4.681s] [ext: isaacsim.core.cloner-1.6.4] startup
[4.683s] [ext: isaacsim.core.experimental.objects-0.6.0] startup
[4.686s] [ext: isaacsim.core.rendering_manager-0.2.3] startup
[4.690s] [ext: omni.graph.tools-1.81.0] startup
[4.711s] [ext: omni.graph-1.142.5] startup
[4.754s] [ext: omni.graph.action_core-1.1.9] startup
[4.759s] [ext: omni.graph.action_nodes_core-2.10.2] startup
[4.763s] [ext: omni.graph.action_nodes-2.10.2] startup
[4.795s] [ext: omni.graph.action-2.10.2] startup
[4.797s] [ext: omni.graph.image.core-0.6.1] startup
[4.800s] [ext: omni.graph.image.nodes-1.3.1] startup
[4.801s] [ext: omni.graph.nodes_core-2.10.2] startup
[4.812s] [ext: omni.graph.nodes-2.10.2] startup
[4.821s] [ext: omni.kit.widget.text_editor-1.1.1] startup
[4.824s] [ext: omni.graph.scriptnode-2.10.2] startup
[4.837s] [ext: omni.syntheticdata-0.6.15] startup
[4.874s] [ext: omni.replicator.nv-1.1.0] startup
OmniReplicatorNvExtension starting up (ext_id: omni.replicator.nv-1.1.0).
[4.881s] [ext: omni.videoencoding-0.1.2] startup
[4.884s] [ext: omni.replicator.core-1.13.4] startup
2026-04-02T17:22:21Z [4,780ms] [Warning] [pxr.Semantics] pxr.Semantics is deprecated - please use Semantics instead
2026-04-02T17:22:21Z [4,884ms] [Warning] [omni.replicator.core.scripts.extension] No material configuration file, adding configuration to material settings directly.
[5.160s] [ext: isaacsim.core.nodes-5.4.0] startup
[5.204s] [ext: isaacsim.core.throttling-2.2.5] startup
[5.205s] [ext: omni.graph.visualization.nodes-2.1.4] startup
[5.228s] [ext: omni.kit.window.extensions-1.5.5] startup
[5.236s] [ext: isaacsim.gui.components-1.7.2] startup
[5.242s] [ext: isaacsim.examples.base-1.3.0] startup
[5.245s] [ext: omni.kit.widget.zoombar-1.0.7] startup
[5.246s] [ext: omni.kit.browser.core-2.3.17] startup
[5.251s] [ext: omni.kit.browser.folder.core-1.12.1] startup
[5.259s] [ext: omni.kit.widget.stage_icons-1.0.8] startup
[5.260s] [ext: omni.kit.window.stage-2.6.1] startup
[5.265s] [ext: omni.kit.menu.stage-1.2.7] startup
[5.267s] [ext: omni.kit.usd.collect-3.0.1] startup
[5.270s] [ext: omni.kit.tool.collect-2.2.19] startup
[5.273s] [ext: isaacsim.examples.browser-0.3.0] startup
[5.275s] [ext: omni.kit.selection-0.1.6] startup
[5.277s] [ext: isaacsim.gui.menu-2.10.2] startup
[5.288s] [ext: isaacsim.gui.property-1.5.1] startup
[5.292s] [ext: omni.behavior.scripting.core-110.0.4] startup
[5.303s] [ext: isaacsim.replicator.behavior-1.4.0] startup
[5.304s] [ext: isaacsim.robot.surface_gripper-3.4.0] startup
[5.320s] [ext: isaacsim.robot.manipulators-3.4.0] startup
[5.335s] [ext: isaacsim.robot.policy.examples-5.1.1] startup
[5.398s] [ext: isaacsim.robot.wheeled_robots-5.1.2] startup
[5.449s] [ext: omni.kit.numpy.common-0.1.3] startup
[5.451s] [ext: isaacsim.sensors.camera-1.7.0] startup
[5.467s] [ext: isaacsim.sensors.physics-1.1.0] startup
[5.483s] [ext: isaacsim.util.debug_draw-3.2.1] startup
[5.494s] [ext: isaacsim.sensors.physx-2.5.0] startup
[5.507s] [ext: omni.sensors.net-1.0.1] startup
[5.512s] [ext: omni.sensors.nv.common-3.0.0] startup
[5.526s] [ext: omni.sensors.nv.materials-2.0.0] startup
[5.532s] [ext: omni.sensors.nv.ids-2.0.1] startup
[5.535s] [ext: omni.sensors.nv.lidar-3.0.0] startup
[5.544s] [ext: omni.sensors.nv.wpm-3.0.0] startup
[5.545s] [ext: omni.sensors.nv.radar-3.0.0] startup
[5.550s] [ext: isaacsim.sensors.rtx-15.14.1] startup
[5.573s] [ext: isaacsim.simulation_app-2.16.1] startup
[5.574s] [ext: omni.anim.curve.core-1.6.0] startup
[5.592s] [ext: omni.asset_validator.core-1.11.2] startup
[5.672s] [ext: omni.graph.ui_nodes-2.10.5] startup
[5.708s] [ext: omni.hydra.scene_api-0.1.3] startup
[5.717s] [ext: omni.kit.manipulator.camera-109.1.0] startup
[5.722s] [ext: omni.kit.menu.create-2.0.1] startup
[5.724s] [ext: omni.kit.property.audio-1.0.16] startup
[5.728s] [ext: omni.kit.property.camera-1.0.14] startup
[5.729s] [ext: omni.kit.property.geometry-2.1.2] startup
[5.733s] [ext: omni.kit.property.light-1.0.14] startup
2026-04-02T17:22:22Z [5,646ms] [Warning] [omni.usd] Encountered USD Warnings but USD Diagnostics are currently muted. To view USD Warnings, please set the '/persistent/app/usd/muteUsdDiagnostics' setting to false in Preferences page.
[5.773s] [ext: omni.kit.property.material-1.13.0] startup
[5.779s] [ext: omni.kit.property.render-1.2.2] startup
[5.780s] [ext: omni.kit.property.transform-1.6.9] startup
[5.784s] [ext: omni.kit.property.bundle-1.5.0] startup
[5.785s] [ext: omni.kit.property.physics-110.0.7] startup
[5.798s] [ext: omni.kit.stagerecorder.core-110.0.2] startup
[5.803s] [ext: omni.kit.stagerecorder.ui-110.0.0] startup
[5.805s] [ext: omni.kit.stagerecorder.bundle-110.0.0] startup
[5.806s] [ext: omni.kit.usdz_export-1.0.10] startup
[5.808s] [ext: omni.kit.tool.asset_importer-5.1.3] startup
[5.812s] [ext: omni.kit.ui.actions-1.0.5] startup
[5.814s] [ext: omni.ui_query-1.1.9] startup
[5.814s] [ext: omni.kit.ui_test-1.4.3] startup
[5.816s] [ext: omni.kit.viewport.menubar.camera-107.0.9] startup
[5.820s] [ext: omni.kit.viewport.menubar.lighting-107.3.2] startup
[5.823s] [ext: omni.kit.viewport.menubar.render-107.0.10] startup
[5.825s] [ext: omni.kit.viewport.menubar.settings-107.0.6] startup
[5.829s] [ext: omni.kit.window.console-1.1.7] startup
[5.833s] [ext: omni.kit.window.script_editor-2.0.7] startup
[5.836s] [ext: omni.kit.window.status_bar-0.1.9] startup
[5.841s] [ext: omni.kit.window.toolbar-3.0.3] startup
[5.843s] [ext: omni.ocio-0.1.1] startup
[5.844s] [ext: omni.physics.isaacsimready-110.0.7] startup
[5.849s] [ext: omni.physics.physx.ui-110.0.7] startup
[5.878s] [ext: omni.physics.ui-110.0.7] startup
[5.881s] [ext: omni.physx.asset_validator-110.0.7] startup
[5.888s] [ext: omni.physx.demos-110.0.7] startup
[5.908s] [ext: omni.physx.vehicle-110.0.7] startup
[5.929s] [ext: omni.physx.camera-110.0.7] startup
[5.941s] [ext: omni.physx.cct-110.0.7] startup
[5.965s] [ext: omni.physx.graph-110.0.7] startup
[5.999s] [ext: omni.physx.supportui-110.0.7] startup
[6.014s] [ext: omni.physx.bundle-110.0.7] startup
[6.014s] [ext: omni.replicator.replicator_yaml-2.0.12] startup
[6.026s] [ext: omni.rtx.window.settings-0.7.2] startup
[6.032s] [ext: omni.rtx.settings.core-0.6.7] startup
[6.034s] [ext: omni.usd.metrics.assembler.ui-110.0.0] startup
[6.043s] [ext: semantics.schema.editor-2.0.2] startup
[6.046s] [ext: semantics.schema.property-2.0.1] startup
[6.048s] [ext: isaaclab_assets-0.3.0] startup
[6.208s] [ext: isaaclab_tasks-1.5.11] startup
[6.242s] [ext: isaaclab_mimic-1.2.3] startup
[6.243s] [ext: isaaclab_newton-0.5.9] startup
[6.244s] [ext: isaaclab_physx-0.5.11] startup
[6.244s] [ext: isaaclab_rl-0.5.0] startup
[6.245s] [ext: omni.kit.menu.common-2.0.2] startup
[6.246s] [ext: isaaclab.python-3.0.0] startup
[6.250s] Simulation App Starting
[10.721s] Simulation App Startup Complete
[10.727s] app ready
2026-04-02T17:22:27Z [10,814ms] [Warning] [omni.kit.menu.utils.layout] Multiple matching items found for layout "Physics". Found Create, Window. Change <<class 'omni.kit.menu.utils.layout.MenuLayout.SubMenu'> name:Physics> to use specific source. Using "source="Create/Physics""
2026-04-02T17:22:28Z [11,247ms] [Warning] [isaaclab_physx.physics.physx_manager] TGS solver with enable_external_forces_every_iteration=False may cause noisy velocities.
[11.373s] [ext: omni.physx.fabric-110.0.7] startup
Traceback (most recent call last):
  File ".../IsaacLab_3.0.0/scripts/tutorials/01_assets/run_deformable_object.py", line 165, in <module>
    main()
  File ".../IsaacLab_3.0.0/scripts/tutorials/01_assets/run_deformable_object.py", line 153, in main
    scene_entities, scene_origins = design_scene()
                                    ^^^^^^^^^^^^^^
  File ".../IsaacLab_3.0.0/scripts/tutorials/01_assets/run_deformable_object.py", line 49, in design_scene
    cfg.func("/World/defaultGroundPlane", cfg)
  File ".../IsaacLab_3.0.0/source/isaaclab/isaaclab/utils/string.py", line 202, in __call__
    return self._resolve()(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File ".../IsaacLab_3.0.0/source/isaaclab/isaaclab/sim/spawners/from_files/from_files.py", line 219, in spawn_ground_plane
    raise ValueError(f"No collision prim found at path: '{prim_path}'.")
ValueError: No collision prim found at path: '/World/defaultGroundPlane'.
2026-04-02T17:22:29Z [12,928ms] [Warning] [simulation_app.simulation_app] SimulationApp.close() was not called explicitly. Shutting down automatically
2026-04-02T17:22:30Z [13,321ms] [Warning] [rtx.hydra] RenderDelegate : Warning /rtx/hydra/readTransformsFromFabricInRenderDelegate and geometry streaming are enabled together but this can cause issues with dynamic objects not streaming correctly due to problems in the transform update.
[13.697s] Simulation App Shutting Down

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions