Understanding Contact Forces and Friction #2375
Replies: 1 comment
-
Hello, The outer ring is not hollow, even if you add a non colliding second geom, the first one is filled/convex already and collides with the rod (and resolves the intersection by pushing it out). To create a hollow ring you have a couple options:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Intro
Hi!
I want to use MuJoCo to simulate a robot design however, I have difficulty understanding the contact forces and friction. I created a minimal and simplified example of a part of my robot.
My setup
mujoco: 3.2.2
python: 3.8
My question
My goal in this example is that the red ring guides and restricts the movement of the shaft on the robot. The spaces are a bit tighter, but it's generally the same setting. However, for the robot and this simplified example, the shaft just moves through the ring without restriction.
Can you help me identify the issue?
Minimal model and/or code that explain my question
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions