[Question] How to Set Motor Friction Parameters When Identified from No-Load Condition? #3456
Unanswered
FrankTianTT
asked this question in
Q&A
Replies: 1 comment
-
Thank you for posting this. This is a good question for our Discussions section. I'll move the post there for follow up. Here are a few notes to consider. A way to map your empirically identified parameters
Isaac Lab Parameter Mapping
Footnotes |
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.
-
I identified my motor parameters by recording the relationship between velocity and torque under speed control in a no-load condition. The relationship follows:
torque = k * vel + b
where both
k
andb
are positive values.In my understanding,
k
corresponds to thedamping
term in MuJoCo, andb
corresponds to thefrictionloss
.However, according to the IsaacLab Actuators documentation, the joint friction in IsaacLab is computed based on forces transmitted from the parent body. This does not align with my test setup, which was performed under a no-load condition.
Could you please advise on how to properly set the motor friction parameters in IsaacLab in this case? Specifically, how should I map the identified parameters
k
andb
to the available actuator configuration settings?Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions