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

non-empty solution in onNewSolution #26

Closed
v4hn opened this issue Feb 26, 2018 · 2 comments
Closed

non-empty solution in onNewSolution #26

v4hn opened this issue Feb 26, 2018 · 2 comments

Comments

@v4hn
Copy link
Contributor

v4hn commented Feb 26, 2018

After longer execution (2-3 minutes) of my 10+ stages serial container and possibly close to the end of exhaustive planning I currently see the following quite often:

moveit_task_constructor/core/src/container.cpp:347: virtual void moveit::task_constructor::SerialContainer::onNewSolution(const moveit::task_constructor::SolutionBase&): Assertion `solution.empty()' failed.

I did not investigate further yet, because I guess you have some ideas what the problem might be @rhaschke .

rhaschke added a commit that referenced this issue Feb 26, 2018
@rhaschke rhaschke mentioned this issue Feb 26, 2018
@rhaschke
Copy link
Contributor

For me the assertion never failed: As every solution should be moved into the sorted list, I cannot really see, why the assertion fails. However, I provided a quick fix in #27.
Maybe, you should provide your stage pipeline for further investigation.

v4hn pushed a commit that referenced this issue Feb 26, 2018
v4hn pushed a commit that referenced this issue Feb 27, 2018
rhaschke added a commit that referenced this issue Mar 23, 2018
@v4hn
Copy link
Contributor Author

v4hn commented May 30, 2018

hopefully obsolete, I haven't seen the problem in a long time now.

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

2 participants