| |
| |
| |
| |
| |
| |
| |
|
|
| [package] |
| title = "Isaac Lab Python Camera" |
| description = "An app for running Isaac Lab with rendering enabled" |
| version = "2.3.0" |
|
|
| |
| keywords = ["experience", "app", "isaaclab", "python", "camera", "minimal"] |
|
|
| [dependencies] |
| |
| "isaaclab.python" = {} |
|
|
| |
| "omni.kit.property.physx" = {} |
|
|
| |
| "omni.kit.material.library" = {} |
|
|
| [settings.isaaclab] |
| |
| cameras_enabled = true |
|
|
| [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 |
|
|
| |
| |
| app.enableStdoutOutput = false |
|
|
| |
| isaac.startup.ros_bridge_extension = "" |
|
|
| |
| |
| rtx.translucency.enabled = false |
| rtx.reflections.enabled = false |
| rtx.indirectDiffuse.enabled = false |
| rtx-transient.dlssg.enabled = false |
| rtx.directLighting.sampledLighting.enabled = true |
| rtx.directLighting.sampledLighting.samplesPerPixel = 1 |
| rtx.sceneDb.ambientLightIntensity = 1.0 |
| |
|
|
| |
| rtx.pathtracing.maxSamplesPerLaunch = 1000000 |
| |
| rtx.viewTile.limit = 1000000 |
|
|
| |
| exts."omni.renderer.core".present.enabled=false |
|
|
| |
| rtx.raytracing.cached.enabled = false |
| rtx.ambientOcclusion.enabled = false |
|
|
| |
| rtx.post.dlss.execMode = 0 |
|
|
| |
| renderer.multiGpu.maxGpuCount=1 |
|
|
| |
| omni.replicator.asyncRendering = false |
|
|
| |
| app.updateOrder.checkForHydraRenderComplete = 1000 |
| app.renderer.waitIdle=true |
| app.hydraEngine.waitIdle=true |
|
|
| app.audio.enabled = false |
|
|
| |
| exts."omni.replicator.core".Orchestrator.enabled = false |
|
|
| |
| metricsAssembler.changeListenerEnabled = false |
|
|
| [settings.physics] |
| updateToUsd = false |
| updateParticlesToUsd = false |
| updateVelocitiesToUsd = false |
| updateForceSensorsToUsd = false |
| outputVelocitiesLocalSpace = false |
| useFastCache = false |
| visualizationDisplayJoints = false |
| fabricUpdateTransformations = false |
| fabricUpdateVelocities = false |
| fabricUpdateForceSensors = false |
| fabricUpdateJointStates = false |
| |
| fabricUseGPUInterop = true |
|
|
| [settings.exts."omni.kit.registry.nucleus"] |
| registries = [ |
| { name = "kit/default", url = "https://ovextensionsprod.blob.core.windows.net/exts/kit/prod/107/shared" }, |
| { name = "kit/sdk", url = "https://ovextensionsprod.blob.core.windows.net/exts/kit/prod/sdk/${kit_version_short}/${kit_git_hash}" }, |
| { name = "kit/community", url = "https://dw290v42wisod.cloudfront.net/exts/kit/community" }, |
| ] |
|
|
| [settings.app.python] |
| |
| interceptSysStdOutput = false |
| logSysStdOutput = false |
|
|
| [settings.app.renderer] |
| skipWhileMinimized = false |
| sleepMsOnFocus = 0 |
| sleepMsOutOfFocus = 0 |
|
|
| |
| [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" |
|
|