-
Notifications
You must be signed in to change notification settings - Fork 873
How to correctly set up collisions in MuJoCo? #2373
Replies: 3 comments · 2 replies
-
Hello,
There are other further things to check, but this is a good start. Let me know whether this helps! |
Beta Was this translation helpful? Give feedback.
All reactions
-
Hi, thx for your quick reply! Here is my xml file:
and the option setting:
the actuator setting:
Actually, we have use the I apologize if I provided too much information, which might have caused some confusion. Do you see any obvious issues with how I've set the parameters? If there's anything you need further explanation on, please feel free to ask! Thanks again for your response! |
Beta Was this translation helpful? Give feedback.
All reactions
-
Hello, One things that does "jump out" is the very high rolling and torsional friction. Can you try with a more standard set of variables? E.g. “1.2 0.005 0.0001”? If that slides too much you can consider raising impratio slightly. Also, you may want to decrease (try 0.5x) the finger actuator stiffness. |
Beta Was this translation helpful? Give feedback.
All reactions
-
Thanks for your further help! We tried your suggestions about standard set of variables of friction |
Beta Was this translation helpful? Give feedback.
All reactions
-
Can you try reducing the actuator gains? They seem unreasonably high |
Beta Was this translation helpful? Give feedback.
-
Intro
Hi!
I am a [graduate] student, I use MuJoCo for my research on robotics.
My setup
mujoco version==3.2.3
dm-control version==1.0.23
My question
problem.mp4
When I grasp objects, there is severe jittering of the object in my hand. What do you think could be the reason? The collisions are between the purple and green parts, which are typical geometric models like capsules and boxes. The hand model's mesh has been set to visual only and is not used for collisions.
Minimal model and/or code that explain my question
If you encountered the issue in a complex model, please simplify it as much as possible (while still reproducing the issue).
Model:
minimal XML
Code:
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions