Closed technolojin closed 1 month ago
Thank you for contributing to the Autoware project!
🚧 If your pull request is in progress, switch it to draft mode.
Please ensure:
Attention: Patch coverage is 0%
with 9 lines
in your changes missing coverage. Please review.
Project coverage is 28.00%. Comparing base (
9f7ba86
) to head (b86720d
). Report is 2 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
...ction_based_fusion/src/roi_cluster_fusion/node.cpp | 0.00% | 9 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
The roi cluster fusion updates cluster classification from the roi to the cluster. However, the existence probability was not updated.
This PR adds the existence probability update from the roi to the cluster.
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.