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

refactor(autoware_map_msgs): modify pcd metadata msg #7852

Conversation

YamatoAndo
Copy link
Contributor

@YamatoAndo YamatoAndo commented Jul 4, 2024

Description

I have modified the code to reflect the changes in autoware_map_msgs.

Related links

autowarefoundation/autoware_msgs#96

Parent Issue:

  • Link

How was this PR tested?

build with autowarefoundation/autoware_msgs#96
Lsim works

Notes for reviewers

The build tests will not pass unless autowarefoundation/autoware_msgs#96 is merged first.

Interface changes

None.

Effects on system behavior

None.

…etaData

Signed-off-by: Yamato Ando <yamato.ando@tier4.jp>
Signed-off-by: Yamato Ando <yamato.ando@tier4.jp>
@github-actions github-actions bot added component:perception Advanced sensor data processing and environment understanding. (auto-assigned) component:localization Vehicle's position determination in its environment. (auto-assigned) component:map Map creation, storage, and loading. (auto-assigned) labels Jul 4, 2024
Copy link

github-actions bot commented Jul 4, 2024

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

pre-commit-ci bot and others added 5 commits July 4, 2024 11:00
Signed-off-by: Yamato Ando <yamato.ando@tier4.jp>
Signed-off-by: Yamato Ando <yamato.ando@tier4.jp>
Signed-off-by: Yamato Ando <yamato.ando@tier4.jp>
@YamatoAndo YamatoAndo force-pushed the refactor/autoware_map_msgs/modify_metadata_msg branch from d0914d7 to 71b27d1 Compare July 10, 2024 08:34
@yukkysaito
Copy link
Contributor

@YamatoAndo Could you also check to work with psim?

Copy link
Contributor

@SakodaShintaro SakodaShintaro left a comment

Choose a reason for hiding this comment

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

I have also confirmed that logging_simulator works properly with data that uses divided pcds.
(psim also works)
Looks Good To Me

@SakodaShintaro SakodaShintaro added the tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Jul 11, 2024
@YamatoAndo
Copy link
Contributor Author

compare_map_segmentation's codeowners (@amc-nu @yukkysaito @badai-nguyen)
elevation_map_loader's codeowners (@kosuke55 @Shin-kyoto)
Please review 🙇

Copy link
Contributor

@badai-nguyen badai-nguyen left a comment

Choose a reason for hiding this comment

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

LGTM regarding compare_map_segmentation.

I confirmed that compare_map_segmentation worked with split map pointcloud in Dynamic Map Loader. The result looks reasonable.

[component_container_mt-1] [INFO] [1721226488.044111808] [perception.object_recognition.detection.voxel_based_compare_map_filter]: VoxelGridDynamicMapLoader initialized.

white pc: obstacle_segmentation
pink: compare_map_segmentation
image

Copy link
Contributor

@yukkysaito yukkysaito left a comment

Choose a reason for hiding this comment

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

LGTM

@YamatoAndo YamatoAndo enabled auto-merge (squash) July 22, 2024 09:22
@YamatoAndo YamatoAndo disabled auto-merge July 22, 2024 10:34
@YamatoAndo YamatoAndo enabled auto-merge (squash) July 22, 2024 10:57
@kminoda kminoda removed their request for review July 23, 2024 01:59
@YamatoAndo YamatoAndo disabled auto-merge July 24, 2024 04:15
@YamatoAndo YamatoAndo enabled auto-merge (squash) July 24, 2024 08:41
@mitsudome-r mitsudome-r added tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) and removed tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) labels Jul 24, 2024
Copy link

codecov bot commented Jul 24, 2024

Codecov Report

Attention: Patch coverage is 47.94521% with 38 lines in your changes missing coverage. Please review.

Project coverage is 29.11%. Comparing base (f33635c) to head (227eaee).
Report is 4 commits behind head on main.

Files Patch % Lines
...intcloud_map_loader/selected_map_loader_module.cpp 0.00% 17 Missing ⚠️
...ation_map_loader/src/elevation_map_loader_node.cpp 0.00% 5 Missing ⚠️
map/map_height_fitter/src/map_height_fitter.cpp 0.00% 4 Missing ⚠️
...oader/test/test_differential_map_loader_module.cpp 0.00% 0 Missing and 2 partials ⚠️
...map_loader/test/test_partial_map_loader_module.cpp 0.00% 0 Missing and 2 partials ⚠️
...ion/src/distance_based_compare_map_filter/node.hpp 0.00% 2 Missing ⚠️
...c/voxel_distance_based_compare_map_filter/node.hpp 0.00% 2 Missing ⚠️
...rc/voxel_grid_map_loader/voxel_grid_map_loader.cpp 0.00% 2 Missing ⚠️
...rc/voxel_grid_map_loader/voxel_grid_map_loader.hpp 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7852      +/-   ##
==========================================
- Coverage   29.13%   29.11%   -0.02%     
==========================================
  Files        1607     1612       +5     
  Lines      118180   118231      +51     
  Branches    50849    50853       +4     
==========================================
  Hits        34427    34427              
- Misses      74534    74585      +51     
  Partials     9219     9219              
Flag Coverage Δ *Carryforward flag
differential 8.14% <47.94%> (?)
total 29.11% <ø> (-0.02%) ⬇️ Carriedforward from f33635c

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

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

@mitsudome-r mitsudome-r merged commit 8ea7de7 into autowarefoundation:main Jul 24, 2024
39 of 42 checks passed
mitsudome-r added a commit to mitsudome-r/autoware.universe that referenced this pull request Jul 25, 2024
mitsudome-r added a commit to mitsudome-r/autoware.universe that referenced this pull request Jul 25, 2024
…efoundation#7852)"

This reverts commit 8ea7de7.

Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp>
mitsudome-r added a commit that referenced this pull request Jul 25, 2024
…7852)" (#8180)

Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
mitsudome-r pushed a commit to mitsudome-r/autoware.universe that referenced this pull request Jul 25, 2024
…ion#7852)

Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
Co-authored-by: Yamato Ando <yamato.ando@tier4.jp>
chihungtzeng pushed a commit to chihungtzeng/autoware.universe that referenced this pull request Jul 26, 2024
chihungtzeng pushed a commit to chihungtzeng/autoware.universe that referenced this pull request Jul 26, 2024
a-maumau pushed a commit to a-maumau/autoware.universe that referenced this pull request Jul 28, 2024
@xmfcx
Copy link
Contributor

xmfcx commented Jul 29, 2024

esteve pushed a commit to esteve/autoware.universe that referenced this pull request Aug 13, 2024
esteve pushed a commit to esteve/autoware.universe that referenced this pull request Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:localization Vehicle's position determination in its environment. (auto-assigned) component:map Map creation, storage, and loading. (auto-assigned) component:perception Advanced sensor data processing and environment understanding. (auto-assigned) tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants