v3.2.0: Add NoSolutionFound check #137
stephane-caron
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This release introduces the
NoSolutionFound
exception (previously anAssertionError
), and makes a stricter check that the QP solver reports successfully converging to a solution. It is still possible to catch cases where the solver converged (but not to a solution) as follows:This release also removes an unrequired dependency on quadprog. This solver is still great for IK, but we cannot distribute it with Pink (permissive license: Apache-2.0) as it is licensed under the GPL-2.0. Feel free to install and use it on your own!
Thanks to @ashwinvkNV and @peterd-NV for helping address this licensing issue 👍
Added
NoSolutionFound
exceptionopen
keyword argument tostart_meshcat_visualizer
Changed
NoSolutionFound
rather thanAssertionError
insolve_ik
Fixed
Removed
This discussion was created from the release v3.2.0.
Beta Was this translation helpful? Give feedback.
All reactions