-
Notifications
You must be signed in to change notification settings - Fork 667
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_lidar_centerpoint): added a check to notify if we are dropping pillars #9488
feat(autoware_lidar_centerpoint): added a check to notify if we are dropping pillars #9488
Conversation
Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
@knzo25 Would you also update the "How was this PR tested?" section in the description? |
@kminoda |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9488 +/- ##
==========================================
+ Coverage 29.48% 29.50% +0.02%
==========================================
Files 1439 1440 +1
Lines 108495 108480 -15
Branches 41479 41462 -17
==========================================
+ Hits 31985 32006 +21
+ Misses 73399 73366 -33
+ Partials 3111 3108 -3
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for the quick fix
…ropping pillars (autowarefoundation#9488) * feat: added a check to notify if we are dropping pillars Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp> * chore: updated text Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp> * chore: throttled the message Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp> --------- Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
…ropping pillars (autowarefoundation#9488) (#1676) * feat: added a check to notify if we are dropping pillars * chore: updated text * chore: throttled the message --------- Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp> Co-authored-by: Kenzo Lobos Tsunekawa <kenzo.lobos@tier4.jp>
Description
If the input pointcloud generates more pillars than the model that handle, we are currently clipping them.
If that happens, we should notify users so they can consider increasing the model parameters.
Related links
Parent Issue:
How was this PR tested?
Artificially decreased the maximum amount of voxels/pillars in the config file and made sure that the error message was displayed in a throttled manner.
Notes for reviewers
If you do not re-generate the engine you will have runtime errors
Interface changes
None.
Effects on system behavior
None.