human-dynamics-estimation icon indicating copy to clipboard operation
human-dynamics-estimation copied to clipboard

Use links velocities and accelerations when computing the RCM in HumanWrenchProvider

Open RiccardoGrieco opened this issue 3 years ago • 0 comments

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.

RiccardoGrieco avatar Sep 01 '22 15:09 RiccardoGrieco