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(motion_planning): use StringStamped in autoware_internal_debug_msgs #9742

Conversation

takayuki5168
Copy link
Contributor

Description

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' {} \;

Related links

autowarefoundation/autoware#5580

How was this PR tested?

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Dec 23, 2024
Copy link

github-actions bot commented Dec 23, 2024

Thank you for contributing to the Autoware project!

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

Please ensure:

@takayuki5168 takayuki5168 force-pushed the feat/use-string-stamped-in-autoware-internal-msgs-planning branch from 668e266 to 231f980 Compare December 23, 2024 14:39
@takayuki5168 takayuki5168 changed the title feat(planning): use StringStamped in autoware_internal_debug_msgs feat(motion_planning): use StringStamped in autoware_internal_debug_msgs Dec 23, 2024
@takayuki5168 takayuki5168 added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Dec 23, 2024
Copy link

codecov bot commented Dec 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 29.75%. Comparing base (067ee7a) to head (231f980).
Report is 25 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9742      +/-   ##
==========================================
- Coverage   29.76%   29.75%   -0.01%     
==========================================
  Files        1444     1450       +6     
  Lines      108625   108667      +42     
  Branches    42658    42659       +1     
==========================================
+ Hits        32330    32333       +3     
- Misses      73114    73153      +39     
  Partials     3181     3181              
Flag Coverage Δ *Carryforward flag
differential 19.87% <ø> (?)
total 29.76% <ø> (ø) Carriedforward from 067ee7a

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

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

@takayuki5168 takayuki5168 merged commit c16e656 into autowarefoundation:main Dec 24, 2024
49 of 50 checks passed
@takayuki5168 takayuki5168 deleted the feat/use-string-stamped-in-autoware-internal-msgs-planning branch December 24, 2024 00:28
kminoda pushed a commit to kminoda/autoware.universe that referenced this pull request Dec 25, 2024
…sgs (autowarefoundation#9742)

feat(motion planning): use StringStamped in autoware_internal_debug_msgs

Signed-off-by: Takayuki Murooka <[email protected]>
kyoichi-sugahara pushed a commit to kyoichi-sugahara/autoware.universe that referenced this pull request Dec 25, 2024
…sgs (autowarefoundation#9742)

feat(motion planning): use StringStamped in autoware_internal_debug_msgs

Signed-off-by: Takayuki Murooka <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:planning Route planning, decision-making, and navigation. (auto-assigned) run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants