The formula of diagApprox
#1944
Unanswered
YilingQiao
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.
-
Hi,
I'm a student and working on physics simulation.
I'm looking for some help with the formula of
diagApprox
. Specifically, I am curious about the rationale behind its computation as follows:(invweight + f * f * invweight) * 2 * f * f / m.opt.impratio
Could you please direct me to any papers or other references that explain the meaning behind this formula?
The relevant MuJoCo code is here:
mujoco/src/engine/engine_core_constraint.c
Line 1207 in 5ac5cfb
Or the equivalent MJX code here:
mujoco/mjx/mujoco/mjx/_src/constraint.py
Line 386 in 5ac5cfb
Thank you so much for your time!
Beta Was this translation helpful? Give feedback.
All reactions