-
Notifications
You must be signed in to change notification settings - Fork 402
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
Failed to read from stream, Pipeline producer overflowed! #6
Comments
Thanks for reporting this. I've seen this problem a couple of times during development, but could never quite reproduce it. Basically, this means that
Looking at the code I might have an idea, where that comes from... Does it happen every time for you? Do the errors eventually stop and the driver is running normally? |
This error also happened to me, but not every time. And it did not affect my Moveit controlling. |
Thanks for this clarification. I'll prepare a fix that should prevent this from happening. |
We managed to temporarily resolve the problem by switching to another PC. The error happened all the time on the original PC I tested the code with, but the new PC seems to be ok for now. (I am not sure this helps) |
I still think, that this is a bug. Which is why I asked whether the errors eventually stop and the driver is running normally. I'll provide a fix, anyway. |
Should be fixed in #18. Closing this. If it appears to be not fixed, please reopen. |
Added documentation for non_blocking_read parameter
I'm getting this error while running the current stable (master) branch. Would you like me to open a new issue? |
Please open a new one describing your specific problem. If we realize that this is really the same problem as here, we can merge them later ( define the new issue a duplicate). |
See #367. Probably a different source of error |
…ware_interface Add a parameter to choose the hardware interface for the e-series
Summary
After installing the externalcontrol-1.0.urcap and use my remote pc ip address as the remote host address, I launch the ur3e_bringup.launch file but I keep getting the error Pipeline producer overflowed! , Communication error, what other setting steps did I miss?
Versions
Issue details
Use Case and Setup
Just testing the ur3e driver usability currently
Steps to Reproduce
See summary
Expected Behavior
I didn't expect there to be any error when running the ur3e_bringup program
The text was updated successfully, but these errors were encountered: