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(compare_map_segmentation): change height downsize logic #6429

Conversation

YoshiRi
Copy link
Contributor

@YoshiRi YoshiRi commented Feb 15, 2024

Description

Focused function has intention to reduce height distance effect so that the function won't filter out ground pointcloud.
Problem in original code is that it will also reduce the horizontal error threshold since 3d euclidean distance is just reduced.

I changed inclusion decision logic from 3d euclidean distance to comparison with each axis: which will more easier to understand and tune.

Tests performed

Tested with X2 rosbag.

Effects on system behavior

Not applicable.

Pre-review checklist for the PR author

The PR author must check the checkboxes below when creating the PR.

In-review checklist for the PR reviewers

The PR reviewers must check the checkboxes below before approval.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.

After all checkboxes are checked, anyone who has write access can merge the PR.

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
@github-actions github-actions bot added the component:perception Advanced sensor data processing and environment understanding. (auto-assigned) label Feb 15, 2024
@YoshiRi YoshiRi marked this pull request as draft February 15, 2024 16:52
Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
@YoshiRi YoshiRi marked this pull request as ready for review February 15, 2024 18:10
Copy link
Contributor

@badai-nguyen badai-nguyen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@badai-nguyen badai-nguyen added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Feb 16, 2024
Copy link

codecov bot commented Feb 16, 2024

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (c9e6dda) 14.99% compared to head (c719cbc) 14.97%.
Report is 11 commits behind head on main.

Files Patch % Lines
...are_map_segmentation/src/voxel_grid_map_loader.cpp 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6429      +/-   ##
==========================================
- Coverage   14.99%   14.97%   -0.03%     
==========================================
  Files        1838     1843       +5     
  Lines      127099   127312     +213     
  Branches    38075    38065      -10     
==========================================
  Hits        19062    19062              
- Misses      86715    86928     +213     
  Partials    21322    21322              
Flag Coverage Δ *Carryforward flag
differential 0.00% <0.00%> (?)
total 15.00% <ø> (+<0.01%) ⬆️ Carriedforward from c9e6dda

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

@YoshiRi YoshiRi merged commit ff50d8f into autowarefoundation:main Feb 16, 2024
32 of 36 checks passed
@YoshiRi YoshiRi deleted the feat/fix_zaxis_voxel_grid_comparison_function branch February 16, 2024 04:24
StepTurtle pushed a commit to StepTurtle/autoware.universe that referenced this pull request Feb 28, 2024
…efoundation#6429)

* fix: change height downsize logic

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* changed inclusion model from sphere to cube

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

---------

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
karishma1911 pushed a commit to Interplai/autoware.universe that referenced this pull request Jun 3, 2024
…efoundation#6429)

* fix: change height downsize logic

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* changed inclusion model from sphere to cube

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

---------

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:perception Advanced sensor data processing and environment understanding. (auto-assigned) run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants