How to send a message from a non ROS node to a ROS node
Hello,
Is it possible to have a program on a remote device which doesn't have ROS installed that sends messages to a ROS node on another device (which has ROS)?
I was thinking to start small and have a small c program that sends an int via a udp channel, but I'm not sure how this is going to be received, or published to a topic. Any guideline on how you would go about this?