-
Notifications
You must be signed in to change notification settings - Fork 706
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(voxel_based_compare_map): temporary fix pointcloud transform lookup #10299
base: main
Are you sure you want to change the base?
fix(voxel_based_compare_map): temporary fix pointcloud transform lookup #10299
Conversation
…up_time Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #10299 +/- ##
==========================================
- Coverage 25.92% 25.91% -0.01%
==========================================
Files 1382 1382
Lines 106811 106860 +49
Branches 40907 40928 +21
==========================================
+ Hits 27690 27698 +8
- Misses 76418 76456 +38
- Partials 2703 2706 +3
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@badai-nguyen There seems to be some previously non-existent misalignment in some regions now. It looks like those parts of the pointcloud have an angular offset to the map.
I wonder if it is an issue with this Pr, with other bugs or delays in the inputs, or if this is a visualization issue (delay between pointclouds). |
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.
Thank you for the PR. I have a few timing-related comments 🙇
perception/autoware_compare_map_segmentation/src/voxel_based_compare_map_filter/node.cpp
Outdated
Show resolved
Hide resolved
perception/autoware_compare_map_segmentation/src/voxel_based_compare_map_filter/node.cpp
Show resolved
Hide resolved
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 and it worked within my v4.1.0 environment
@mojomex |
Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
@mojomex |
# src/distance_based_compare_map_filter/node.cpp | ||
# src/voxel_based_approximate_compare_map_filter/node.cpp | ||
src/voxel_based_compare_map_filter/node.cpp | ||
src/voxel_distance_based_compare_map_filter/node.cpp | ||
src/compare_elevation_map_filter/node.cpp | ||
# src/voxel_distance_based_compare_map_filter/node.cpp | ||
# src/compare_elevation_map_filter/node.cpp |
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.
This seems like a very temporary workaround. I think it would be better to make it unnecessary to comment out the above before merging. What do you think?
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.
Or do you mean that the commented-out feature is intended to be deprecated?
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.
@yukkysaito I'm sorry, it was my typo. I fixed 89523c9
By the way, we also started a discussion about deprecation of unused filters. I will open the disucssion later.
Description
transform_pointcloud
from autoware_utils or new ManagedTransformBufferRelated links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.