-
Notifications
You must be signed in to change notification settings - Fork 67
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
Regression in estimation of redundant external forces since August 2022 #1182
Comments
Hi @traversaro, not sure I understood. In which cases do we need to estimate redundant external wrenches? |
For example when doing |
@HosameldinMohamed confirmed that the regression is present. |
Another case is that i you have a robot with an wide patch of skin, and you touch it in many points of the skin, that result in a huge number of small unknown contact forces. You have infinite solutions for explaining the 6D force torque that you estimate for that submodule, and to choose them before the regression we always choose the minimum norm (i.e. least square) solution. |
In #1017 there was a regression when the forces are redundant.
By the way, I suspect the reason of the sharp changes in the estimated FT may be #1017 , even if also
colPivHouseholderQr
should return the least square solution. However, #1017 changed a truncated pseudo-inverse for a non-truncated one, something that I missed while reviewing #1017 .Probably it returns the least-square solution in the case of equation then unknown, not more unknown that equations (that is the case now).
The text was updated successfully, but these errors were encountered: