Hi there, I’m receiving data from a python script via UDP in the form if a tuple containing a 3float value. I’m using the UDP In Dat node to receive them successfully. However, the problem is that from there, I don’t really know how I can break each component into separate values. As you may see in the image, the tuple has 3 components that represents x,y and z; and my idea is to use these values to move sop meshes.
Additionally, I’m getting that “message” string at the very first row. Is there a way to get rid of that? Any advice would be greatly appreciated!
Cheers,
Jose