-
Notifications
You must be signed in to change notification settings - Fork 676
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
fix(bag_time_manager_rviz_plugin): update create_client API to use rc… #2783
Conversation
…lcpp::QoS Signed-off-by: Esteve Fernandez <[email protected]>
@esteve |
This PR should work with Humble, but I'm building it right now to check, I'll report with the results, don't approve it yet. Thanks. |
Signed-off-by: Esteve Fernandez <[email protected]>
@taikitanaka3 I fixed the latest commit because the changes were not building for Humble and lower. |
Codecov ReportBase: 11.66% // Head: 11.66% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #2783 +/- ##
==========================================
- Coverage 11.66% 11.66% -0.01%
==========================================
Files 1314 1314
Lines 91572 91593 +21
Branches 24366 24366
==========================================
Hits 10681 10681
- Misses 69740 69761 +21
Partials 11151 11151
*This pull request uses carry forward flags. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@xmfcx looks good, can you push it here? Thanks. |
Signed-off-by: M. Fatih Cırıt <[email protected]>
autowarefoundation#2783) * fix(bag_time_manager_rviz_plugin): update create_client API to use rclcpp::QoS Signed-off-by: Esteve Fernandez <[email protected]>
Description
rclcpp::create_client
inrolling
deprecatedrmw_qos_profile_t
in favor of therclcpp::QoS
APIFixes #2782
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.