Sending only one topic to another computer
Hello, We are trying to publish only one topic from raspberry pi to an offboard computer recently.The topic contains image data acquire by the onboard camera, and we want to use the data to calculate the control command. Setting our offboard computer as ROS Master seems not to be a good solution, because it would send all of the topics, and this may cause serious network delay.
Does anyone know how to send a single topic to another computer? Both raspberry pi and offboard computer are Ubuntu16.04, Kinetic