Modify mass matrix to model reflected inertia #3615
Replies: 1 comment 1 reply
-
At the moment, you need to model the rotor explicitly and add a gearing constraint to model the gearing ratio. This will have the effect of reflected inertia. See also the description in the Modern Robotics book (http://modernrobotics.org, there is a free pdf of the book) I'll look into having this also in PyBullet. Until then, try modeling the rotor and add a gearing constraint. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
We are trying to build a pybullet model for the cassie robot, and we believe reflected inertia is an important parameter. I wonder if there is a way to model reflected inertia in bullet?
My understanding is that it is equivalent to adding the reflected inertia value to the corresponding diagonal element in the mass matrix, as mentioned in equation 2 in this paper: https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=7140004. I believe this is equivalent to the armature parameter in Mujoco, as discussed in this post by Emo: http://www.mujoco.org/forum/index.php?threads/armature.3378/.
I looked through the API for pybullet and didn't find an equivalence. I wonder if there is an easy way to implement this functionality.
Beta Was this translation helpful? Give feedback.
All reactions