-
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
fix(pointcloud_preprocessor): organize input twist topic #5125
fix(pointcloud_preprocessor): organize input twist topic #5125
Conversation
* fix(pointcloud_preprocessor): organize input twist topic Signed-off-by: kminoda <koji.minoda@tier4.jp> * style(pre-commit): autofix * fix build bug Signed-off-by: kminoda <koji.minoda@tier4.jp> * fix format error Signed-off-by: kminoda <koji.minoda@tier4.jp> * style(pre-commit): autofix * fix Signed-off-by: kminoda <koji.minoda@tier4.jp> --------- Signed-off-by: kminoda <koji.minoda@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: kminoda <koji.minoda@tier4.jp>
@miursh @yukkysaito Would you review this PR? 🙏 |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #5125 +/- ##
==========================================
- Coverage 14.91% 14.88% -0.04%
==========================================
Files 1625 1630 +5
Lines 112412 112656 +244
Branches 34699 34691 -8
==========================================
Hits 16764 16764
- Misses 76910 77154 +244
Partials 18738 18738
*This pull request uses carry forward flags. Click here to find out more.
☔ View full report in Codecov by Sentry. |
@kminoda May I request two additional items?
|
Signed-off-by: kminoda <koji.minoda@tier4.jp>
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
…ndation#5125) * fix(pointcloud_preprocessor): organize input twist topic (autowarefoundation#25) * fix(pointcloud_preprocessor): organize input twist topic Signed-off-by: kminoda <koji.minoda@tier4.jp> * style(pre-commit): autofix * fix build bug Signed-off-by: kminoda <koji.minoda@tier4.jp> * fix format error Signed-off-by: kminoda <koji.minoda@tier4.jp> * style(pre-commit): autofix * fix Signed-off-by: kminoda <koji.minoda@tier4.jp> --------- Signed-off-by: kminoda <koji.minoda@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * minor fixes Signed-off-by: kminoda <koji.minoda@tier4.jp> * style(pre-commit): autofix * add warning Signed-off-by: kminoda <koji.minoda@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: kminoda <koji.minoda@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…ndation#5125) * fix(pointcloud_preprocessor): organize input twist topic (#25) * fix(pointcloud_preprocessor): organize input twist topic Signed-off-by: kminoda <koji.minoda@tier4.jp> * style(pre-commit): autofix * fix build bug Signed-off-by: kminoda <koji.minoda@tier4.jp> * fix format error Signed-off-by: kminoda <koji.minoda@tier4.jp> * style(pre-commit): autofix * fix Signed-off-by: kminoda <koji.minoda@tier4.jp> --------- Signed-off-by: kminoda <koji.minoda@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * minor fixes Signed-off-by: kminoda <koji.minoda@tier4.jp> * style(pre-commit): autofix * add warning Signed-off-by: kminoda <koji.minoda@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: kminoda <koji.minoda@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…nize_twist_in_concatenate_filter fix(pointcloud_preprocessor): organize input twist topic (autowarefoundation#5125)
Description
Related to: #5108
Should be merged with
Tests performed
Tested with pilot-auto.x2 (TIER IV internal product version Autoware) and confirmed that the change addresses the incorrect timestamp difference compensation using Logging Simulator.
Effects on system behavior
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.