-
Notifications
You must be signed in to change notification settings - Fork 667
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
chore(build): remove tier4_autoware_utils.hpp/motion_utils.hpp from behavior_path_planner #4936
Conversation
814a14a
to
6426a14
Compare
…lanner Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
6426a14
to
3ff3195
Compare
@@ -17,6 +17,7 @@ | |||
#include "behavior_path_planner/utils/goal_planner/util.hpp" | |||
#include "behavior_path_planner/utils/path_utils.hpp" | |||
#include "behavior_path_planner/utils/start_goal_planner_common/utils.hpp" | |||
#include "motion_utils/trajectory/path_with_lane_id.hpp" |
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.
replace with #include <tier4_autoware_utils/geometry/path_with_lane_id_geometry.hpp>
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #4936 +/- ##
==========================================
+ Coverage 15.92% 16.03% +0.11%
==========================================
Files 1580 1580
Lines 109004 109287 +283
Branches 33611 33811 +200
==========================================
+ Hits 17355 17523 +168
- Misses 73034 73103 +69
- Partials 18615 18661 +46
*This pull request uses carry forward flags. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Description
depends #4934
#4821
Tests performed
none
Effects on system behavior
none
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.