-
Notifications
You must be signed in to change notification settings - Fork 650
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(perception_utils): add maximum size boundary #1437
feat(perception_utils): add maximum size boundary #1437
Conversation
Signed-off-by: yutaka <purewater0901@gmail.com>
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
Codecov Report
@@ Coverage Diff @@
## main #1437 +/- ##
==========================================
+ Coverage 10.11% 10.12% +0.01%
==========================================
Files 1116 1116
Lines 77410 77455 +45
Branches 17987 18036 +49
==========================================
+ Hits 7827 7843 +16
Misses 62146 62146
- Partials 7437 7466 +29
*This pull request uses carry forward flags. Click here to find out more.
Continue to review full report at Codecov.
|
…ndation#7891) (autowarefoundation#1437) Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
Signed-off-by: yutaka purewater0901@gmail.com
Description
The resampling function is the predicted path utils file will be collapsed when resampled size is over the maximum size of the predicted path. In this PR, I add the upper bound for the resampled path size to avoid the collapse of the code.
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.
After all checkboxes are checked, anyone who has write access can merge the PR.