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

Switch to qos_profile instead of qos_or_depth. #357

Merged
merged 1 commit into from
May 29, 2019

Conversation

clalancette
Copy link
Contributor

Signed-off-by: Chris Lalancette clalancette@openrobotics.org

This should fix #356

Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
@clalancette
Copy link
Contributor Author

CI (randomly chose macOS): Build Status

@clalancette clalancette merged commit 5484eaa into master May 29, 2019
@delete-merged-branch delete-merged-branch bot deleted the fix-quality-of-service-demo branch May 29, 2019 15:08
@@ -125,7 +125,7 @@ def start_listening(self):
if not self.subscription:
self.subscription = self.create_subscription(
String, self.topic_name, self._message_callback,
qos_or_depth=self.qos_profile,
qos_profile=self.qos_profile,
Copy link
Member

Choose a reason for hiding this comment

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

In the Dashing API this is not a keyword argument but a positional.

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 in #359

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.

quality_of_service_demo_py for lifespan throws exception
3 participants