-
Notifications
You must be signed in to change notification settings - Fork 649
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
refactor(autoware_map_msgs): modify pcd metadata msg #7852
Conversation
…etaData Signed-off-by: Yamato Ando <yamato.ando@tier4.jp>
Signed-off-by: Yamato Ando <yamato.ando@tier4.jp>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
…_msgs/modify_metadata_msg
Signed-off-by: Yamato Ando <yamato.ando@tier4.jp>
d0914d7
to
71b27d1
Compare
@YamatoAndo Could you also check to work with psim? |
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.
I have also confirmed that logging_simulator works properly with data that uses divided pcds.
(psim also works)
Looks Good To Me
compare_map_segmentation's codeowners (@amc-nu @yukkysaito @badai-nguyen) |
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 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
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
…_msgs/modify_metadata_msg
Codecov ReportAttention: Patch coverage is
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
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…efoundation#7852)" This reverts commit 8ea7de7.
…efoundation#7852)" This reverts commit 8ea7de7. Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp>
…ion#7852) Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp> Co-authored-by: Yamato Ando <yamato.ando@tier4.jp>
…ion#7852) Signed-off-by: Yamato Ando <yamato.ando@tier4.jp>
…utowarefoundation#7852)" (autowarefoundation#8180) Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
…utowarefoundation#7852)" (autowarefoundation#8180) Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
This was reverted by: |
…ion#7852) Signed-off-by: Yamato Ando <yamato.ando@tier4.jp>
…utowarefoundation#7852)" (autowarefoundation#8180) Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
Description
I have modified the code to reflect the changes in
autoware_map_msgs
.Related links
autowarefoundation/autoware_msgs#96
Parent Issue:
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.