-
Notifications
You must be signed in to change notification settings - Fork 664
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(pointcloud_preprocessor): add test for distortion correction node #7293
feat(pointcloud_preprocessor): add test for distortion correction node #7293
Conversation
Signed-off-by: vividf <[email protected]>
Signed-off-by: vividf <[email protected]>
Signed-off-by: vividf <[email protected]>
…ortion_correction_node
Signed-off-by: vividf <[email protected]>
…ortion_correction_node
…en twist and imu Signed-off-by: vividf <[email protected]>
…ortion_correction_node
Signed-off-by: vividf <[email protected]>
Signed-off-by: vividf <[email protected]>
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 saw you are addressing directly the data of the pointcloud. In python there are still ways to access pointclouds via iterators. If not that approach, ros2_numpy would be an option, but probably not possible in universe. However, I highly recommend you re write pointcloud related tests to c++
On another note, please avoid using don't
and similar abbreviations. They have leaked into other parts where they should not been before
Thanks for the review,
For this comment, could you explain more in detail, Thanks! |
Having the briefest of looks your test is a unit test, since anyways the distortion correction has essentially one method |
This PR is set to draft as we want the gtest instead of the component test. |
The unit test is created by another PR #7801 |
Description
Add Integration testing for the distortion correction node.
Related links
Tests performed
Build
Test
Notes for reviewers
Interface changes
ROS Topic Changes
ROS Parameter Changes
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.