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

Not all solution for complexe kinematics #1233

Open
Tokrat opened this issue May 6, 2023 · 0 comments
Open

Not all solution for complexe kinematics #1233

Tokrat opened this issue May 6, 2023 · 0 comments

Comments

@Tokrat
Copy link

Tokrat commented May 6, 2023

I am creating a program which need lots of robot to be simulated, ikfast works most of the time but i struggle with one robot:

https://github.com/ros-industrial/fanuc_experimental/tree/melodic-devel/fanuc_crx10ia_support

When ikfast.py run, i get lots of line like this:

WARNING: failed with leftvar htj0: CannotSolveError: solveDialytically: more unknowns than equations 12>8
WARNING: failed with leftvar htj0: CannotSolveError: solveDialytically: more unknowns than equations 12>8
WARNING: failed with leftvar htj0: CannotSolveError: solveDialytically: more unknowns than equations 12>8

It end up with a solution quite fast (a few minutes). But it seems that his architecture is too complexe (probably because of the wrist). My problem is that even if my program works fine, most of the time it only find "bad" solutions, they are correct but most of the time the worst possible. I saw someone having this kind of problem in this issue. But I wasn't able to use (or even to find anything in openrave) extraprec & maxsteps

#408 (comment)

Any help with that ?

Edit: i think i figured out how to try "extraprec" and "maxsteps". It didn't help at all, the ikfast.cpp file generated is not even different

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