Lidar3.13.toe (7.9 KB)
Hi, I am trying to make a patch to send rplidar data via UDP to another pc (running vvvv) I have got data, I’ve culled it somewhat for out of region values, but now I’m struggling to work out how to send the udp. It needs to be converted into bytes I understand, I found this snippet that in a python region can print to the viewer op(‘delete2’).numpyArray().tobytes() (delete2 being my culled data chop). I have tried to use this expression in the UDP node, but that doesn’t seem to do anything. Any suggestions as to ways to go about this?