-
Notifications
You must be signed in to change notification settings - Fork 672
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
test(pointcloud_preprocessor): add test for launch & publish (for both use_imu=true/false) #3476
test(pointcloud_preprocessor): add test for launch & publish (for both use_imu=true/false) #3476
Conversation
Signed-off-by: kminoda <koji.minoda@tier4.jp>
Signed-off-by: kminoda <koji.minoda@tier4.jp>
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #3476 +/- ##
=======================================
Coverage 14.45% 14.45%
=======================================
Files 1456 1456
Lines 102537 102537
Branches 29652 29652
=======================================
Hits 14819 14819
Misses 71567 71567
Partials 16151 16151
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: kminoda <koji.minoda@tier4.jp>
Confirmed that this solves the above-mentioned issue in our real robot |
Signed-off-by: kminoda <koji.minoda@tier4.jp>
Signed-off-by: kminoda <koji.minoda@tier4.jp>
Signed-off-by: kminoda <koji.minoda@tier4.jp>
Signed-off-by: kminoda <koji.minoda@tier4.jp>
Signed-off-by: kminoda <koji.minoda@tier4.jp>
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.
I really appreciate adding the tests to pointcloud preprocessor!!
Since this node often stops functioning due to unintended changes...
Description
Add test for distortion_corrector.
(Originally I created this PR to fix an issue mentioned in this discussion, which was already addressed in another PR (by accident?). So instead of adding this change, I just would like to add a test that I created for the original PR)
Related links
https://github.com/orgs/autowarefoundation/discussions/3441
Tests performed
ROS2 unittest has been performed in this CI.
Notes for reviewers
N/A
Interface changes
None
Effects on system behavior
None (Improved when
use_imu
is set False)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.