-
Notifications
You must be signed in to change notification settings - Fork 3.8k
[Workflow] Default manipulation core tasks to Newton #7065
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
StafaH
merged 16 commits into
isaac-sim:develop
from
StafaH:mh/default-newton-manipulation
Aug 15, 2026
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
29ef6d0
Consolidate environment backend smoke tests
StafaH ccdd67a
Default manipulation tasks to Newton
StafaH 8195d01
Document manipulation Newton defaults
StafaH 3ce7b3a
Collect environment objects before teardown
StafaH 847ebce
Update preset tests for Newton defaults
StafaH 72292f4
Revert "Update preset tests for Newton defaults"
StafaH ca111ab
Format environment test updates
StafaH 237d2f3
Restrict core smoke tests to supported backends
StafaH 5e5af54
Split environment smoke tests by backend
StafaH 775d18a
Retain stage-in-memory test utilities
StafaH 4cfcc66
Test OV PhysX environment presets
StafaH 7861a11
Revert "Test OV PhysX environment presets"
StafaH 9c56c08
Revert "Retain stage-in-memory test utilities"
StafaH fd0ed04
Revert "Split environment smoke tests by backend"
StafaH bfc7973
Merge remote-tracking branch 'origin/develop' into mh/default-newton-…
StafaH 4437dc7
Merge remote-tracking branch 'origin/develop' into mh/default-newton-…
StafaH 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
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
source/isaaclab_tasks/changelog.d/default-newton-manipulation.minor.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,5 @@ | ||
| Changed | ||
| ^^^^^^^ | ||
|
|
||
| * **Breaking:** Changed the Cabinet and Lift task families to use Newton MJWarp | ||
| by default. Pass an explicit physics preset to retain Isaac Sim PhysX. | ||
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This entry explicitly classifies the default-backend switch as breaking, but I could not find a prior deprecation for the Cabinet or Lift default behavior. Please reconcile this with the repository policy that breaking changes require a deprecation first, or clarify why this workflow-default change is exempt.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The default switch is intentional for the 3.0 release. Per the release direction, we are documenting the direct breaking migration in the changelog rather than adding a deprecation alias or transitional behavior.