Kp, torque and damping ratio #2680
Unanswered
ducmngx
asked this question in
Asking for Help
Replies: 1 comment
-
I am using a Fetch mobile manipulator model and I want the arm to drop suddenly to mimic hardware failure |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Intro
Hi!
I am a Ph.D. student at George Mason University, I use MuJoCo for my research on mobile manipulation and robot safety.
My setup
MuJoCo with Python for Ubuntu 20.04
My question
As I played around with these numbers, I realized that If I set kp to 0 for actuator and damping to 0 for the same joint, the joint would "fail" and my robot arm would drop to the floor due to gravity. This is the desired behavior I want for my failure injection project. However, I can't seem to find a way to trigger this during execution. They seem to be set before and not to be changed. I wonder if my assumption is true and if there is any other way to mimic this behavior.
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:
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions