Fix instability in model #2387
Unanswered
Hardwarize
asked this question in
Asking for Help
Replies: 2 comments 5 replies
-
Is it colliding with your coordinate system feature? (the red, green and blue triad of cylinders) |
Beta Was this translation helpful? Give feedback.
1 reply
-
Are there any discontinuities in your reference motion? Does the error happen before the reference motion ends, or when it ends? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Intro
Hi!
I am a Master student, I use MuJoCo for my research on human motion generation.
My setup
MuJoCo Python
My question
I'm trying to replicate the human motion from animation in a BVH file. The idea is achieve the same movements but applying torques to joints. The problem is that my model works correctly until some joint velocity explode by an unknown reason. You can see this in the attached video, I do not why this is happening I'm not applying any force, I apply qpos and qvel to all the body except for the right wright. (The green is the full directed character and the orange is the one that have the wright "free"). Here is the part of the script that I use for this approach:
Any idea about why this instability appear? In addition the logs do not show the message that usually says that the model is unstable.
As you can see in the model I'm using implicit integrator with small timestep 0.001.
Not sure if this information is enough to explain the issue, if not please let em know.
Thanks a lot for all the help that I'm getting from this forum.
ScreenRecording2025-01-27at00.39.57-ezgif.com-video-cutter.mov
Minimal model and/or code that explain my question
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions