[Question] ImplicitActuatorCfg effort_limit and effor_limit_sim, differences and values due to motor parameters #2666
Replies: 5 comments
-
For ImplicitActuator, As I know, most brushless motors are DC motor, you might need this. ImplicitActuator should not be used directly , which is informed in docs. |
Beta Was this translation helpful? Give feedback.
-
@Bardreamaster The docs say not to use ImplicitActuator but the explicit actuator is so unstable with medium to large damping values that even the example models use implicit actuators: . Given that it's impractical to use the explicit actuators because of the instability, what's your recommendation? |
Beta Was this translation helpful? Give feedback.
-
@Nate711 I'm not sure why the ImplicitActuator is still in examples. For the question:
I think it's a good choice to use DC Motor Actuator. And if you want to simulate all features of the motor you are using in real, data-driven sim motor might be good cause you do not have to have the dynamic model of the motor in simulator. eg: lstm motor. But you need more data to fit all operating conditions of the motor. It would be better if designers give more information about motors simulator. |
Beta Was this translation helpful? Give feedback.
-
Finally, I'm able to use the dc motor but now I've a new question about this. How precise is the torque simulation of the DCMotor? Let me explain better, I've created the robot model and I put the real components weights (cad estimated weight related to the material type) and real motor parameters, so if I simulate the model with this values and the simulated motor can handle the weights and they works fine, can I assume that also the real one will work? (in the model simulation I also add rigid bodies mass increase)
|
Beta Was this translation helpful? Give feedback.
-
Thank you for following up. I'll move this to our Discussions section for further follow-ups. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I have this motor parameters:
I'm using the ImplicitActuatorCfg, is the correct one to simulate a gear reduced brushless motor?
What is the difference between effort_limit_sim and effort_limit?
The value for these two parameters is the Nominal Torque, the Stall Torque or something else?
Beta Was this translation helpful? Give feedback.
All reactions