-
Notifications
You must be signed in to change notification settings - Fork 668
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
refactor(pointcloud_preprocessor): blockage_diag #5932
refactor(pointcloud_preprocessor): blockage_diag #5932
Conversation
Signed-off-by: badai-nguyen <[email protected]>
Signed-off-by: badai-nguyen <[email protected]>
Signed-off-by: badai-nguyen <[email protected]>
Signed-off-by: badai-nguyen <[email protected]>
Signed-off-by: badai-nguyen <[email protected]>
Signed-off-by: badai-nguyen <[email protected]>
Signed-off-by: badai-nguyen <[email protected]>
7549d30
to
e80a07c
Compare
sensing/pointcloud_preprocessor/src/blockage_diag/blockage_diag_nodelet.cpp
Show resolved
Hide resolved
sensing/pointcloud_preprocessor/src/blockage_diag/blockage_diag_nodelet.cpp
Show resolved
Hide resolved
Signed-off-by: badai-nguyen <[email protected]>
Signed-off-by: badai-nguyen <[email protected]>
Signed-off-by: badai-nguyen <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5932 +/- ##
==========================================
- Coverage 14.67% 14.67% -0.01%
==========================================
Files 1900 1900
Lines 130340 130345 +5
Branches 38370 38370
==========================================
Hits 19122 19122
- Misses 89759 89764 +5
Partials 21459 21459
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Based on observing other parts of the code, it seems that the value of |
If the on-going conversations with miura san were addressed for me change is ok 👍 |
Signed-off-by: badai-nguyen <[email protected]>
@kyoichi-sugahara I added parameter for |
@badai-nguyen Only top lidar's |
Signed-off-by: badai-nguyen <[email protected]>
@kyoichi-sugahara sorry for late response, and thanks a lot for reporting it. That is a bug when lidar's horizontal line is outside of the FoV. |
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.
@badai-nguyen
Thank you so much for the fix 😍
LGTM and merging this PR is ok in my opinion 👍
…5932) * chore(blockage_diag): refactor Signed-off-by: badai-nguyen <[email protected]> * chore: add error logger Signed-off-by: badai-nguyen <[email protected]> * chore: refactor Signed-off-by: badai-nguyen <[email protected]> * docs: update readme Signed-off-by: badai-nguyen <[email protected]> * chore: refactor Signed-off-by: badai-nguyen <[email protected]> * fix: break interval angle as continuous one Signed-off-by: badai-nguyen <[email protected]> * chore: update param file Signed-off-by: badai-nguyen <[email protected]> * docs: update readme Signed-off-by: badai-nguyen <[email protected]> * chore: typo Signed-off-by: badai-nguyen <[email protected]> * fix: multi-blockage-diag in 1 container died bug fix Signed-off-by: badai-nguyen <[email protected]> * chore: update param_file Signed-off-by: badai-nguyen <[email protected]> * fix: Nan sky_blockage_ratio Signed-off-by: badai-nguyen <[email protected]> --------- Signed-off-by: badai-nguyen <[email protected]>
* chore(blockage_diag): refactor Signed-off-by: badai-nguyen <[email protected]> * chore: add error logger Signed-off-by: badai-nguyen <[email protected]> * chore: refactor Signed-off-by: badai-nguyen <[email protected]> * docs: update readme Signed-off-by: badai-nguyen <[email protected]> * chore: refactor Signed-off-by: badai-nguyen <[email protected]> * fix: break interval angle as continuous one Signed-off-by: badai-nguyen <[email protected]> * chore: update param file Signed-off-by: badai-nguyen <[email protected]> * docs: update readme Signed-off-by: badai-nguyen <[email protected]> * chore: typo Signed-off-by: badai-nguyen <[email protected]> * fix: multi-blockage-diag in 1 container died bug fix Signed-off-by: badai-nguyen <[email protected]> * chore: update param_file Signed-off-by: badai-nguyen <[email protected]> * fix: Nan sky_blockage_ratio Signed-off-by: badai-nguyen <[email protected]> --------- Signed-off-by: badai-nguyen <[email protected]> Signed-off-by: Kotaro Yoshimoto <[email protected]>
…5932) * chore(blockage_diag): refactor Signed-off-by: badai-nguyen <[email protected]> * chore: add error logger Signed-off-by: badai-nguyen <[email protected]> * chore: refactor Signed-off-by: badai-nguyen <[email protected]> * docs: update readme Signed-off-by: badai-nguyen <[email protected]> * chore: refactor Signed-off-by: badai-nguyen <[email protected]> * fix: break interval angle as continuous one Signed-off-by: badai-nguyen <[email protected]> * chore: update param file Signed-off-by: badai-nguyen <[email protected]> * docs: update readme Signed-off-by: badai-nguyen <[email protected]> * chore: typo Signed-off-by: badai-nguyen <[email protected]> * fix: multi-blockage-diag in 1 container died bug fix Signed-off-by: badai-nguyen <[email protected]> * chore: update param_file Signed-off-by: badai-nguyen <[email protected]> * fix: Nan sky_blockage_ratio Signed-off-by: badai-nguyen <[email protected]> --------- Signed-off-by: badai-nguyen <[email protected]>
…5932) * chore(blockage_diag): refactor Signed-off-by: badai-nguyen <[email protected]> * chore: add error logger Signed-off-by: badai-nguyen <[email protected]> * chore: refactor Signed-off-by: badai-nguyen <[email protected]> * docs: update readme Signed-off-by: badai-nguyen <[email protected]> * chore: refactor Signed-off-by: badai-nguyen <[email protected]> * fix: break interval angle as continuous one Signed-off-by: badai-nguyen <[email protected]> * chore: update param file Signed-off-by: badai-nguyen <[email protected]> * docs: update readme Signed-off-by: badai-nguyen <[email protected]> * chore: typo Signed-off-by: badai-nguyen <[email protected]> * fix: multi-blockage-diag in 1 container died bug fix Signed-off-by: badai-nguyen <[email protected]> * chore: update param_file Signed-off-by: badai-nguyen <[email protected]> * fix: Nan sky_blockage_ratio Signed-off-by: badai-nguyen <[email protected]> --------- Signed-off-by: badai-nguyen <[email protected]>
…5932) * chore(blockage_diag): refactor Signed-off-by: badai-nguyen <[email protected]> * chore: add error logger Signed-off-by: badai-nguyen <[email protected]> * chore: refactor Signed-off-by: badai-nguyen <[email protected]> * docs: update readme Signed-off-by: badai-nguyen <[email protected]> * chore: refactor Signed-off-by: badai-nguyen <[email protected]> * fix: break interval angle as continuous one Signed-off-by: badai-nguyen <[email protected]> * chore: update param file Signed-off-by: badai-nguyen <[email protected]> * docs: update readme Signed-off-by: badai-nguyen <[email protected]> * chore: typo Signed-off-by: badai-nguyen <[email protected]> * fix: multi-blockage-diag in 1 container died bug fix Signed-off-by: badai-nguyen <[email protected]> * chore: update param_file Signed-off-by: badai-nguyen <[email protected]> * fix: Nan sky_blockage_ratio Signed-off-by: badai-nguyen <[email protected]> --------- Signed-off-by: badai-nguyen <[email protected]>
…5932) * chore(blockage_diag): refactor Signed-off-by: badai-nguyen <[email protected]> * chore: add error logger Signed-off-by: badai-nguyen <[email protected]> * chore: refactor Signed-off-by: badai-nguyen <[email protected]> * docs: update readme Signed-off-by: badai-nguyen <[email protected]> * chore: refactor Signed-off-by: badai-nguyen <[email protected]> * fix: break interval angle as continuous one Signed-off-by: badai-nguyen <[email protected]> * chore: update param file Signed-off-by: badai-nguyen <[email protected]> * docs: update readme Signed-off-by: badai-nguyen <[email protected]> * chore: typo Signed-off-by: badai-nguyen <[email protected]> * fix: multi-blockage-diag in 1 container died bug fix Signed-off-by: badai-nguyen <[email protected]> * chore: update param_file Signed-off-by: badai-nguyen <[email protected]> * fix: Nan sky_blockage_ratio Signed-off-by: badai-nguyen <[email protected]> --------- Signed-off-by: badai-nguyen <[email protected]>
Description
This PR to refactor blockage diag node to work also with Velodyne lidar.
Related link
TIER IV INTERNAL LINK
Related PR:
Tests performed
Confimred by
logging_simulator
that blockage_diag_nodes executed for desired product and blockage diagnostics result is published :The diagnostics result could confirmed by
ros2 run rqt_runtime_monitor rqt_runtime_monitor
:Confirmed the debug topics are published by
rqt
Not applicable.
Effects on system behavior
Not applicable.
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.