human-dynamics-estimation
human-dynamics-estimation copied to clipboard
Use links velocities and accelerations when computing the RCM in HumanWrenchProvider
After PR https://github.com/robotology/human-dynamics-estimation/pull/309, the HumanWrenchProvider can use a Maxiumum-A-Posteriori solver to estimate external wrenches, implementing the Non-collocated wrench estimation task described in https://ieeexplore.ieee.org/abstract/document/9526592/.
In order to do that, the rate of change of the centroidal momentum (RCM) is computed.
Currently, the computation is not considering the links velocities and accelerations. This may be the cause of the errors in the estimation when the subject is moving with significant velocities or accelerations.