-
Notifications
You must be signed in to change notification settings - Fork 34
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(tier4_autoware_utils): add geometry func #599
feat(tier4_autoware_utils): add geometry func #599
Conversation
Signed-off-by: Yuma Nihei <yuma.nihei@tier4.jp>
Codecov ReportPatch coverage has no change and project coverage change:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## feat/keep_stopping_dist/v0.3.16 #599 +/- ##
===================================================================
- Coverage 10.01% 10.01% -0.01%
===================================================================
Files 427 427
Lines 35924 35925 +1
Branches 8090 8091 +1
===================================================================
Hits 3597 3597
Misses 28879 28879
- Partials 3448 3449 +1
☔ View full report in Codecov by Sentry. |
7f39414
to
5f8e24a
Compare
Signed-off-by: Yuma Nihei <yuma.nihei@tier4.jp>
21dbd8d
to
ee3de99
Compare
Signed-off-by: Yuma Nihei <yuma.nihei@tier4.jp>
Description
下記の関数を現時点autoware.universe 最新の https://github.com/tier4/autoware.universe/blob/f321e40c02328f9d7ad6ec7c6a210e1a53e6b369/common/tier4_autoware_utils/include/tier4_autoware_utils/geometry/geometry.hpp からコピーします。
その依存関係である下記をincludeします。
また、現時点autoware.universe最新のhttps://github.com/tier4/autoware.universe/blob/f321e40c02328f9d7ad6ec7c6a210e1a53e6b369/common/tier4_autoware_utils/include/tier4_autoware_utils/geometry/path_with_lane_id_geometry.hpp をコピーします。
Related links
autoware.universe/common/tier4_autoware_utils/include/tier4_autoware_utils/geometry/geometry.hpp
Lines 186 to 267 in f321e40
autoware.universe/common/tier4_autoware_utils/include/tier4_autoware_utils/geometry/geometry.hpp
Lines 624 to 633 in f321e40
Tests performed
上記リンクと完全に同一の内容であることを確認済みです。
build testは#596 にてまとめて確認済みです。
Notes for reviewers
Interface changes
Effects on system behavior
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.