gbionics / gbionics/human-dynamics-estimation
Use links velocities and accelerations when computing the RCM in HumanWrenchProvider
- Dominant language
- C++
- Stars
- 102
- Forks
- 32
- Avg merge
- 7d 1h
- Merged PRs (30d)
- 1
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.