-
Notifications
You must be signed in to change notification settings - Fork 885
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
Adds check that no articulation root API is applied on rigid bodies #1358
Open
lgulich
wants to merge
4
commits into
main
Choose a base branch
from
lgulich/ignore-articulation-when-loading-rigid-body
base: main
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.
+63
−10
Conversation
This file contains 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
lgulich
requested review from
jsmith-bdai,
pascal-roth,
kellyguo11,
Dhoeller19,
Mayankm96,
jtigue-bdai and
hhansen-bdai
as code owners
November 1, 2024 13:24
lgulich
force-pushed
the
lgulich/ignore-articulation-when-loading-rigid-body
branch
from
November 1, 2024 13:26
5bd8c3c
to
a2608bf
Compare
Dhoeller19
changed the title
Ignore articulation when loading rigid body
Disables articulation API when loading a rigid body
Nov 1, 2024
Dhoeller19
approved these changes
Nov 1, 2024
@lgulich could you please update the changelog, mentioning why this was done |
Mayankm96
reviewed
Nov 4, 2024
source/extensions/omni.isaac.lab/omni/isaac/lab/assets/rigid_object/rigid_object.py
Outdated
Show resolved
Hide resolved
Mayankm96
reviewed
Nov 4, 2024
source/extensions/omni.isaac.lab/omni/isaac/lab/assets/rigid_object/rigid_object.py
Outdated
Show resolved
Hide resolved
Mayankm96
reviewed
Nov 4, 2024
source/extensions/omni.isaac.lab/omni/isaac/lab/assets/rigid_object/rigid_object.py
Outdated
Show resolved
Hide resolved
Mayankm96
approved these changes
Nov 4, 2024
lgulich
force-pushed
the
lgulich/ignore-articulation-when-loading-rigid-body
branch
from
November 4, 2024 13:07
67fcdbf
to
ec93ab3
Compare
lgulich
changed the title
Disables articulation API when loading a rigid body
WIP: Disables articulation API when loading a rigid body
Nov 4, 2024
lgulich
force-pushed
the
lgulich/ignore-articulation-when-loading-rigid-body
branch
from
November 4, 2024 14:28
ec93ab3
to
a98a896
Compare
lgulich
force-pushed
the
lgulich/ignore-articulation-when-loading-rigid-body
branch
from
November 4, 2024 16:22
a98a896
to
d5bba66
Compare
…id-body Signed-off-by: lgulich <[email protected]>
Dhoeller19
reviewed
Nov 5, 2024
Signed-off-by: David Hoeller <[email protected]>
Dhoeller19
changed the title
WIP: Disables articulation API when loading a rigid body
Adds check that no articulation root API is applied on rigid bodies
Nov 5, 2024
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
If a USD contains an articulation root but we load it with a
RigidObjectCfg
this would also load the articulation. This is confusing as a user only expects a rigid body.This PR adds a fix to ignore the articulation if a rigid body is spawned.
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.
List any dependencies that are required for this change.
Fixes # (issue)
Type of change
Screenshots
Please attach before and after screenshots of the change if applicable.
Checklist
pre-commit
checks with./isaaclab.sh --format
config/extension.toml
fileCONTRIBUTORS.md
or my name already exists there