-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Adds new Collision Mesh Schema properties #2249
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
base: main
Are you sure you want to change the base?
Conversation
Added to contributors list Signed-off-by: Harsh Patel <[email protected]>
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.
LGTM!
See :meth:`set_mesh_collision_properties` for more information. | ||
|
||
.. note:: | ||
If the values are None, they are not modified. This is useful when you want to set only a subset of |
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.
If the values are None, they are not modified. This is useful when you want to set only a subset of | |
If the values are MISSING, they are not modified. This is useful when you want to set only a subset of |
@@ -47,7 +47,7 @@ def configclass(cls, **kwargs): | |||
|
|||
from dataclasses import MISSING | |||
|
|||
from isaaclab.utils.configclass import configclass | |||
from isaaclabz.utils.configclass import configclass |
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.
💤
from isaaclabz.utils.configclass import configclass | |
from isaaclab.utils.configclass import configclass |
Signed-off-by: Harsh Patel <[email protected]>
Signed-off-by: Harsh Patel <[email protected]>
A bunch of tests seem to be failing on this one, @jsmith-bdai would you mind taking a look? |
NOTE:
- Please approve the
added script to convert urdfs/meshes to instanceable USD in batches #2248
first- The exception
if type(obj).__name__ == "MeshConverterCfg": return missing_fields
is required to get around how the collision mesh schema is setupDescription
Adding new collision mesh property options allowing users to configure meshes to add different collision types
Type of change
Checklist
pre-commit
checks with./isaaclab.sh --format
config/extension.toml
fileCONTRIBUTORS.md
or my name already exists there