Skip to content

Conversation

@urrsk
Copy link
Member

@urrsk urrsk commented Jun 19, 2025

Add Multinode support

Bump to version 1.0.0 as it is now feature comparable with its PolyScope 5 sister

@urrsk urrsk requested review from EbbeFuglsang and urfeex June 19, 2025 12:40
Copy link
Collaborator

@EbbeFuglsang EbbeFuglsang left a 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
@urrsk urrsk force-pushed the multinodesupport branch from c1cd8db to 3edae76 Compare June 23, 2025 11:06
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}")
Copy link
Member

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.

Copy link
Member

@urfeex urfeex left a 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>
@urrsk urrsk force-pushed the multinodesupport branch from 8ef0362 to 05534e0 Compare June 24, 2025 11:11
Copy link
Member

@urfeex urfeex left a 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

@urrsk urrsk merged commit fed14d7 into UniversalRobots:master Jun 24, 2025
3 checks passed
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

Successfully merging this pull request may close these issues.

3 participants