-
Notifications
You must be signed in to change notification settings - Fork 664
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(behavior_velocity_planner): use XXXStamped in autoware_internal_debug_msgs #9744
feat(behavior_velocity_planner): use XXXStamped in autoware_internal_debug_msgs #9744
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
f9a0ec4
to
5d20536
Compare
805577c
to
952758e
Compare
…debug_msgs Signed-off-by: Takayuki Murooka <[email protected]>
Signed-off-by: Takayuki Murooka <[email protected]>
1546d85
to
97b2efb
Compare
@yuki-takagi-66 @maxime-clem |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9744 +/- ##
=======================================
Coverage 29.66% 29.66%
=======================================
Files 1450 1455 +5
Lines 108833 108884 +51
Branches 42740 42742 +2
=======================================
+ Hits 32285 32305 +20
- Misses 73375 73408 +33
+ Partials 3173 3171 -2
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…debug_msgs (autowarefoundation#9744) * feat(behavior_velocity_planner): use XXXStamped 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.