You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
- make resolve_task_config and parse_env_cfg the task configuration
composition boundary, with explicit programmatic overrides
- remove late preset fallback handling from environments, simulation,
launch scanning, camera validation, benchmarks, and RL summaries
- require runtime consumers to receive concrete physics, renderer, and
camera configurations
- route scripts, tools, integrations, and relevant tests through
registered task composition
This is a separate follow-up to isaac-sim#7301; it does not mix the earlier
preset ownership cleanup into this PR.
## Validation
- 129 Hydra and Shadow Hand camera tests passed
- 31 benchmark capture and RL entrypoint tests passed
- 23 experimental frontend tests passed, 1 skipped
- 5 custom-coupling tests passed
- representative composition audit confirmed six task trees contain no
remaining PresetCfg nodes
- Python compile checks passed for all changed runtime and script paths
- ruff and ruff-format passed
The full format command passes every hook except the changelog
comparison, which uses the stale local origin/develop ref and flags six
pre-existing upstream fragments that this branch does not modify. This
PR includes all required package fragments.
(cherry picked from commit 393fc37)
0 commit comments