Giving data from a roslibjs client to a Visual Studio Project

asked 2016-07-10 06:55:54 -0500

imranz30 gravatar image

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

edit retag flag offensive close merge delete