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

fix(ring_outlier_filter): remove unnecessary resize to prevent zero points #8402

Merged

Conversation

YoshiRi
Copy link
Contributor

@YoshiRi YoshiRi commented Aug 8, 2024

Description

Fix bug that ring_outlier_filter outputs the 0,0,0 points, due to unnecessary resizing.
This bug results in extremely slow performance in the occupancy_grid_based_outlier_filter.

Related links

Parent Issue:

How was this PR tested?

Tested with logging simulator with actual rosbag.

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
@github-actions github-actions bot added the component:sensing Data acquisition from sensors, drivers, preprocessing. (auto-assigned) label Aug 8, 2024
Copy link

github-actions bot commented Aug 8, 2024

Thank you for contributing to the Autoware project!

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

Please ensure:

Copy link
Contributor

@kyoichi-sugahara kyoichi-sugahara left a comment

Choose a reason for hiding this comment

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

Thank you and sorry for implement bug 🙇
LGTM

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

@YoshiRi
Copy link
Contributor Author

YoshiRi commented Aug 8, 2024

@miursh miursh added the tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Aug 8, 2024
Copy link

codecov bot commented Aug 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 23.73%. Comparing base (a5d77b4) to head (97d5156).
Report is 7 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8402   +/-   ##
=======================================
  Coverage   23.73%   23.73%           
=======================================
  Files        1378     1380    +2     
  Lines      101354   101375   +21     
  Branches    38503    38515   +12     
=======================================
+ Hits        24057    24066    +9     
- Misses      74828    74894   +66     
+ Partials     2469     2415   -54     
Flag Coverage Δ *Carryforward flag
differential 19.44% <ø> (?)
total 23.74% <ø> (+<0.01%) ⬆️ Carriedforward from b02c712

*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 enabled auto-merge (squash) August 9, 2024 00:46
@YoshiRi YoshiRi merged commit 6d1c1b3 into autowarefoundation:main Aug 9, 2024
29 of 30 checks passed
@YoshiRi YoshiRi deleted the fix/ring_outlier_filter_bugfix branch August 9, 2024 03:59
a-maumau pushed a commit to a-maumau/autoware.universe that referenced this pull request Aug 9, 2024
…oints (autowarefoundation#8402)

fix: remove unnecessary resize

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
technolojin pushed a commit to technolojin/autoware.universe that referenced this pull request Aug 13, 2024
…oints (autowarefoundation#8402)

fix: remove unnecessary resize

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
esteve pushed a commit to esteve/autoware.universe that referenced this pull request Aug 13, 2024
…oints (autowarefoundation#8402)

fix: remove unnecessary resize

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
YoshiRi added a commit to YoshiRi/autoware.universe that referenced this pull request Aug 15, 2024
…oints (autowarefoundation#8402)

fix: remove unnecessary resize

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
xtk8532704 pushed a commit to tier4/autoware.universe that referenced this pull request Aug 15, 2024
…oints (autowarefoundation#8402)

fix: remove unnecessary resize

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Signed-off-by: xtk8532704 <1041084556@qq.com>
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) tag: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.

5 participants