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

UDPROS can only be used for sending data over ROS topics.

If you want to send data to a non-ROS computer, you should create a normal UDP socket and write data to it. Using raw UDP sockets isn't within the scope of this forum, and there are already lots of other good examples of how to use UDP from Python or C++ on the internet.

UDPROS can only be used for sending data over ROS topics.

If you want to send data to a non-ROS computer, you should create a normal UDP socket and write data to it. Using raw UDP sockets isn't within the scope of this forum, and there are already lots of other good examples of how to use UDP from Python or C++ on the internet.

The first few links on Google all look like good places to start: https://www.google.com/search?q=how%20to%20create%20a%20udp%20socket%20in%20c&rct=j