v0.8.0: Fix Jacobian of body task #36
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
-
This release fixes the Jacobian of the body task, with a dedicated blog post to explain the fix. In short: we were using the frame Jacobian instead of the full task Jacobian (which includes a log-derivative). Using the frame Jacobian works fine in many use cases, but it can also fail drastically in weighted inverse kinematics. Example and details in the blog post 🗒️
Thanks to @aescande and @Gregwar for their help 👍
Added
solve_ik
to the backend QP solverChanged
compute_velocity_limits
now includes optionalsFixed
This discussion was created from the release v0.8.0.
Beta Was this translation helpful? Give feedback.
All reactions