[Question] How to change the friction of the rigidobject from the Usd or urdf ? #1578
Unanswered
yichaoshen-MS
asked this question in
Q&A
Replies: 1 comment 3 replies
-
My recommendation is to do it through PhysX directly (at runtime) as having this information at the USD-level gets slightly complicated due to the instancing of meshes. We have the event term for randomizing PhysX material here: https://github.com/isaac-sim/IsaacLab/blob/main/source/extensions/omni.isaac.lab/omni/isaac/lab/envs/mdp/events.py#L34 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Unlike the object from the "sim_utils.CuboidCfg", it cannot set the friction of "physics_material" in the "sim_utils.UsdFileCfg"?
It seems only can set global friction by spawning physics_material in "SimulationCfg"?
Beta Was this translation helpful? Give feedback.
All reactions