You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, I am migrating from Isaac Gym to Isaac Lab.
In Isaac Gym, for convex decomposition, we used to set the following params as follows:
asset.vhacd_enabled = True
asset.vhacd_params.resolution = 10000
Similarly, for collisions, I used to set the bitmasks value to filter property in isaacgym.gymapi.RigidShapeProperties class.
How can I achieve the same in Isaac Lab i.e., set convex decomposition parameters and define collision masks? I did not find relevant info for the same in the current documentation.
The text was updated successfully, but these errors were encountered:
Currently, I am migrating from Isaac Gym to Isaac Lab.
In Isaac Gym, for convex decomposition, we used to set the following params as follows:
asset.vhacd_enabled = True
asset.vhacd_params.resolution = 10000
Similarly, for collisions, I used to set the bitmasks value to
filter
property inisaacgym.gymapi.RigidShapeProperties
class.How can I achieve the same in Isaac Lab i.e., set convex decomposition parameters and define collision masks? I did not find relevant info for the same in the current documentation.
The text was updated successfully, but these errors were encountered: