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

Add on_parameter_event method to the AsyncParameterClient. #1061

Merged
merged 1 commit into from
Jan 2, 2023

Conversation

clalancette
Copy link
Contributor

This essentially is just a subscription to the /parameter_event topic, but makes it match the rclcpp API of the same name.

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

This should fix #1060

This essentially is just a subscription to the /parameter_event
topic, but makes it match the rclcpp API of the same name.

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

CI:

  • Linux Build Status
  • Linux-aarch64 Build Status
  • Windows Build Status

@clalancette
Copy link
Contributor Author

The one failing test on Windows is a known flake. With that, and an approval, merging. Thanks for the review!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add on_parameter_event method to AsyncParameterClient
2 participants