-
Notifications
You must be signed in to change notification settings - Fork 150
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
Question: Planning abortion criteria #588
Comments
I'm confused about the indentation of stages in the console output. Shouldn't |
Hi Robert, I think we found a way to reproduce this as a unit test, following your
The output is:
Two solutions come out of the pipeline as expected. The issue happens when the last stage (
And here's the task output.
For some reason Hopefully this makes sense. Let me know if we can help in any way. |
On a related note, removing the SerialContainer from the pipeline makes it work as expected:
|
Thanks for providing this minimal example. I will have a look into it. |
Thank you! |
Inspecting this example in detail revealed several design issues of pruning.
solution: |
I've created an MTC task very similar to the pick_and_place tutorial in moveit2 but I experience premature result with a planning failure. It looks like the Connect stage doesn't trigger the motion planner for all IK solutions. My console output looks like this:
My understanding is that during planning only one of the 7 IK solution seems to be evaluated and the planning ends with a failure despite that is has not evaluated all of them. What are the abortion criteria of an MTC task or what could lead to this early failure? I am aware that there is a timeout property but I have not changed that and my understanding it that it is inf by default. Thanks in advance for your help
The text was updated successfully, but these errors were encountered: