[Question] How to fix a rigid body on a plane/table but maintain its material properties like contact stiffness and damping? #2576
-
Question Description I want to simulate some scenes that interact with fixed rigid bodies in the environment, and I want to preserve the stiffness and damping characteristics of this fixed rigid body. I have learned that it is possible to fix rigid bodies in the environment by setting However, in the official documentation https://isaac-sim.github.io/IsaacLab/main/source/how-to/make_fixed_prim.html, the explanation is very vague, and I am not sure if these material parameters will be retained during contact. So I raised this question. Furthermore, extending from the question above: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Thank you for posting this. Properties do not change, and material characteristics should be preserved in such environments. Note that if a property is not specified, its USD value will prevail. |
Beta Was this translation helpful? Give feedback.
Thank you for posting this. Properties do not change, and material characteristics should be preserved in such environments. Note that if a property is not specified, its USD value will prevail.