Best way to send images from ROS to a Windows machine
Hello everyone,
I am trying to get images from my robot running ROS in a Windows machine to use with Oculus Rift.
I don't know what should be the best way to accomplish this. I thought about using socket, but I had bad experiences in the past with sockets. I would to know if there is a better option to receive images in a Windows machine.
Thank you very much for any help. :)
Asked by ErivaldoJunior on 2016-10-19 16:10:30 UTC
Answers
alternative way: 1.you can save image files in directory and then use script or ftp to upload the files to windows machine. 2. use Database, store data in database and then read, it is platform irrelated. 3. still use socket.
Asked by asimay_y on 2016-10-19 23:05:05 UTC
Comments
I don't know what you actually want to do, and it's been a while since they were written, but you might be interested in oculus_rviz_plugins. I seem to remember some users have forked these and updated them for the newer versions of the SDKs.
Asked by gvdhoorn on 2016-10-20 05:13:37 UTC