google-deepmind / google-deepmind/mujoco
The effect of impedance on different geometries
- Dominant language
- C++
- Stars
- 15.2k
- Forks
- 1.8k
- Avg merge
- 10d 16h
- Merged PRs (30d)
- 25
Description
I am currently pursuing a master's degree, and my research is centered at the soft robotics. Our work involves modeling robots using Mujoco. Through our experiments, I have observed that while a sphere interacting with the floor is modeled with a single contact point, a box in similar circumstances is represented by four contact points. Notably, when a sphere penetrates the floor, decreasing the impedance—constant across all constraint violations—results in a reduced force exerted on the sphere, aligning with the Mujoco documentation's expectations.
However, an intriguing discrepancy arises with a box under similar conditions. Upon decreasing the impedance, the force exerted on the box unexpectedly increases, suggesting an escalation in spring and damping coefficients contrary to the decrease in impedance. This outcome is inconsistent with the behavior observed with the sphere and contradicts the guidelines provided in the Mujoco documentation. I am perplexed by this apparent contradiction, as my understanding leads me to expect a decrease in force analogous to the sphere case when impedance is reduced.
Can you please provide insight into this phenomenon or suggest potential reasons for this unexpected behavior?
Contributor guide
Assessment
This issue has not been assessed yet.