Commit 45db095
# Description
Backports #7054 to `release/3.0.0`.
The [automatic backport
run](https://github.com/isaac-sim/IsaacLab/actions/runs/33827527258)
selected the PR and completed the cherry-pick, but its exact-patch
validator then failed because this source path was omitted as a no-op:
`source/isaaclab_rl/changelog.d/maximiliank-skip-unsupported-checkpoint-presets.skip`
That fragment is already present on `release/3.0.0` as the same empty
blob (`e69de29bb2d1d6434b8b29ae775ad8c2e48c5391`). The repository's
non-exact backport validation confirms that every other source path is
preserved and reports this as the only `missing_paths_already_present`
entry. No conflict resolution or manual source edits were required.
| Field | Commit |
|---|---|
| Original merged change | `7cc829274ce6050dc8288f2ea93f2b5c2175dd38` |
| Release base | `2af02510c` |
| Backport commit | `1c599e23aa51f0ba81922d2c1af3cddbb07b4b09` |
## Type of change
- Bug fix (non-breaking change which fixes an issue)
- Documentation update
## Validation
- Repository backport candidate validation passed; the only omitted
source path is the already-identical empty `.skip` fragment described
above.
- Full changed-file pre-commit suite passed, including changelog and Git
LFS checks.
- `sphinx-lint` reported no problems for added and modified RST files.
- Focused visualizer tests and the warning-as-error docs build are
pending release CI because the repository lockfile does not support the
local macOS/arm64 platform.
## 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 applicable pre-commit checks
- [x] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings (full build pending Linux CI)
- [ ] I have run the focused tests (pending Linux CI)
- [x] Source changelog fragments are preserved
- [x] The original contributor is already listed in `CONTRIBUTORS.md`
Signed-off-by: matthewtrepte <mtrepte@nvidia.com>
Signed-off-by: Kelly Guo <kellyg@nvidia.com>
Co-authored-by: matthewtrepte <mtrepte@nvidia.com>
1 parent a6c727e commit 45db095
49 files changed
Lines changed: 4622 additions & 1768 deletions
File tree
- .github/workflows
- docs
- source
- _static
- css
- how-to
- visualizers
- concepts
- features
- how-to
- migration
- overview/core-concepts
- setup
- scripts/tutorials/07_visualizers
- source
- isaaclab_rl
- changelog.d
- isaaclab_rl/entrypoints
- backends
- isaaclab_visualizers
- changelog.d
- isaaclab_visualizers
- newton
- rerun
- viser
- test
- tools/docs/media/visualizers
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| 115 | + | |
115 | 116 | | |
116 | 117 | | |
117 | 118 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
| 331 | + | |
331 | 332 | | |
332 | 333 | | |
333 | 334 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
| 106 | + | |
105 | 107 | | |
106 | 108 | | |
107 | 109 | | |
| |||
140 | 142 | | |
141 | 143 | | |
142 | 144 | | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
143 | 148 | | |
144 | 149 | | |
145 | 150 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 commit comments