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(autoware_pointcloud_preprocessor): add pointcloud_densifier package #10226

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

kaancolak
Copy link
Contributor

Description

For more details : #10225

Related links

Parent Issue:

Private Links:

How was this PR tested?

run -> ros2 launch autoware_pointcloud_preprocessor pointcloud_densifier.launch.py

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

Signed-off-by: Kaan Çolak <kaancolak95@gmail.com>
@kaancolak kaancolak self-assigned this Mar 4, 2025
@github-actions github-actions bot added type:documentation Creating or refining documentation. (auto-assigned) component:sensing Data acquisition from sensors, drivers, preprocessing. (auto-assigned) labels Mar 4, 2025
Copy link

github-actions bot commented Mar 4, 2025

Thank you for contributing to the Autoware project!

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

Please ensure:

@kaancolak kaancolak linked an issue Mar 4, 2025 that may be closed by this pull request
4 tasks
@kaancolak kaancolak added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Mar 4, 2025
@kaancolak kaancolak marked this pull request as draft March 4, 2025 22:44
kaancolak and others added 3 commits March 5, 2025 11:08
Signed-off-by: Kaan Çolak <kaancolak95@gmail.com>
Signed-off-by: Kaan Çolak <kaancolak95@gmail.com>
Copy link

codecov bot commented Mar 5, 2025

Codecov Report

Attention: Patch coverage is 1.13636% with 174 lines in your changes missing coverage. Please review.

Project coverage is 26.21%. Comparing base (c3134c2) to head (1ce5514).

Files with missing lines Patch % Lines
...pointcloud_densifier/pointcloud_densifier_node.cpp 0.71% 139 Missing ⚠️
...cessor/src/pointcloud_densifier/occupancy_grid.cpp 0.00% 33 Missing ⚠️
...eprocessor/pointcloud_densifier/occupancy_grid.hpp 0.00% 1 Missing ⚠️
...pointcloud_densifier/pointcloud_densifier_node.hpp 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #10226      +/-   ##
==========================================
- Coverage   26.24%   26.21%   -0.03%     
==========================================
  Files        1378     1382       +4     
  Lines      107445   107648     +203     
  Branches    41428    41532     +104     
==========================================
+ Hits        28194    28223      +29     
- Misses      76433    76604     +171     
- Partials     2818     2821       +3     
Flag Coverage Δ *Carryforward flag
differential 23.69% <1.13%> (?)
differential-cuda 21.40% <1.13%> (?)
total 26.26% <ø> (+0.02%) ⬆️ Carriedforward from e00b2af

*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.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@kaancolak
Copy link
Contributor Author

@YoshiRi @knzo25 @drwnz Could you please check this PR or assign an appropriate reviewer?

@kaancolak kaancolak marked this pull request as ready for review March 10, 2025 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:sensing Data acquisition from sensors, drivers, preprocessing. (auto-assigned) 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
Status: To Triage
Development

Successfully merging this pull request may close these issues.

Add pointcloud_densifier package
1 participant