Cherry-pick: Opt out of nested background physics reset for Galileo scene (#1249) - #1250
Conversation
## Summary Nested background physics reset became enabled by default and opted the Galileo scene into a reset path that it does not use. The Galileo scene contains a dolly prim that identified as an articulation from its USD schema, but PhysX does not expose a corresponding tensor articulation. The user is informed of this via an error message that is not fatal. This PR disables `reset_nested_physics` to restore prior behaviour and prevent users from getting this error message. (cherry picked from commit 20dcaab)
|
🤖 Isaac Lab-Arena Review BotSummaryClean cherry-pick of #1249 onto Design, Boundaries & ScopeOne thing worth a conscious decision for the release, not a change request here: the opt-out is scene-wide, so Test CoverageNo new test, which is correct for a cherry-pick — the release branch keeps parity with main. The opt-out path is exercised indirectly by VerdictShip it |
Summary
Nested background physics reset became enabled by default and opted the Galileo scene into a reset path that it does not use. The Galileo scene contains a dolly prim that identified as an articulation from its USD schema, but PhysX does not expose a corresponding tensor articulation. The user is informed of this via an error message that is not fatal.
This PR disables
reset_nested_physicsto restore prior behaviour and prevent users from getting this error message.(cherry picked from commit 20dcaab)