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

custom cost function different solutions in pick-ik vs bio-ik #71

Open
buckleytoby opened this issue Jun 12, 2024 · 0 comments
Open

custom cost function different solutions in pick-ik vs bio-ik #71

buckleytoby opened this issue Jun 12, 2024 · 0 comments

Comments

@buckleytoby
Copy link

Hey All,

I'm testing using only a cost function (with squared distance error to a target position), and when I run setFromIK with bio-ik I get the expected behavior; my robot state converges upon my desired target.

However, when running the same code with pick-ik active the joint_diff value grows quite large, causing my joints to saturate at their joint limits and stay there indefinitely. The result is a solution which never converges to my target.

A potential source of the issue is the linear step size estimation. There's no way to limit the joint_diff value. Can there be an option for a static joint_diff value?

Thanks

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

No branches or pull requests

1 participant