Skip to content

Commit e69dbf4

Browse files
authored
Validate consistency of rendering outputs (#5055)
# Description Added consistency validation to the camera outputs in ``test_rendering_correctness.py``. ## Type of change - New test ## Checklist - [x] I have read and understood the [contribution guidelines](https://isaac-sim.github.io/IsaacLab/main/source/refs/contributing.html) - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [x] I have added tests that prove my fix is effective or that my feature works - [x] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [x] I have added my name to the `CONTRIBUTORS.md` or my name already exists there
1 parent 28cf077 commit e69dbf4

File tree

100 files changed

+272
-52
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+272
-52
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,8 @@ jobs:
186186
test_hydra.py,
187187
test_rl_device_separation.py,
188188
test_cartpole_showcase_environments_with_stage_in_memory.py,
189-
test_environments_with_stage_in_memory.py
189+
test_environments_with_stage_in_memory.py,
190+
test_rendering_correctness.py
190191
191192
- name: Upload IsaacLab Tasks 2 Test Results
192193
uses: actions/upload-artifact@v4

source/isaaclab_tasks/config/extension.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
# Note: Semantic Versioning is used: https://semver.org/
4-
version = "1.5.12"
4+
version = "1.5.13"
55

66
# Description
77
title = "Isaac Lab Environments"

source/isaaclab_tasks/docs/CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
478 Bytes
457 Bytes
1.93 KB
2.12 KB
412 Bytes
437 Bytes
614 Bytes

0 commit comments

Comments
 (0)