Hi there, does the current API of the preview version allow to obtain a more accurate approximation of the convex decomposed wheel’s collision shape?
Based on the documentation (docs/programming/assets.html#loading-meshes-in-assets), currently I’m using the following asset options:
asset_options = gymapi.AssetOptions()
asset_options.default_dof_drive_mode = gymapi.DOF_MODE_NONE
asset_options.fix_base_link = False
asset_options.angular_damping = 0.0
asset_options.use_mesh_materials = True
asset_options.density = 1000.0 # default link density
asset_options.override_com = True #(re-)compute com based on collision shapes
asset_options.override_inertia = True #(re-)compute inertia based on collision shapes
asset_options.vhacd_enabled = True #convex decomposition