CentroEPiaggio / kuka-lwr

Software related to the KUKA LWR 4+: for real and for simulation.
The Unlicense
101 stars 81 forks source link

Numerical mass matrix from FRI #91

Closed xEnVrE closed 3 years ago

xEnVrE commented 7 years ago

As reported in the KUKA.FastResearchInterface 1.0 manual it is possible to obtain the numerical mass matrix, i.e. joint space inertia matrix.

In order to obtain the matrix in controllers implementing the class KinematicChainControllerBase

manuelbonilla commented 7 years ago

Tested and working correctly on real robot. Read to for merge

manuelbonilla commented 7 years ago

I agree about improving the URDF however the Inertial Matrix will be neither equal not close to the one provider by kuka, I think. This fact is a problem for people using model based controllers.

We can take a look to realtime_tools for now we can merge this solution and tag it for enhancement.