Closed olivier-stasse closed 3 years ago
This is awesome!
What I should have mentionned is that I did the corrections for TALOS but not for the other robots...
It looks like that at least the following files would be affected:
I performed those fixes for Anymal a while back - but agree we should carry them through all URDFs. I recall at some point some dynamics libraries or simulators did not like "0" inertia either (i.e. crashed) so we went with 1e-6 or 1e-9. I can't recall which where affected though.
In pybullet, links should have an inertia and a mass specified even if this is zero. Otherwise the default mass value is 1 Kg. See https://github.com/robotology/icub-models/issues/12
A PR follows fixing this issue.