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

Revision history [back]

I think you could write a node on the ROS machine that receives anything (video, images, files, packets, etc), using any means (sockets, serial comms, etc) and encapsulate it on the message type you need and publish a topic with it.

See the tutorials for a simple example.