-
Notifications
You must be signed in to change notification settings - Fork 7
Add Multinode support #17
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
Conversation
EbbeFuglsang
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks great💪
Bump to version 1.0.0 as it is now feature comparable with its Polyscope 5 sister
| raise Exception(f"Did not receive any script lines") | ||
| return program | ||
| except Exception as e: | ||
| raise Exception(f"Connectivity problem to with {self.robotIP}:{self.port}: {e}") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I always run into this when trying this against the ur_robot_driver. With this fetch you assume that the server sends an empty message after it has sent the data. I'm not sure whether we currently do that in the client_library.
In the Java URCap we use buff.ready() to check whether the data transfer is done.
urfeex
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The timeout mechanism doesn't work with the client_library's script sender, I've made a suggestion that works.
Co-authored-by: Felix Exner <feex@universal-robots.com>
urfeex
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested it and works as expected now
Add Multinode support
Bump to version 1.0.0 as it is now feature comparable with its PolyScope 5 sister