-
Notifications
You must be signed in to change notification settings - Fork 35
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 Solution differ from motion planning solution? #364
Comments
Hi Luca, Thanks for the super detailed issue! I tried changing planners and tweaking settings, but it keeps failing. Some planners output a bit more info that seems to point to the fact that the problem is simply too constrained to solve (despite the fact that the first two constraints are effectively redundant), but if you see this output, it really complains that the joint constraints can be satisfied but the other ones (created by the frame) are violated:
Why would be the reason to define these goal with an redundant constraint, is it only to test? Cheers! |
Describe the bug
See code snippet
I'm trying to do a path planning that constrains both end effector and joint positions (within a range)
If I try to compute path planning for the to constraint separately everything work, but if try to merge them planning solution fail with:
compas_fab.backends.ros.exceptions.RosValidationError: Error code: -1; PLANNING_FAILED
The joint configuration target target is obtain from inverse kinematic
To Reproduce
Expected behavior
LOGS
Versions
MacOSX 10.15.7
3.10
conda
1.16.0
0.26.0
Am I doing something wrong?
Is this related to this commit?
Thanks,
Luca
The text was updated successfully, but these errors were encountered: