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

Afaik no one has worked on UDPROS in recent years.

Support in roscpp is OK-ish. There have been some PRs submitted to ros/ros_comm to fix some issues, but nothing too major.

As for rospy, there is essentially no support (I believe this comment by @Dirk Thomas is still relevant).

Note that the UDP transport uses single datagrams for each publication, it does not support sequencing, framing or reassembly. As a consequence, any messages that serialise into a bytestream > MTU will be either truncated or not published at all.

Afaik no one has worked on UDPROS in recent years.

Support in roscpp is OK-ish. There have been some PRs submitted to ros/ros_comm to fix some issues, but nothing too major.

As for rospy, there is essentially no support (I believe this comment from 2018-08-24 by @Dirk Thomas is still relevant).relevant):

I just wanted to note that UDP isn't supported by ROS in Python atm [..]

Note that the UDP transport uses single datagrams for each publication, it does not support sequencing, framing or reassembly. As a consequence, any messages that serialise into a bytestream > MTU will be either truncated or not published at all.