robotics-toolbox-python
robotics-toolbox-python copied to clipboard
added center of mass to Panda DH definition (and cleaned it up a bit)
In pull request #294 some of the inertia parameters were ported from the matlab version. The center of mass for the links was still missing (without which dynamics calculations will be wrong). I've added them here and also cleaned up the white space a bit.
@AunSiro Thanks! Indeed, both the marcocognetti and frankaemika DH definition include a static 8th joint for the flange, while here this is rolled into the 7th joint, so the center of mass needs to be updated. The robotics-toolbox uses inertia around center of mass, so indeed only the center of mass changes.
should now be compatible with the latest version in master
I too was about to suggest the same thing, before I saw your pull request. It would be great to see this merged!