-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Add the Factory contact-rich assembly task on Newton #6891
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
kellyguo11
merged 14 commits into
isaac-sim:develop
from
ooctipus:zhengyuz/factory-newton
Aug 14, 2026
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
5643459
Decouple implicit-actuator effort limit from solver clamp
ooctipus c77e8e3
Author convex hulls on the assets the cloner used to hull
ooctipus fbd0b89
Keep the mesh-collision hull off the analytic cube
ooctipus 93c438a
Add the Factory contact-rich assembly task on Newton
ooctipus d0f1c20
update assets
ooctipus dfc7d90
Bind the Franka as the default robot instead of a named preset
ooctipus ebb3fe8
Default the Factory scene to 4096 environments
ooctipus 5144218
Move the NIST assembly task from core to contrib
ooctipus bba7f5f
fix gear mesh keypoints
ooctipus fb6bd7d
Reset and screen the spare gears in the gear-mesh scenes
ooctipus e170e7b
Address Factory review feedback
ooctipus 54c11f9
Expose Isaac Sim PhysX Factory preset
ooctipus f94896f
Trigger CI
ooctipus fddc02f
Fix Factory preset and smoke CI
ooctipus 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
9 changes: 9 additions & 0 deletions
9
source/isaaclab/changelog.d/zhengyuz-actuators-effort-limit-semantics.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,9 @@ | ||
| Changed | ||
| ^^^^^^^ | ||
|
|
||
| * **Breaking:** Changed the effort-limit semantics of implicit actuators. | ||
| :attr:`~isaaclab.actuators.ActuatorBaseCfg.effort_limit` now describes the actuator's | ||
| rated force or torque reflected at the joint, while | ||
| :attr:`~isaaclab.actuators.ActuatorBaseCfg.effort_limit_sim` remains the solver-level | ||
| clamp. Setting both to different values is now valid instead of raising ``ValueError``. | ||
| Configurations that set only one field, set equal values, or set neither behave as before. |
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
Empty file.
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
Empty file.
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
Empty file.
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
7 changes: 7 additions & 0 deletions
7
source/isaaclab_tasks/changelog.d/zhengyuz-factory-newton.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,7 @@ | ||
| Added | ||
| ^^^^^ | ||
|
|
||
| * Added the ``IsaacContrib-Factory-Franka`` contact-rich assembly task under | ||
| :mod:`isaaclab_tasks.contrib.nist`, covering 12 NIST taskboard variants for | ||
| nut threading, gear meshing, and round or rectangular insertion with a Franka Panda, | ||
| supporting ``isaacsim_physx``, automatic ``physx``, and ``newton_mjwarp`` physics presets. | ||
6 changes: 6 additions & 0 deletions
6
source/isaaclab_tasks/isaaclab_tasks/contrib/nist/__init__.py
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,6 @@ | ||
| # Copyright (c) 2022-2026, The Isaac Lab Project Developers (https://github.com/isaac-sim/IsaacLab/blob/main/CONTRIBUTORS.md). | ||
| # All rights reserved. | ||
| # | ||
| # SPDX-License-Identifier: BSD-3-Clause | ||
|
|
||
| """Multi-task environments (locomotion position commands, factory tasks, etc.).""" |
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.