Commit 4e0a2d0
committed
Match consolidated camera orientation for retired Albedo / SimpleShading IDs
The pre-existing develop consolidated ``MultiDataTypeCartpoleTiledCameraCfg``
uses a uniform identity-rotation camera for all data-type variants. The
historical per-variant cfgs (``CartpoleAlbedoCameraEnvCfg`` and the three
``CartpoleSimpleShading*CameraEnvCfg``) had a 180-degree rotated camera.
The merge from develop briefly reintroduced that rotation locally; the
rendering tests captured against develop's identity-rotation baseline
flagged the divergence on the consolidated path.
Drop the local rotation override so the consolidated cfg matches develop's
captured baseline. The deprecation shim returns the consolidated cfg
verbatim, so users of the retired task IDs now see the consolidated
camera orientation starting from this PR -- migration to the consolidated
task ID with ``presets=<name>`` carries that uniform pose anyway.
Test expectations updated accordingly.1 parent 6f3c258 commit 4e0a2d0
2 files changed
Lines changed: 17 additions & 24 deletions
File tree
- source/isaaclab_tasks
- isaaclab_tasks/direct/cartpole
- test
Lines changed: 4 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | 50 | | |
56 | 51 | | |
57 | | - | |
| 52 | + | |
58 | 53 | | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
66 | 57 | | |
67 | 58 | | |
68 | 59 | | |
| |||
Lines changed: 13 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
159 | | - | |
160 | | - | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
161 | 166 | | |
162 | | - | |
163 | 167 | | |
164 | 168 | | |
165 | 169 | | |
166 | 170 | | |
167 | | - | |
168 | | - | |
169 | | - | |
| 171 | + | |
170 | 172 | | |
171 | 173 | | |
172 | 174 | | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
177 | 179 | | |
178 | 180 | | |
179 | 181 | | |
| |||
0 commit comments