Skip to content
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

Handle properly the QP failures when computing contact wrenches #16

Open
nunoguedelha opened this issue Feb 11, 2021 · 1 comment
Open
Assignees
Labels
enhancement New feature or request

Comments

@nunoguedelha
Copy link
Collaborator

The QP solver computing the contact wrenches may fail sometimes due to a badly conditioned matrix in the QP problem formulation, due to the mass matrix and/or Jacobians, which can occur when the robot has a singular joint configuration. This has been typically occurring after the robot falls down and sinks into the ground (expected behavior) until the feet are completely flipped over and the robot is upside down.

For better handling the QP failure, we could allow a given number of consecutive failures while using the last valid QP result, and stopping the simulation if that max number is reached.

@nunoguedelha
Copy link
Collaborator Author

@VenusPasandi @CarlottaSartore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant