-
Hi, I have one question about how motor friction parameters will be incorporated in pinocchio in the future.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
We are including part of these terms in Simple simulator. The difficulty is at another level. The first stage will be to fully parse the quantities, as suggested in #2372. |
Beta Was this translation helpful? Give feedback.
-
@Cfather to complement @jcarpent answer. The rotorInertia and rotorGearRatio is very important when controlling a real robot specially when it has high rotorGearRatio. Compact actuator typically use a rotorGearRatio of 100 up to 250, and the rotorInertia needs to be accounted for. |
Beta Was this translation helpful? Give feedback.
We are including part of these terms in Simple simulator. The difficulty is at another level.
In simulators, as they work with impulses, it requires to solve a complementary problem.
For algorithms operating at the acceleration level, like RNEA and ABA, this is indeed easier, as the joint velocity is already known.
The first stage will be to fully parse the quantities, as suggested in #2372.
We will then adapt ABA and RNEA accordingly. We can also think to some options to these algorithms to account or not to the mentionned quantities.