feat(autoware_cuda_pointcloud_preprocessor): cherry picking cuda_polar_voxel_outlier_filter#2282
Merged
manato merged 9 commits intosensing/experiment/2025-08-07from Aug 8, 2025
Conversation
|
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
|
Will merge once CI build completes (passes). |
Author
|
For the following reasons, I switched this PR to draft status temporarily. Sorry for making noise.
|
|
Shall we revert back to an earlier commit of the CPU version for testing? |
a0badb0 to
8dcff64
Compare
Signed-off-by: Manato HIRABAYASHI <manato.hirabayashi@tier4.jp>
Signed-off-by: Manato HIRABAYASHI <manato.hirabayashi@tier4.jp> WIP: use cuda::std::optional. compile passed Signed-off-by: Manato HIRABAYASHI <manato.hirabayashi@tier4.jp> wip: version 1 Signed-off-by: Manato HIRABAYASHI <manato.hirabayashi@tier4.jp> wip: update Signed-off-by: Manato HIRABAYASHI <manato.hirabayashi@tier4.jp> wip: update launcher Signed-off-by: Manato HIRABAYASHI <manato.hirabayashi@tier4.jp>
… outlier filter in cuda_pointcloud_preprocessor Signed-off-by: Manato HIRABAYASHI <manato.hirabayashi@tier4.jp>
Signed-off-by: Manato HIRABAYASHI <manato.hirabayashi@tier4.jp>
- add SI unit postfix - deprecate `secondary_return_type` - and think points with non-primary return value as points with secondary return Signed-off-by: Manato HIRABAYASHI <manato.hirabayashi@tier4.jp>
Signed-off-by: Manato HIRABAYASHI <manato.hirabayashi@tier4.jp>
…cted memory release during async copy Signed-off-by: Manato HIRABAYASHI <manato.hirabayashi@tier4.jp>
8dcff64 to
381767a
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This PR cherry-picks CUDA implementation of the polar voxel outlier filter, which is going to be introduced by