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

fix(bag_time_manager_rviz_plugin): update create_client API to use rc… #2783

Merged
merged 5 commits into from
Feb 6, 2023

Conversation

esteve
Copy link
Contributor

@esteve esteve commented Jan 30, 2023

Description

rclcpp::create_client in rolling deprecated rmw_qos_profile_t in favor of the rclcpp::QoS API

Fixes #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.

  • There are no open discussions or they are tracked via tickets.

After all checkboxes are checked, anyone who has write access can merge the PR.

@esteve esteve requested review from taikitanaka3 and a team as code owners January 30, 2023 12:50
@github-actions github-actions bot added the component:common Common packages from the autoware-common repository. (auto-assigned) label Jan 30, 2023
@taikitanaka3
Copy link
Contributor

taikitanaka3 commented Jan 30, 2023

@esteve
thanks for pr, is this also tested by humble version?

@esteve
Copy link
Contributor Author

esteve commented Jan 30, 2023

@esteve
thanks for pr, is this also tested by humble version?

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.

@esteve
Copy link
Contributor Author

esteve commented Jan 30, 2023

@taikitanaka3 I fixed the latest commit because the changes were not building for Humble and lower.

@codecov
Copy link

codecov bot commented Jan 30, 2023

Codecov Report

Base: 11.66% // Head: 11.66% // Decreases project coverage by -0.01% ⚠️

Coverage data is based on head (6037d4a) compared to base (140a92b).
Patch coverage: 0.00% of modified lines in pull request are covered.

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              
Flag Coverage Δ *Carryforward flag
differential 0.00% <0.00%> (?)
total 11.66% <0.00%> (ø) Carriedforward from c2705dd

*This pull request uses carry forward flags. Click here to find out more.

Impacted Files Coverage Δ
...manager_rviz_plugin/src/bag_time_manager_panel.cpp 0.00% <0.00%> (ø)

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

@esteve esteve enabled auto-merge (squash) January 30, 2023 15:23
@mitsudome-r mitsudome-r requested a review from xmfcx January 31, 2023 08:26
@taikitanaka3
Copy link
Contributor

@esteve
can you take a look at this comment #2782 ?

@xmfcx
Copy link
Contributor

xmfcx commented Jan 31, 2023

@esteve I've made some changes to make maintenance costs minimum for this PR on following commit: c79c2b1

@esteve
Copy link
Contributor Author

esteve commented Jan 31, 2023

@xmfcx looks good, can you push it here? Thanks.

@esteve esteve merged commit e91af6f into autowarefoundation:main Feb 6, 2023
@esteve esteve deleted the fix/update-qos-api branch February 7, 2023 08:56
asana17 pushed a commit to asana17/autoware.universe that referenced this pull request Feb 8, 2023
autowarefoundation#2783)

* fix(bag_time_manager_rviz_plugin): update create_client API to use rclcpp::QoS

Signed-off-by: Esteve Fernandez <[email protected]>
@wep21 wep21 mentioned this pull request May 24, 2023
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:common Common packages from the autoware-common repository. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bag_time_manager_rviz_plugin fails to build -Werror=deprecated-declarations
4 participants