Hello, I came across this library and am very excited to use it. In my use case I need to model the rotational inertia of the motors which are specified as motorInertia within the transmission/actuator section of the URDF. It appears that the URDF parser does not successfully parse this field and instead says Unknown tag "motorInertia" in /robot/transmission/actuator.
It is possible to correct this by manually adding the rotor inertia (it only appears along the diagonal of the mass matrix) but I would appreciate any help in finding a better way to do this using this library.
Thanks!