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

feat(tier4_xxx_rviz_plugin): use StringStamped in autoware_internal_debug_msgs #181

Merged

Conversation

takayuki5168
Copy link
Contributor

@takayuki5168 takayuki5168 commented Dec 19, 2024

Description

The message used in this repository will be moved by autowarefoundation/autoware_internal_msgs#30
This PR will handle this change.

Run the following command, and manually add autoware_internal_debug_msgs in the package.xml

find ./ -type f -exec sed -i -e 's/tier4_debug_msgs::msg::StringStamped/autoware_internal_debug_msgs::msg::StringStamped/g' {} \;
find ./ -type f -exec sed -i -e 's/tier4_debug_msgs\/msg\/string_stamped/autoware_internal_debug_msgs\/msg\/string_stamped/g' {} \;

How was this PR tested?

Notes for reviewers

None.

Effects on system behavior

None.

Copy link

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

Copy link

codecov bot commented Dec 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (ad0b811) to head (4353d40).
Report is 97 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff            @@
##            main    #181      +/-   ##
========================================
- Coverage   2.12%   0.00%   -2.13%     
========================================
  Files        163       5     -158     
  Lines       9402     507    -8895     
  Branches     383       0     -383     
========================================
- Hits         200       0     -200     
+ Misses      9045     507    -8538     
+ Partials     157       0     -157     
Flag Coverage Δ
differential 0.00% <ø> (?)
total ?

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@takayuki5168 takayuki5168 merged commit dfbdb5f into main Dec 19, 2024
36 of 38 checks passed
@takayuki5168 takayuki5168 deleted the feat/use-autoware-internal-debug-msgs-for-string-stamped branch December 19, 2024 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant