Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added queue_size to publishers to remove warnings. #34

Merged
merged 2 commits into from Dec 1, 2014

Conversation

rethink-imcmahon
Copy link
Contributor

Added queue_size and tested on Indigo robot. This removes warnings and preserves functionality.

@@ -77,7 +77,7 @@ def __init__(self, limb, reconfig_server):

# create cuff disable publisher
cuff_ns = 'robot/limb/' + limb + '/suppress_cuff_interaction'
self._pub_cuff_disable = rospy.Publisher(cuff_ns, Empty)
self._pub_cuff_disable = rospy.Publisher(cuff_ns, Empty, queue_size=10)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make this 1 --- you want this override to "stop" as soon as you are done. No lag.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed!

rethink-rlinsalata added a commit that referenced this pull request Dec 1, 2014
Added queue_size to publishers to remove warnings.
@rethink-rlinsalata rethink-rlinsalata merged commit dca9fff into development Dec 1, 2014
@rethink-rlinsalata rethink-rlinsalata deleted the queue_size_indigo_fix branch December 1, 2014 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants