-
Notifications
You must be signed in to change notification settings - Fork 675
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
fix(behavior_velocity_planner): remove unused utils functions #1383
fix(behavior_velocity_planner): remove unused utils functions #1383
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1383 +/- ##
========================================
+ Coverage 9.93% 9.97% +0.03%
========================================
Files 1117 1117
Lines 77941 78128 +187
Branches 18117 18218 +101
========================================
+ Hits 7747 7795 +48
- Misses 62883 63013 +130
- Partials 7311 7320 +9
*This pull request uses carry forward flags. Click here to find out more.
Continue to review full report at Codecov.
|
c809bbf
to
eb699c2
Compare
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
eb699c2
to
14da623
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
…1383) * fix(behavior_velocity_planner): remove unused util functions Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(behavior_velocity_planner): use alias Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(motion_utils): remove path_with_lane_id.hpp Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…1383) * fix(behavior_velocity_planner): remove unused util functions Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(behavior_velocity_planner): use alias Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(motion_utils): remove path_with_lane_id.hpp Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…1383) * fix(behavior_velocity_planner): remove unused util functions Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(behavior_velocity_planner): use alias Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(motion_utils): remove path_with_lane_id.hpp Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
* fix(behavior_velocity_planner): remove unused util functions Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(behavior_velocity_planner): use alias Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(motion_utils): remove path_with_lane_id.hpp Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
* fix(behavior_velocity_planner): remove unused util functions Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(behavior_velocity_planner): use alias Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(motion_utils): remove path_with_lane_id.hpp Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…refoundation#1383) * fix(behavior_velocity_planner): remove unused util functions Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(behavior_velocity_planner): use alias Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(motion_utils): remove path_with_lane_id.hpp Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
* fix(behavior_velocity_planner): remove unused util functions Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(behavior_velocity_planner): use alias Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(motion_utils): remove path_with_lane_id.hpp Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…1383) * fix(behavior_velocity_planner): remove unused util functions Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(behavior_velocity_planner): use alias Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(motion_utils): remove path_with_lane_id.hpp Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
* fix(behavior_velocity_planner): remove unused util functions Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(behavior_velocity_planner): use alias Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(motion_utils): remove path_with_lane_id.hpp Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
* fix(behavior_velocity_planner): remove unused util functions Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(behavior_velocity_planner): use alias Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(motion_utils): remove path_with_lane_id.hpp Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: Yuma Nihei <yuma.nihei@tier4.jp>
…609) * feat: move alias polygons2d Signed-off-by: Yuma Nihei <yuma.nihei@tier4.jp> * feat: add alias same as #1383 Signed-off-by: Yuma Nihei <yuma.nihei@tier4.jp> * fix: replace motion_utils to tier4_autoware_utils Signed-off-by: Yuma Nihei <yuma.nihei@tier4.jp> * ci(pre-commit): autofix --------- Signed-off-by: Yuma Nihei <yuma.nihei@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
chore: sync tier4/autoware.universe:awf-latest
Description
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.