520 add support for parsing physx spatial tendons from usd for integration testing - #2
Open
nv-rgresia wants to merge 37 commits into
Conversation
…ewton-physics#233 Signed-off-by: Viktor Reutskyy <vreutskyy@nvidia.com>
Signed-off-by: Viktor Reutskyy <vreutskyy@nvidia.com>
…actuation-of-spatial-tendons
Signed-off-by: Viktor Reutskyy <vreutskyy@nvidia.com>
Signed-off-by: Viktor Reutskyy <vreutskyy@nvidia.com>
Signed-off-by: Viktor Reutskyy <vreutskyy@nvidia.com>
- Use 'key' instead of 'name' for method parameters and attributes - Rename tendon actuator gains: kp→ke, kv→kd (matching joint convention) Signed-off-by: Viktor Reutskyy <vreutskyy@nvidia.com>
…actuation-of-spatial-tendons
Signed-off-by: Viktor Reutskyy <vreutskyy@nvidia.com>
…y unused Signed-off-by: Viktor Reutskyy <vreutskyy@nvidia.com>
…actuation-of-spatial-tendons Signed-off-by: Viktor Reutskyy <vreutskyy@nvidia.com>
…actuation-of-spatial-tendons
…actuation-of-spatial-tendons
…actuation-of-spatial-tendons
Signed-off-by: Ryan Gresia <rgresia@nvidia.com>
Signed-off-by: Ryan Gresia <rgresia@nvidia.com>
…actuation-of-spatial-tendons Signed-off-by: Viktor Reutskyy <vreutskyy@nvidia.com>
…actuation-of-spatial-tendons
Signed-off-by: Viktor Reutskyy <vreutskyy@nvidia.com>
…ons-in-selection-api Add support for spatial tendons in selection api
Signed-off-by: Viktor Reutskyy <vreutskyy@nvidia.com>
Signed-off-by: Viktor Reutskyy <vreutskyy@nvidia.com>
…actuation-of-spatial-tendons
…actuation-of-spatial-tendons
…ndons-from-usd-for-integration-testing
Signed-off-by: Ryan Gresia <rgresia@nvidia.com>
…rter Signed-off-by: Ryan Gresia <rgresia@nvidia.com>
Signed-off-by: Ryan Gresia <rgresia@nvidia.com>
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.
Description
Pulled against main for cleaner diff, but is an extension of newton-physics#223 and is intended to be merged with it. This PR adds functionality for newton to model spatial tendons via mjwarp and focuses on importing physx spatial tendons via USD. The last 6 commits being the most relevant for this review.
Newton Migration Guide
Before your PR is "Ready for review"
newton/tests/test_examples.py)pre-commit run -a