-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Implements passive fixed tendons with mjwarp #5522
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
Open
nv-rgresia
wants to merge
20
commits into
isaac-sim:develop
Choose a base branch
from
nv-rgresia:passive-tendons
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
80cf81f
adds newton tend props rando
nv-rgresia ceb6579
adds tendon buffers and bindings
nv-rgresia 6834867
adds process tendon
nv-rgresia 6e82fe5
adds fixed tendon props prim
nv-rgresia 2cfebd9
Merge branch 'develop' of github.com:isaac-sim/IsaacLab into passive-…
nv-rgresia 183022a
Merge branch 'develop' of github.com:isaac-sim/IsaacLab into passive-…
nv-rgresia 27a551b
refactor tendon randomization event
nv-rgresia f5f43d4
articulation cleanup
nv-rgresia 3a54517
cleanup
nv-rgresia 2744b3e
tendon log cleanup
nv-rgresia aa87f5f
updates changelog
nv-rgresia e054aa2
Merge branch 'develop' into passive-tendons
nv-rgresia c7dd84d
Merge branch 'develop' into passive-tendons
nv-rgresia 99b1a61
Merge branch 'develop' into passive-tendons
nv-rgresia 614dbb6
Merge branch 'develop' into passive-tendons
nv-rgresia 5b2f873
updates backend handling
nv-rgresia 4b50d5f
adds tendon count
nv-rgresia 997200d
Merge branch 'develop' into passive-tendons
kellyguo11 ad103b4
Merge branch 'develop' into passive-tendons
kellyguo11 40135b6
Merge branch 'develop' into passive-tendons
kellyguo11 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
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,4 @@ | ||
| Added | ||
| ^^^^^ | ||
| * Updates tendon randomization events to support newton tendons | ||
| * Adds support to modify MJC usd schema |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| Added | ||
| ^^^^^ | ||
| * Updates articulation to support passive tendons properties |
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.
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.
I think MjcTendon is newton specific so it may need to be added to new newton schema. #5049 has example how physx setup is done. @ooctipus could you also help suggest here?
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.
I think there are other mujoco schema also got leaked into core schema. and also seems like we have not prepared a home for mujoco schema under isaaclab_newton properly. This check is no ideal but probably makes sense for this PR, and would require follow up work to split it.