-
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_path_planner): use autoware internal stamped messages #9750
feat(behavior_path_planner): use autoware internal stamped messages #9750
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9750 +/- ##
=======================================
Coverage 29.72% 29.72%
=======================================
Files 1451 1451
Lines 108839 108839
Branches 42741 42741
=======================================
Hits 32348 32348
Misses 73313 73313
Partials 3178 3178
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@kyoichi-sugahara @satoshi-ota @kosuke55 |
Signed-off-by: Takayuki Murooka <[email protected]>
Signed-off-by: Takayuki Murooka <[email protected]>
5ebceb5
to
d82f9ad
Compare
…utowarefoundation#9750) * feat(behavior_path_planner): use autoware internal stamped messages Signed-off-by: Takayuki Murooka <[email protected]> * fix universe_utils Signed-off-by: Takayuki Murooka <[email protected]> --------- Signed-off-by: Takayuki Murooka <[email protected]>
Description
Use stamped message in autoware_internal_debug_msgs in behavior_path_planner
Related links
autowarefoundation/autoware#5580
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.