Add Newton viewer rigid-body dragging - #6696
Merged
kellyguo11 merged 33 commits intoAug 8, 2026
Merged
Conversation
maxkra15
force-pushed
the
max/newton-viewer-support
branch
from
July 24, 2026 02:33
e133987 to
003103a
Compare
Refresh uv.lock for the package version bumps on develop so installation checks pass on the merged PR tree.
…r-support # Conflicts: # uv.lock
Apply viewer picking forces in both Newton state layouts and use an explicit rigid-body force-input capability to keep particle-only MPM excluded.
Use Newton's public force path and collapse visualizer initialization bookkeeping while preserving graph and reset safety.
maxkra15
marked this pull request as ready for review
July 31, 2026 01:48
maxkra15
requested review from
AntoineRichard,
StafaH,
aserifi,
david-cao-mueller,
kellyguo11,
matthewtrepte and
ooctipus
as code owners
July 31, 2026 01:48
Replace the generic cube example with solver-specific XPBD domino and VBD block-and-tackle demos. Add the coupled rigid-MPM three-box example and the single-world MPM reset handling it requires.
…max/newton-viewer-support
Remove the duplicate reset changelog entry now that the scoped coupled-MPM fix is part of develop. Restore the surrounding core formatting to keep the viewer diff focused.
ooctipus
approved these changes
Aug 7, 2026
ooctipus
reviewed
Aug 7, 2026
ooctipus
reviewed
Aug 7, 2026
Keep pulley-specific VBD contact tuning local to the standalone example instead of expanding the public solver config. Clarify that only picking inputs require initialization before CUDA graph capture.
…r-support # Conflicts: # source/isaaclab_visualizers/isaaclab_visualizers/newton/newton_visualizer.py # source/isaaclab_visualizers/test/test_newton_adapter.py
StafaH
approved these changes
Aug 7, 2026
Contributor
|
can you change the UI text in the Newton GL viewer from Right Click - Pick objects to Right Click - Pick and drag objects? |
matthewtrepte
approved these changes
Aug 8, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Picking is automatically disabled for headless viewers, standalone MPM, non-Newton physics, and solvers that do not consume rigid-body force input. This supersedes #6403.
Examples
The coupled-MPM example uses the single-world reset support merged in #6955; this PR no longer duplicates that fix.
Performance
Validation
The Kit-only visualization-marker test requires a full Isaac Sim runtime and remains covered by CI.