| | |
| | |
| | |
| |
|
| | [package] |
| | title = "Isaac Lab Python OpenXR Headless" |
| | description = "An app for running Isaac Lab with OpenXR in headless mode" |
| | version = "2.3.0" |
| |
|
| | |
| | keywords = ["experience", "app", "usd", "headless"] |
| |
|
| | [settings] |
| | |
| | app.versionFile = "${exe-path}/VERSION" |
| | app.folder = "${exe-path}/" |
| | app.name = "Isaac-Sim" |
| | app.version = "5.1.0" |
| |
|
| | |
| | app.useFabricSceneDelegate = true |
| | |
| | rtx.hydra.readTransformsFromFabricInRenderDelegate = true |
| |
|
| | |
| | xr.skipInputDeviceUSDWrites = true |
| | 'rtx-transient'.resourcemanager.enableTextureStreaming = false |
| |
|
| | [settings.isaaclab] |
| | |
| | cameras_enabled = true |
| |
|
| | [dependencies] |
| | "isaaclab.python.xr.openxr" = {} |
| |
|
| | [settings] |
| | xr.profile.ar.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" |
| |
|