RTDE_Python_Client_Library icon indicating copy to clipboard operation
RTDE_Python_Client_Library copied to clipboard

It should be possible to start RTDE connection with no output variables registered

Open michal-milkowski opened this issue 2 years ago • 1 comments

Client library, and controller code expect at least one output variable before starting data synchronization. This behavior is both unexpected, and difficult to handle for clients that only want to write input variables.

Proposed solution: TBD, might require code change on RTDE server side.

michal-milkowski avatar Jul 17 '23 12:07 michal-milkowski

we just send a watchdog recipe, but dont implement it in urscript.

i know thats not exactly the issue youre suggesting and it does consume an output, but it does allow the connection to go

robot-ranger avatar Apr 04 '24 22:04 robot-ranger