-
Notifications
You must be signed in to change notification settings - Fork 675
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(diagnostic_graph_utils): use StringStamped in autoware_internal_debug_msgs #9741
feat(diagnostic_graph_utils): use StringStamped in autoware_internal_debug_msgs #9741
Conversation
…debug_msgs Signed-off-by: Takayuki Murooka <[email protected]>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Signed-off-by: Takayuki Murooka <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9741 +/- ##
==========================================
+ Coverage 29.76% 29.80% +0.03%
==========================================
Files 1444 1447 +3
Lines 108625 108661 +36
Branches 42658 42658
==========================================
+ Hits 32330 32384 +54
+ Misses 73114 73092 -22
- Partials 3181 3185 +4
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@isamu-takagi |
…debug_msgs (autowarefoundation#9741) * feat(diagnostic_graph_utils): use StringStamped in autoware_internal_debug_msgs Signed-off-by: Takayuki Murooka <[email protected]> * fix Signed-off-by: Takayuki Murooka <[email protected]> --------- Signed-off-by: Takayuki Murooka <[email protected]>
…debug_msgs (autowarefoundation#9741) * feat(diagnostic_graph_utils): use StringStamped in autoware_internal_debug_msgs Signed-off-by: Takayuki Murooka <[email protected]> * fix Signed-off-by: Takayuki Murooka <[email protected]> --------- Signed-off-by: Takayuki Murooka <[email protected]>
…debug_msgs (autowarefoundation#9741) * feat(diagnostic_graph_utils): use StringStamped in autoware_internal_debug_msgs Signed-off-by: Takayuki Murooka <[email protected]> * fix Signed-off-by: Takayuki Murooka <[email protected]> --------- Signed-off-by: Takayuki Murooka <[email protected]>
Description
Run the following command, and manually add
autoware_internal_debug_msgs
in the package.xmlRelated links
autowarefoundation/autoware#5580
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.