-
Notifications
You must be signed in to change notification settings - Fork 3.5k
perf: add PrepareForReuse to FabricFrameView, remove sync_usd_on_fabric_write #5380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
pbarejko
merged 15 commits into
isaac-sim:develop
from
pv-nvidia:fix/fabric-prepare-for-reuse
May 6, 2026
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
6b20f36
fix: add PrepareForReuse to FabricFrameView, remove sync_usd_on_fabri…
pv-nvidia bc7f6a4
revert: camera uses FrameView instead of UsdFrameView
pv-nvidia f7fac8e
fix: adjust camera position in test to workaround degenerate pose
pv-nvidia 3521b77
fix: remove CPU skip condition in _skip_if_unavailable for fabric tests
pv-nvidia 38beedc
fix: remove device fallback warning in FabricFrameView and update dev…
pv-nvidia 0ebdb86
fix: adjust camera position in test to workaround degenerate pose
pv-nvidia 5bd9388
Revert "fix: remove device fallback warning in FabricFrameView and up…
pv-nvidia ce5845a
fix: update device compatibility for Fabric mode and simplify device …
pv-nvidia e51cbe0
fix: expand device parameterization for Fabric world pose test
pv-nvidia 9a8b15a
Use changelog fragment instead of editing CHANGELOG.rst directly
pv-nvidia 1235be6
Enhancements
pv-nvidia 21efc01
Add changelog fragment for isaaclab.Camera call-site cleanup
pv-nvidia 53dce4b
Merge branch 'develop' into fix/fabric-prepare-for-reuse
pv-nvidia 54e112a
Address Piotr's review feedback on PR #5380
pv-nvidia a3940bb
Merge branch 'develop' into fix/fabric-prepare-for-reuse
pv-nvidia File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| Changed | ||
| ^^^^^^^ | ||
|
|
||
| * Updated :class:`~isaaclab.sensors.camera.Camera` to construct its internal | ||
| :class:`~isaaclab.sim.views.FrameView` without the now-removed | ||
| ``sync_usd_on_fabric_write`` kwarg. USD attributes on camera prims are | ||
| no longer kept in sync with Fabric writes; read poses through the view's | ||
| getters instead. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
source/isaaclab_physx/changelog.d/fix-fabric-prepare-for-reuse.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| Changed | ||
| ^^^^^^^ | ||
|
|
||
| * **Breaking:** Removed the ``sync_usd_on_fabric_write`` keyword argument from | ||
| :class:`~isaaclab_physx.sim.views.FabricFrameView`. Fabric writes | ||
| (``set_world_poses``, ``set_scales``) now notify the renderer via | ||
| ``PrepareForReuse()`` on the underlying ``PrimSelection`` instead of writing | ||
| back to USD, which is ~200x faster and avoids the stale USD shadow state the | ||
| old path produced. Callers passing ``sync_usd_on_fabric_write=True`` should | ||
| remove the argument; if they relied on USD reflecting Fabric writes, they | ||
| should now read Fabric poses directly via the view's getters or refresh USD | ||
| explicitly. |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.