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

parameterize goal and cancel publisher queue size. #18

Closed
tfoote opened this issue Feb 6, 2014 · 2 comments
Closed

parameterize goal and cancel publisher queue size. #18

tfoote opened this issue Feb 6, 2014 · 2 comments

Comments

@tfoote
Copy link
Member

tfoote commented Feb 6, 2014

Refiled from @rchevali ros/gencpp#15

In action_client.h (on lines 217 and 221) both goal_pub_ and cancel_pub_ are advertised with queue sizes of 1. This occasionally causes goals to be dropped. Could these queue sizes be configurable or at least increased?

@esteve
Copy link
Member

esteve commented May 21, 2014

I increased the sizes for both queues to 10, to match the Python side in d4e2d2e It should fix any issues you may have experienced, would you mind @rchevali having a look at it? Thanks.

@esteve
Copy link
Member

esteve commented May 26, 2014

I'm closing this ticket, increasing both queue sizes to 10 doesn't seem to break anything.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants