Is it possible to commuincate over UDP?
For latency and timing issues is there a way to switch from TCP to UDP? If so how do you do it?
Thanks, Steven
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
For latency and timing issues is there a way to switch from TCP to UDP? If so how do you do it?
Thanks, Steven
You should pass TransportHints().unreliable() to subscribe. If possible, it is supposed to use UDP.
Asked: 2012-01-27 08:02:01 -0600
Seen: 1,672 times
Last updated: Jan 27 '12
Multi Robot systems framework in ROS
Can a ROS Service have multiple protocols? How to know which protocol is used in Service?
Please help with requestTopic in ROS XMLRPC Slave API
How can multiple robots communicate using ROS?
Use of TCP/IP Protocol under ROS
Is there a way to check for dropped messages that don't have headers?