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

Revision history [back]

click to hide/show revision 1
initial version

You probably shouldn't try to publish directly to a ROS topic from a non-ROS system (this would effectively mean re-implementing the ROS libraries for some other platform, which probably isn't what you want to do).

Instead, the common pattern here is to write a gateway node which communicates over standard TCP or UDP on one side, and publishes ROS messages, and to run this node on your ROS system.