-
Notifications
You must be signed in to change notification settings - Fork 676
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!: replace tier4_planning_msgs/PathWithLaneId with autoware_internal_planning_msgs/PathWithLaneId #10023
base: main
Are you sure you want to change the base?
feat!: replace tier4_planning_msgs/PathWithLaneId with autoware_internal_planning_msgs/PathWithLaneId #10023
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #10023 +/- ##
==========================================
+ Coverage 28.30% 28.37% +0.07%
==========================================
Files 1484 1485 +1
Lines 111090 111094 +4
Branches 43151 43152 +1
==========================================
+ Hits 31441 31521 +80
+ Misses 76631 76545 -86
- Partials 3018 3028 +10
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
c6f5940
to
b494bbb
Compare
b494bbb
to
36104f3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
I had a discussion with @yamacir-kit that they would like to wait for a week to merge tier4/scenario_simulator_v2#1518. |
…nal_planning_msgs/PathWithLaneId Signed-off-by: mitsudome-r <[email protected]>
Signed-off-by: mitsudome-r <[email protected]>
36104f3
to
4305379
Compare
Signed-off-by: Ryohsuke Mitsudome <[email protected]>
Description
This replaces tier4_planning_msgs/PathWithLaneId messages with autoware_internal_planning_msgs/PathWithLaneId to prepare for Autoware Core migration.
Related links
Parent Issue:
This has to be merged with:
autoware_internal_planning_msgs::msg::PathWithLaneId
tier4/scenario_simulator_v2#1518This has to be merged before:
How was this PR tested?
The PR was tested on Evaluator:
https://evaluation.ci.tier4.jp/evaluation/reports/094116a4-d603-536a-9385-98b1f6797e62?project_id=prd_jt
Notes for reviewers
None.
Interface changes
Topic changes
Modifications
tier4_planning_msgs/PathWithLaneId
autoware_internal_planning_msgs/PathWithLaneId
Effects on system behavior
None.