-
Notifications
You must be signed in to change notification settings - Fork 703
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
chore(image_projection_based_fusion): rename debug topics #6418
chore(image_projection_based_fusion): rename debug topics #6418
Conversation
Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
Almost looks good.
Just one question. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #6418 +/- ##
==========================================
- Coverage 14.99% 14.96% -0.03%
==========================================
Files 1838 1843 +5
Lines 127099 127337 +238
Branches 38075 38075
==========================================
Hits 19062 19062
- Misses 86715 86953 +238
Partials 21322 21322
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
…undation#6418) * chore(image_projection_based_fusion): rename debug topics Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * style(pre-commit): autofix * fix: roi_pointcloud_fusion namespace Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> --------- Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* chore(image_projection_based_fusion): rename debug topics Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * style(pre-commit): autofix * fix: roi_pointcloud_fusion namespace Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> --------- Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
…undation#6418) * chore(image_projection_based_fusion): rename debug topics Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * style(pre-commit): autofix * fix: roi_pointcloud_fusion namespace Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> --------- Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Description
fusion.cpp
interface.Related Link
TIER IV INTERNAL LINK
Tests performed
Confirm by logging_simulator that debug topics namespace matching with node name
Before:
/perception/object_recognition/detection/clustering/camera_lidar_fusion/image_projection_based_fusion/debug/roi0/timestamp_interval_ms /perception/object_recognition/detection/clustering/image_projection_based_fusion/debug/roi0/timestamp_interval_ms /perception/object_recognition/detection/image_projection_based_fusion/debug/roi0/timestamp_interval_ms /perception/object_recognition/detection/pointpainting/image_projection_based_fusion/debug/roi0/timestamp_interval_ms
After:
autoware@npc2201009-ubuntu22:~/autoware$ ros2 topic list | grep roi0/timestamp_interval_offset_ms /perception/object_recognition/detection/clustering/camera_lidar_fusion/roi_cluster_fusion/debug/roi0/timestamp_interval_offset_ms /perception/object_recognition/detection/clustering/roi_pointcloud_fusion/debug/roi0/timestamp_interval_offset_ms /perception/object_recognition/detection/pointpainting/pointpainting/debug/roi0/timestamp_interval_offset_ms /perception/object_recognition/detection/roi_detected_object_fusion/debug/roi0/timestamp_interval_offset_ms
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.