Skip to content
Discussion options

You must be logged in to vote

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 $k$ (from the linear torque-velocity relationship) and $b$ (offset/intercept) to joint motor friction parameters in Isaac Lab is as follows:

  • $k$ corresponds to viscous friction: In Isaac Lab, viscous_friction directly implements a torque proportional to velocity, $\tau_{fric,viscous} = k_{viscous} \cdot \dot{q}$. This is conceptually the same as your identified $k$ parameter from the no-load velocity-torque slope. Set the viscous_friction parameter in the actuator configuration to $k$.1

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@FrankTianTT
Comment options

Answer selected by FrankTianTT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #3410 on September 15, 2025 14:55.