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: added temporary retrocompatibility to old perception data #7929

Merged

Conversation

knzo25
Copy link
Contributor

@knzo25 knzo25 commented Jul 10, 2024

Description

Some of our code is still using data with the old pointcloud type. In this PR I add temporary retro-compatibility by disabling the related memory checks

Related links

How was this PR tested?

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
@knzo25 knzo25 requested a review from kminoda July 10, 2024 02:04
@knzo25 knzo25 self-assigned this Jul 10, 2024
@github-actions github-actions bot added the component:sensing Data acquisition from sensors, drivers, preprocessing. (auto-assigned) label Jul 10, 2024
Copy link

github-actions bot commented Jul 10, 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

@kminoda kminoda left a comment

Choose a reason for hiding this comment

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

LGTM
Thanks 🙏

Copy link
Contributor

@drwnz drwnz left a comment

Choose a reason for hiding this comment

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

LGTM!

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

codecov bot commented Jul 10, 2024

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 28.73%. Comparing base (050fa29) to head (d1938d2).
Report is 5 commits behind head on main.

Files Patch % Lines
sensing/pointcloud_preprocessor/src/filter.cpp 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7929      +/-   ##
==========================================
- Coverage   28.74%   28.73%   -0.02%     
==========================================
  Files        1593     1595       +2     
  Lines      116848   116841       -7     
  Branches    50027    50011      -16     
==========================================
- Hits        33586    33569      -17     
- Misses      74221    74234      +13     
+ Partials     9041     9038       -3     
Flag Coverage Δ *Carryforward flag
differential 12.68% <0.00%> (?)
total 28.73% <ø> (-0.01%) ⬇️ Carriedforward from 050fa29

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

@knzo25 knzo25 merged commit 6b9f164 into autowarefoundation:main Jul 10, 2024
37 of 38 checks passed
Shin-kyoto added a commit to tier4/autoware.universe that referenced this pull request Jul 18, 2024
Ariiees pushed a commit to Ariiees/autoware.universe that referenced this pull request Jul 22, 2024
Shin-kyoto added a commit to tier4/autoware.universe that referenced this pull request Jul 24, 2024
Shin-kyoto pushed a commit to tier4/autoware.universe that referenced this pull request Jul 26, 2024
Shin-kyoto added a commit to Shin-kyoto/autoware.universe that referenced this pull request Aug 7, 2024
Shin-kyoto added a commit to Shin-kyoto/autoware.universe that referenced this pull request Aug 7, 2024
…patibility to old perception data (autowarefoundation#7929)"

This reverts commit 6b9f164.

Signed-off-by: Shin-kyoto <58775300+Shin-kyoto@users.noreply.github.com>
kminoda pushed a commit that referenced this pull request Aug 19, 2024
…patibility to old perception data (#7929)" (#8397)

* feat!(pointcloud_preprocessor): Revert "fix: added temporary retrocompatibility to old perception data (#7929)"

This reverts commit 6b9f164.

Signed-off-by: Shin-kyoto <58775300+Shin-kyoto@users.noreply.github.com>

* feat(pointcloud_preprocessor): minor grammar fix

Co-authored-by: David Wong <33114676+drwnz@users.noreply.github.com>

---------

Signed-off-by: Shin-kyoto <58775300+Shin-kyoto@users.noreply.github.com>
Co-authored-by: Kenzo Lobos Tsunekawa <kenzo.lobos@tier4.jp>
Co-authored-by: David Wong <33114676+drwnz@users.noreply.github.com>
kyoichi-sugahara pushed a commit to kyoichi-sugahara/autoware.universe that referenced this pull request Aug 27, 2024
…patibility to old perception data (autowarefoundation#7929)" (autowarefoundation#8397)

* feat!(pointcloud_preprocessor): Revert "fix: added temporary retrocompatibility to old perception data (autowarefoundation#7929)"

This reverts commit 6b9f164.

Signed-off-by: Shin-kyoto <58775300+Shin-kyoto@users.noreply.github.com>

* feat(pointcloud_preprocessor): minor grammar fix

Co-authored-by: David Wong <33114676+drwnz@users.noreply.github.com>

---------

Signed-off-by: Shin-kyoto <58775300+Shin-kyoto@users.noreply.github.com>
Co-authored-by: Kenzo Lobos Tsunekawa <kenzo.lobos@tier4.jp>
Co-authored-by: David Wong <33114676+drwnz@users.noreply.github.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.

3 participants