I’m doing a very basic RPC calls to a python node which performs a socket communication with a third party vision system.
The communication seems to be working well, all values are being received properly, however I m facing a strange RPC: Did not finish before completing error on returning result back to the URsim:
Relevant sources and RPS Error are shown in the figures
I have managed to solve it finally. The problem was on the Python side, struct.unpack returns a tuple so it needs to be indexed before returning to the URSide as a pose dictionary.