Is it possible to add velocity limits for an actuator of motor type in Mujoco XML file? #2367
Replies: 1 comment
-
No. What you are asking for is not physically realistic. If I drop the robot from a great height, the velocity on impact will be arbitrarily large, right? Velocity clipping is never the right thing to do. If you want actuator-generated velocity to never exceed some limit then you're actually talking about the effect of back-EMF, which is equivalent to adding damping. |
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
-
Intro
Hi!
I use MuJoCo for my humanoid robot simulation.
My setup
In XML, we define an actuator of motor type for each active joint of a humanoid robot. The control limits is for the torque I can apply for that actuator. Is it possible to set velocity limits of the actuator behaviors? I mean if the velocity of the actuator exceed a limit, will Mujoco be able to clip it at runtime?
My question
No response
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
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions