Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/isaaclab.python.headless.kit
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ logSysStdOutput = false
# False for Isaac Sim
renderer.multiGpu.enabled = true
renderer.multiGpu.autoEnable = true
'rtx-transient'.resourcemanager.enableTextureStreaming = true
'rtx-transient'.resourcemanager.enableTextureStreaming = false
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Global setting change affects all headless users, not just tests

isaaclab.python.headless.kit is the shared app configuration loaded for every headless Isaac Lab run (training scripts, data-collection pipelines, etc.), not solely by CI rendering tests. Disabling texture streaming may change startup time, VRAM usage, and rendering fidelity for all downstream users. There is no comment here (or in the PR description) explaining whether this is intended to be permanent or is scoped to the test experiment.

app.asyncRendering = false
app.asyncRenderingLowLatency = false
app.hydraEngine.waitIdle = false
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Changed
^^^^^^^

* Changed :attr:`~isaaclab_ov.renderers.OVRTXRendererCfg.log_file_path` default to ``"/dev/stdout"``.
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ class OVRTXRendererCfg(RendererCfg):
log_level: str = "verbose"
"""OVRTX carb log level: "verbose", "info", "warn", "error"."""

log_file_path: str = "/tmp/ovrtx_renderer.log"
log_file_path: str = "/dev/stdout"
"""Path for OVRTX log file."""
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 0 additions & 14 deletions source/isaaclab_tasks/test/rendering_test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,99 +79,85 @@
"isaacsim_rtx_renderer",
"rgb",
id="physx-isaacsim_rtx-rgb",
marks=_FLAKY_MARK,
),
pytest.param(
"physx",
"isaacsim_rtx_renderer",
"albedo",
id="physx-isaacsim_rtx-albedo",
marks=_FLAKY_MARK,
),
pytest.param(
"physx",
"isaacsim_rtx_renderer",
"depth",
id="physx-isaacsim_rtx-depth",
marks=_FLAKY_MARK,
),
pytest.param(
"physx",
"isaacsim_rtx_renderer",
"simple_shading_constant_diffuse",
id="physx-isaacsim_rtx-simple_shading_constant_diffuse",
marks=_FLAKY_MARK,
),
pytest.param(
"physx",
"isaacsim_rtx_renderer",
"simple_shading_diffuse_mdl",
id="physx-isaacsim_rtx-simple_shading_diffuse_mdl",
marks=_FLAKY_MARK,
),
pytest.param(
"physx",
"isaacsim_rtx_renderer",
"simple_shading_full_mdl",
id="physx-isaacsim_rtx-simple_shading_full_mdl",
marks=_FLAKY_MARK,
),
pytest.param(
"physx",
"isaacsim_rtx_renderer",
"semantic_segmentation",
id="physx-isaacsim_rtx-semantic_segmentation",
marks=_FLAKY_MARK,
),
# newton + isaacsim_rtx_renderer
pytest.param(
"newton",
"isaacsim_rtx_renderer",
"rgb",
id="newton-isaacsim_rtx-rgb",
marks=_FLAKY_MARK,
),
pytest.param(
"newton",
"isaacsim_rtx_renderer",
"albedo",
id="newton-isaacsim_rtx-albedo",
marks=_FLAKY_MARK,
),
pytest.param(
"newton",
"isaacsim_rtx_renderer",
"depth",
id="newton-isaacsim_rtx-depth",
marks=_FLAKY_MARK,
),
pytest.param(
"newton",
"isaacsim_rtx_renderer",
"simple_shading_constant_diffuse",
id="newton-isaacsim_rtx-simple_shading_constant_diffuse",
marks=_FLAKY_MARK,
),
pytest.param(
"newton",
"isaacsim_rtx_renderer",
"simple_shading_diffuse_mdl",
id="newton-isaacsim_rtx-simple_shading_diffuse_mdl",
marks=_FLAKY_MARK,
),
pytest.param(
"newton",
"isaacsim_rtx_renderer",
"simple_shading_full_mdl",
id="newton-isaacsim_rtx-simple_shading_full_mdl",
marks=_FLAKY_MARK,
),
pytest.param(
"newton",
"isaacsim_rtx_renderer",
"semantic_segmentation",
id="newton-isaacsim_rtx-semantic_segmentation",
marks=_FLAKY_MARK,
),
# physx + newton_renderer (warp)
pytest.param(
Expand Down
Loading