ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

You can check the API here:

http://ros.org/doc/electric/api/rospy/html/rospy.topics.Subscriber-class.html

There you can see that you can define a queue size for you subscriber.

Hope that helps