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

Draft
wants to merge 5 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.35%. Comparing base (4649cf6) to head (43bd7e4).
Report is 2 commits behind head on main.

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.40%   26.35%   -0.05%     
==========================================
  Files        1390     1394       +4     
  Lines      107719   107912     +193     
  Branches    41501    41602     +101     
==========================================
+ Hits        28442    28443       +1     
- Misses      76442    76634     +192     
  Partials     2835     2835              
Flag Coverage Δ *Carryforward flag
differential 23.55% <1.13%> (?)
differential-cuda 21.33% <1.13%> (?)
total 26.40% <ø> (-0.01%) ⬇️ Carriedforward from 55cb567

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

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