Skip to content
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

Conversation

kminoda
Copy link
Contributor

@kminoda kminoda commented Apr 20, 2023

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.

  • The PR follows the pull request guidelines.
  • The PR has been properly tested.
  • The PR has been reviewed by the code owners.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.
  • The PR is ready for merge.

After all checkboxes are checked, anyone who has write access can merge the PR.

Signed-off-by: kminoda <koji.minoda@tier4.jp>
@kminoda kminoda requested review from amc-nu, miursh, yukkysaito and a team as code owners April 20, 2023 06:51
@kminoda kminoda marked this pull request as draft April 20, 2023 06:51
@github-actions github-actions bot added the component:sensing Data acquisition from sensors, drivers, preprocessing. (auto-assigned) label Apr 20, 2023
@kminoda kminoda self-assigned this Apr 20, 2023
@kminoda kminoda requested a review from YamatoAndo April 20, 2023 06:59
Signed-off-by: kminoda <koji.minoda@tier4.jp>
@codecov
Copy link

codecov bot commented Apr 20, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (07f8de7) 14.45% compared to head (22af6df) 14.45%.

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           
Flag Coverage Δ *Carryforward flag
differential 0.00% <ø> (?)
total 14.45% <ø> (ø) Carriedforward from 07f8de7

*This pull request uses carry forward flags. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

kminoda and others added 2 commits April 20, 2023 16:55
Signed-off-by: kminoda <koji.minoda@tier4.jp>
@kminoda
Copy link
Contributor Author

kminoda commented Apr 20, 2023

Confirmed that this solves the above-mentioned issue in our real robot

@kminoda kminoda marked this pull request as ready for review April 21, 2023 03:07
@kminoda kminoda changed the title fix(pointcloud_preprocessor): debug when use_imu is Flase fix(pointcloud_preprocessor): debug when use_imu is False Apr 21, 2023
@kminoda kminoda marked this pull request as draft June 12, 2023 09:14
kminoda and others added 3 commits June 13, 2023 11:38
Signed-off-by: kminoda <koji.minoda@tier4.jp>
Signed-off-by: kminoda <koji.minoda@tier4.jp>
@kminoda kminoda changed the title fix(pointcloud_preprocessor): debug when use_imu is False test(pointcloud_preprocessor): add test for launch & publish (for both use_imu=true/false) Jun 13, 2023
pre-commit-ci bot and others added 7 commits June 13, 2023 02:50
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>
@kminoda kminoda marked this pull request as ready for review June 14, 2023 03:22
Copy link
Contributor

@miursh miursh left a 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...

@kminoda kminoda merged commit cde9699 into autowarefoundation:main Jul 13, 2023
@kminoda kminoda deleted the fix/distortion_corrector/debug_when_use_imu_is_false branch August 10, 2023 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:sensing Data acquisition from sensors, drivers, preprocessing. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants