[ros-users] Latency of subscriber callback for large amount of data

Kim, Yoonsoo yesarang.kim at gmail.com
Thu Oct 13 02:46:57 UTC 2011


Thanks a lot!
It works!

- Yoonsoo

2011/10/13 Troy Straszheim <straszheim at willowgarage.com>

> Thanks for the reproducable bug report... I get the same behavior, so
> long as the packets are small enough.. above 10k or so I don't see
> this behavior.  This looks like like Nagel's algorithm at work, try
> setting TCP_NODELAY on the subscriber, like this:
>
> #include <ros/transport_hints.h>
> ros::Subscriber sub = n.subscribe("chatter", 1000, chatterCallback,
>
> ros::TransportHints().tcpNoDelay());
> _______________________________________________
> ros-users mailing list
> ros-users at code.ros.org
> https://code.ros.org/mailman/listinfo/ros-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ros.org/pipermail/ros-users/attachments/20111013/43c9588e/attachment-0004.html>


More information about the ros-users mailing list