-
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 29.82% 29.90% +0.07%
==========================================
Files 1433 1434 +1
Lines 108060 108064 +4
Branches 42965 42966 +1
==========================================
+ Hits 32226 32312 +86
+ Misses 72705 72612 -93
- Partials 3129 3140 +11
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
c6f5940
to
b494bbb
Compare
…nal_planning_msgs/PathWithLaneId Signed-off-by: mitsudome-r <[email protected]>
Signed-off-by: mitsudome-r <[email protected]>
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. |
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.