ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Is there a way to communicate with windows and ROS topic to TCP / IP?

asked 2019-09-09 21:23:38 -0500

victor_12 gravatar image

I want to give ROS LOAM package topic result to Windows OS. Like Map and lidar path and lidar coordinate system. And I want to communicate using TCP/IP. If you know a package that does this, please let me know.

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
1

answered 2019-09-13 01:52:55 -0500

rreignier gravatar image

Has you have mentioned in your tags, rosserial-windows should work for your case: tutorial.

Note that we also developed rosserial_qt that is based on Qt libraries to be portable and used on Windows.

But if you only want to send TCP packets to windows, you will have to write a ROS node that subscribe to a topic and send some data in a TCP socket that will be read from Windows.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2019-09-09 21:23:38 -0500

Seen: 695 times

Last updated: Sep 13 '19