-
Notifications
You must be signed in to change notification settings - Fork 345
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
IK problem: IKfast can't find the full solutions #1216
Comments
Try specifying |
Thanks, I think you got to the heart of the problem! But I have a little question: I just got the CPP solver file through the command " I check the ikfast.py and find that it seems don't support the filteroptions. Before that how could I configure the filteroptions? |
It depends on how you call the solver but I can show these filteroptions occurrences at least
|
As far as I know, these functions can be used in the concrete example like that
But I still could not find the interface to modify the demo like that to configure the IkFilterOptions:
|
change |
Yes, I know your meaning, But It is still a concrete example with specifying for ikparam I mean the sencond demo to generate a whole CPP file with collision options without a specific positional parameter . |
iksolver itself is unrelated to filteroptions and is capable to give all solutions. filteroptions is an argument for FindIKSolutions. |
I tested the IKfast for my own robot,
But sometimes it seems could not give the full solutions:
sometimes output 4 or 2 solutions, less than 8 as below
The solutions piture:
The robot demo:
The text was updated successfully, but these errors were encountered: