Commit e69dbf4
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 there1 parent 28cf077 commit e69dbf4
File tree
100 files changed
+272
-52
lines changed- .github/workflows
- source/isaaclab_tasks
- config
- docs
- test
- golden_images
- cartpole
- dexsuite_kuka
- registered_tasks
- Isaac-Cartpole-Albedo-Camera-Direct-v0
- Isaac-Cartpole-Camera-Presets-Direct-v0
- Isaac-Cartpole-Camera-Showcase-Box-Box-Direct-v0
- Isaac-Cartpole-Camera-Showcase-Box-Discrete-Direct-v0
- Isaac-Cartpole-Camera-Showcase-Box-MultiDiscrete-Direct-v0
- Isaac-Cartpole-Camera-Showcase-Dict-Box-Direct-v0
- Isaac-Cartpole-Camera-Showcase-Dict-Discrete-Direct-v0
- Isaac-Cartpole-Camera-Showcase-Dict-MultiDiscrete-Direct-v0
- Isaac-Cartpole-Camera-Showcase-Tuple-Box-Direct-v0
- Isaac-Cartpole-Camera-Showcase-Tuple-Discrete-Direct-v0
- Isaac-Cartpole-Camera-Showcase-Tuple-MultiDiscrete-Direct-v0
- Isaac-Cartpole-Depth-Camera-Direct-v0
- Isaac-Cartpole-Depth-v0
- Isaac-Cartpole-RGB-Camera-Direct-v0
- Isaac-Cartpole-RGB-ResNet18-v0
- Isaac-Cartpole-RGB-v0
- Isaac-Cartpole-SimpleShading-Constant-Camera-Direct-v0
- Isaac-Cartpole-SimpleShading-Diffuse-Camera-Direct-v0
- Isaac-Cartpole-SimpleShading-Full-Camera-Direct-v0
- Isaac-Repose-Cube-Shadow-Vision-Direct-v0
- shadow_hand
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| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
| 190 | + | |
190 | 191 | | |
191 | 192 | | |
192 | 193 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments