myo_sim icon indicating copy to clipboard operation
myo_sim copied to clipboard

No Collision geoms found in myoback

Open vikashplus opened this issue 9 months ago • 4 comments

This is the current model that is rely on the meses to create a approximation of the geomery. Image

Please take a look at the other models to view the collision geoms.

Image

Note that collisions need to be exactly the same across our model.

vikashplus avatar May 31 '25 04:05 vikashplus

adding collision mesh following 'myotorso_abdomen_asset', commit here 2c6ee2c:

Image

note that 'myotorso_rigid_asset' has different class definition on collision than 'myotorso_abdomen_asset'.

cherylwang20 avatar Jun 03 '25 19:06 cherylwang20

LGTM

vikashplus avatar Jun 07 '25 22:06 vikashplus

@cherylwang20 The difference between the two seems to be in materials. Was this what you were referring to, or something else?

    <default class="myotorso_coll">
        <geom type="capsule" group="4" contype="1" conaffinity="0" condim="3" rgba="0.8 0.7 .5 1" margin="0.001" material="MatSkin_myotorso"/>
    </default>

    <default class="myotorso_coll">
        <geom type="capsule" group="4" contype="1" conaffinity="0" condim="3" rgba="0.8 0.7 .5 .1" margin="0.001"/>
    </default>

vikashplus avatar Jun 07 '25 22:06 vikashplus

Yes exactly, made the comment in the latest pr on this.

cherylwang20 avatar Jun 08 '25 00:06 cherylwang20