Giving data from a roslibjs client to a Visual Studio Project
Hi,
I have successfully connected ros to a non-ros system using rosbridge-server and roslibjs. I am getting the laser san data in the web client used to connect with the ros system. Now I have to somehow give that data to a Visual Studio Application running in the non-ros system. How can I do it? Do I have to write that laser scan data to a file using Javascript and the web client and then read that file or is there another way to directly get that data inside the Visual Studio Project.
Thanks, Imran