-
Notifications
You must be signed in to change notification settings - Fork 174
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
Solver returns False with Franka Panda arm manipulation task #1064
Comments
Hi @spykspeigel, However, below I will provide some insights into the debugging that uncovered this - and pointers to what to check with similar failures in the future.
I agree that it might be challenging at first to identify this root cause without warnings - the failure case in your example isn't due to the problem formulation or Crocoddyl, but a wrong URDF in example-robot-data. Hope this helps, |
Thanks a lot, Wolfgang. It definitely helps as I can use the correct URDF now. Your answer also provides me insights on debugging which could be helpful in the future as well. |
Nice! could you create a PR in the Thanks @wxmerkt! Indeed, your comments are very useful for anyone. |
I still face the issue that the arm_manipulation example with the Franka arm does not work.
The following is the code snippet used. Even without a frame placement cost, the solver returns False.
Any help is highly appreciated.
The text was updated successfully, but these errors were encountered: