Skip to content
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(geography_utils): add geography_utils package #4807

Merged

Conversation

kminoda
Copy link
Contributor

@kminoda kminoda commented Aug 30, 2023

Description

Add tier4_geography_utils and use that in gnss_poser and default_ad_api to convert between vertical datums.

Related links

None

Tests performed

  • All the tests in tier4_geography_utils passes
  • Logging simulator works, and the output of gnss_poser and default_ad_api is successfully published

Notes for reviewers

None

Interface changes

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.

  • The PR follows the pull request guidelines.
  • The PR has been properly tested.
  • The PR has been reviewed by the code owners.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.
  • The PR is ready for merge.

After all checkboxes are checked, anyone who has write access can merge the PR.

Signed-off-by: kminoda <[email protected]>
Signed-off-by: kminoda <[email protected]>
@github-actions github-actions bot added component:sensing Data acquisition from sensors, drivers, preprocessing. (auto-assigned) component:system System design and integration. (auto-assigned) component:common Common packages from the autoware-common repository. (auto-assigned) labels Aug 30, 2023
@kminoda kminoda changed the title feat(tier4_autoware_utils): add height system converter feat(tier4_geography_utils): add height system converter Aug 30, 2023
kminoda and others added 3 commits August 30, 2023 14:57
@github-actions github-actions bot added the type:documentation Creating or refining documentation. (auto-assigned) label Aug 30, 2023
@kminoda kminoda added the tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Aug 30, 2023
@kminoda kminoda marked this pull request as ready for review August 30, 2023 06:24
@kminoda kminoda changed the title feat(tier4_geography_utils): add height system converter feat(geography_utils): add height system converter Aug 30, 2023
@kminoda kminoda changed the title feat(geography_utils): add height system converter feat(geography_utils): add geography_utils package Aug 30, 2023
@codecov
Copy link

codecov bot commented Aug 30, 2023

Codecov Report

Patch coverage: 40.81% and project coverage change: +0.02% 🎉

Comparison is base (56c4585) 15.12% compared to head (8c6537e) 15.14%.
Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4807      +/-   ##
==========================================
+ Coverage   15.12%   15.14%   +0.02%     
==========================================
  Files        1571     1573       +2     
  Lines      108229   108187      -42     
  Branches    33224    33217       -7     
==========================================
+ Hits        16365    16386      +21     
+ Misses      74033    73962      -71     
- Partials    17831    17839       +8     
Flag Coverage Δ *Carryforward flag
differential 13.07% <40.81%> (?)
total 15.13% <ø> (+0.01%) ⬆️ Carriedforward from 283b351

*This pull request uses carry forward flags. Click here to find out more.

Files Changed Coverage Δ
...de/radar_object_fusion_to_detected_object_node.cpp 0.00% <ø> (ø)
...behavior_velocity_crosswalk_module/src/manager.cpp 11.65% <ø> (+0.22%) ⬆️
..._velocity_crosswalk_module/src/scene_crosswalk.cpp 0.00% <ø> (ø)
..._velocity_crosswalk_module/src/scene_crosswalk.hpp 0.00% <ø> (ø)
...avior_velocity_intersection_module/src/manager.cpp 18.75% <ø> (-0.12%) ⬇️
...ity_intersection_module/src/scene_intersection.cpp 0.00% <ø> (ø)
...ity_intersection_module/src/scene_intersection.hpp 0.00% <ø> (ø)
...behavior_velocity_intersection_module/src/util.cpp 0.00% <ø> (ø)
...ior_velocity_intersection_module/src/util_type.hpp 0.00% <ø> (ø)
sensing/gnss_poser/include/gnss_poser/convert.hpp 0.00% <0.00%> (ø)
... and 3 more

... and 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@isamu-takagi isamu-takagi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM (default_ad_api)

Copy link
Contributor

@YamatoAndo YamatoAndo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM (gnss_poser)

@kminoda kminoda enabled auto-merge (squash) August 30, 2023 09:18
@kminoda kminoda merged commit 812910a into autowarefoundation:main Aug 30, 2023
23 checks passed
kminoda added a commit to kminoda/autoware.universe that referenced this pull request Aug 30, 2023
…n#4807)

* first commit

Signed-off-by: kminoda <[email protected]>

* update

Signed-off-by: kminoda <[email protected]>

* style(pre-commit): autofix

* update height.cpp

Signed-off-by: kminoda <[email protected]>

* style(pre-commit): autofix

* updat

Signed-off-by: kminoda <[email protected]>

* style(pre-commit): autofix

* add test

Signed-off-by: kminoda <[email protected]>

* revert tier4_autoware_utils

Signed-off-by: kminoda <[email protected]>

* style(pre-commit): autofix

* fix cspell

Signed-off-by: kminoda <[email protected]>

* remove and revert convert.cpp

Signed-off-by: kminoda <[email protected]>

* remove boost

Signed-off-by: kminoda <[email protected]>

* update comment

Signed-off-by: kminoda <[email protected]>

* remove maybe_unsued

Signed-off-by: kminoda <[email protected]>

* style(pre-commit): autofix

* rename from tier4_geography_utils to geography_utils

Signed-off-by: kminoda <[email protected]>

* rename from tier4_geography_utils to geography_utils

Signed-off-by: kminoda <[email protected]>

* style(pre-commit): autofix

* add some test

Signed-off-by: kminoda <[email protected]>

* style(pre-commit): autofix

* edit test

Signed-off-by: kminoda <[email protected]>

* rename namespace

Signed-off-by: kminoda <[email protected]>

* style(pre-commit): autofix

* rename namespace complete

Signed-off-by: kminoda <[email protected]>

* style(pre-commit): autofix

* use angle brackets inclusion

Signed-off-by: kminoda <[email protected]>

* style(pre-commit): autofix

---------

Signed-off-by: kminoda <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
@kminoda kminoda deleted the feat/add_height_system_converter branch September 26, 2023 01:36
TetsuKawa pushed a commit to tier4/autoware.universe that referenced this pull request Dec 8, 2023
…n#4807)

* first commit

Signed-off-by: kminoda <[email protected]>

* update

Signed-off-by: kminoda <[email protected]>

* style(pre-commit): autofix

* update height.cpp

Signed-off-by: kminoda <[email protected]>

* style(pre-commit): autofix

* updat

Signed-off-by: kminoda <[email protected]>

* style(pre-commit): autofix

* add test

Signed-off-by: kminoda <[email protected]>

* revert tier4_autoware_utils

Signed-off-by: kminoda <[email protected]>

* style(pre-commit): autofix

* fix cspell

Signed-off-by: kminoda <[email protected]>

* remove and revert convert.cpp

Signed-off-by: kminoda <[email protected]>

* remove boost

Signed-off-by: kminoda <[email protected]>

* update comment

Signed-off-by: kminoda <[email protected]>

* remove maybe_unsued

Signed-off-by: kminoda <[email protected]>

* style(pre-commit): autofix

* rename from tier4_geography_utils to geography_utils

Signed-off-by: kminoda <[email protected]>

* rename from tier4_geography_utils to geography_utils

Signed-off-by: kminoda <[email protected]>

* style(pre-commit): autofix

* add some test

Signed-off-by: kminoda <[email protected]>

* style(pre-commit): autofix

* edit test

Signed-off-by: kminoda <[email protected]>

* rename namespace

Signed-off-by: kminoda <[email protected]>

* style(pre-commit): autofix

* rename namespace complete

Signed-off-by: kminoda <[email protected]>

* style(pre-commit): autofix

* use angle brackets inclusion

Signed-off-by: kminoda <[email protected]>

* style(pre-commit): autofix

---------

Signed-off-by: kminoda <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:common Common packages from the autoware-common repository. (auto-assigned) component:sensing Data acquisition from sensors, drivers, preprocessing. (auto-assigned) component:system System design and integration. (auto-assigned) tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) type:documentation Creating or refining documentation. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants