-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add non-collocated wrench estimation in HumanWrenchProvider #309
Add non-collocated wrench estimation in HumanWrenchProvider #309
Conversation
CI is failing because the required changes in |
I can do a release, no problem. |
robotology/idyntree#1005 is for the current master, after that I can merge devel in master and release 6.0.0 . |
be0e22f
to
24e4cfa
Compare
24e4cfa
to
550efac
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comments.
Co-authored-by: Silvio Traversaro <[email protected]>
Related to the models used in this PR I have merged robotology/human-gazebo#30 and prepared a new release of human-gazebo models (robotology/human-gazebo#31) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, I have added just a minor comment you can evaluate if it makes sense to change it or not.
The only thing, I would add a comment just to recall that for the time being the rate-of-change of momentum is computed without considering link velocities and accelerations, and open a separate issue for that point.
Following this PR, I would also proceed with releasing the |
@lrapetti you can proceed with merging the PR.
I agree!
Opened #312 |
Great, we can merge it! |
Thank you all guys for fixing this longstanding critical situation! |
This PR adds the estimation of external wrenches as described in https://ieeexplore.ieee.org/abstract/document/9526592 in the
HumanStateProvider
device.