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 and b are positive values.
In my understanding, k corresponds to the damping term in MuJoCo, and b corresponds to the frictionloss.
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 and b to the available actuator configuration settings?
Thank you for your help!