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

indigo: queue_size keyword needed in publishers #32

Closed
davetcoleman opened this issue Sep 19, 2014 · 2 comments
Closed

indigo: queue_size keyword needed in publishers #32

davetcoleman opened this issue Sep 19, 2014 · 2 comments

Comments

@davetcoleman
Copy link
Contributor

I know you guys don't fully support Indigo yet, but there is a small change that now causes warnings in some of your examples. Particularly when I use the Joint Trajectory Playback Example I get the warning:

baxter_interface/src/baxter_interface/limb.py:98: SyntaxWarning: The publisher should be created with an explicit keyword argument 'queue_size'. Please see http://wiki.ros.org/rospy/Overview/Publishers%20and%20Subscribers for more information.
latch=True)

That link:
http://wiki.ros.org/rospy/Overview/Publishers%20and%20Subscribers

Says:

As of Indigo not passing the keyword argument queue_size will result in a warning being printed to the console.

So it looks like you just need to edit the python code somewhere to pass it explicitly that flag.

Thanks!

@davetcoleman
Copy link
Contributor Author

K, I fixed it.

@rethink-imcmahon
Copy link
Contributor

Also fixed in baxter_examples by PR #34

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

No branches or pull requests

1 participant