Friction defined in contacts vs geoms #2862
Unanswered
aaprasad
asked this question in
Asking for Help
Replies: 0 comments
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.
-
Intro
Hi!
I am a graduate student at MIT, I use MuJoCo for my research on neuromechanical simulations.
My setup
mujoco 3.6.0
My question
I'm trying to emulate a worm sliding on the floor and I'm messing with the friction parameters. I'm a bit confused as to the difference between defining the friction in a contact
pair
vs in thegeom
directly. I saw in the docs it statesSo basically my understanding is that to define anisotropic friction you have to do so in a
pair
by setting the first two elements of the friction to be different. However let's say I have a floor geom and a capsule geom defined like:would this be equivalent to doing
Minimal model and/or code that explain my question
No response
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions