Open kbkartik opened 3 weeks ago
Bumping this to get your help @Mayankm96 @kellyguo11
Thanks for posting this. In Isaac Lab, vhacd
is not used anymore, but there are convex decomposition attributes that can be modified through USD. See this doc for reference.
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.