| | |
| | |
| | |
| |
|
| | [package] |
| | title = "Isaac Lab Python OpenXR" |
| | description = "An app for running Isaac Lab with OpenXR" |
| | version = "2.3.0" |
| |
|
| | |
| | keywords = ["experience", "app", "usd"] |
| |
|
| | [settings] |
| | |
| | app.versionFile = "${exe-path}/VERSION" |
| | app.folder = "${exe-path}/" |
| | app.name = "Isaac-Sim" |
| | app.version = "5.1.0" |
| |
|
| | |
| | |
| | omni.replicator.asyncRendering = false |
| | app.asyncRendering = true |
| | app.asyncRenderingLowLatency = true |
| |
|
| | |
| | renderer.multiGpu.maxGpuCount = 16 |
| | renderer.gpuEnumeration.glInterop.enabled = true |
| |
|
| | |
| | app.useFabricSceneDelegate = true |
| | |
| | rtx.hydra.readTransformsFromFabricInRenderDelegate = true |
| |
|
| | |
| | xr.skipInputDeviceUSDWrites = true |
| | 'rtx-transient'.resourcemanager.enableTextureStreaming = false |
| |
|
| | [dependencies] |
| | "isaaclab.python" = {} |
| |
|
| | |
| | "omni.kit.xr.system.openxr" = {} |
| | "omni.kit.xr.profile.ar" = {} |
| |
|
| | [settings.isaaclab] |
| | |
| | cameras_enabled = true |
| |
|
| | [settings] |
| | app.xr.enabled = true |
| | |
| | app.profilerBackend = "nvtx" |
| |
|
| | |
| | xr.ui.enabled = false |
| | xr.depth.aov = "GBufferDepth" |
| | defaults.xr.profile.ar.anchorMode = "custom anchor" |
| | rtx.rendermode = "RaytracedLighting" |
| | persistent.xr.profile.ar.renderQuality = "performance" |
| | persistent.xr.profile.ar.render.nearPlane = 0.15 |
| | xr.openxr.components."omni.kit.xr.openxr.ext.hand_tracking".enabled = true |
| | xr.openxr.components."isaacsim.xr.openxr.hand_tracking".enabled = true |
| |
|
| | [settings.app.python] |
| | |
| | interceptSysStdOutput = false |
| | logSysStdOutput = false |
| |
|
| | |
| | [settings.app.exts] |
| | folders = [ |
| | "${exe-path}/exts", |
| | "${exe-path}/extscore", |
| | "${exe-path}/../exts", |
| | "${exe-path}/../extsDeprecated", |
| | "${exe-path}/../extscache", |
| | "${exe-path}/../extsPhysics", |
| | "${exe-path}/../isaacsim/exts", |
| | "${exe-path}/../isaacsim/extsDeprecated", |
| | "${exe-path}/../isaacsim/extscache", |
| | "${exe-path}/../isaacsim/extsPhysics", |
| | "${app}", |
| | "${app}/../source", |
| | ] |
| |
|
| | |
| | |
| | |
| | [settings] |
| | persistent.isaac.asset_root.default = "https://omniverse-content-production.s3-us-west-2.amazonaws.com/Assets/Isaac/5.1" |
| | persistent.isaac.asset_root.cloud = "https://omniverse-content-production.s3-us-west-2.amazonaws.com/Assets/Isaac/5.1" |
| | persistent.isaac.asset_root.nvidia = "https://omniverse-content-production.s3-us-west-2.amazonaws.com/Assets/Isaac/5.1" |
| |
|