equality constraints break or closed loop crash or not accurate when simulation #2675
Unanswered
yijing2050
asked this question in
Asking for Help
Replies: 2 comments 1 reply
-
Complementary xml file:
-->
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Intro
Hi!
I am a ([ researcher) in a research laboratory. I use MuJoCo for my research on arm robot.
My setup
-->
My question
The equality constraints break or the closed loop crash when simulating.
for example:
if control as this:
actuation = np.array([-0.21954719, 0.3609375 , 0.09375 , 0.535 ])
data.ctrl[:] = actuation[:],this is most unstable, and the closed loops often crash.
In the actuator section of my XML file, I've set a very high proportional coefficient (kp) for position control based on multiple trials. If it's too small, we
meshes.zip
can't control the robotic arm properly, but if it's too large, it also causes problems. Could you advise on how to properly configure this kp value? Hope to receive your reply soon. Thank you!
meshes.zip
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:
meshes.zip
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions