-
Notifications
You must be signed in to change notification settings - Fork 673
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(radar_object_fusion_to_detected_object): enable confidence compensation in radar fusion #1755
feat(radar_object_fusion_to_detected_object): enable confidence compensation in radar fusion #1755
Conversation
Signed-off-by: scepter914 <scepter914@gmail.com>
Signed-off-by: scepter914 <scepter914@gmail.com>
…r fusion Signed-off-by: scepter914 <scepter914@gmail.com>
Signed-off-by: scepter914 <scepter914@gmail.com>
Codecov Report
@@ Coverage Diff @@
## main #1755 +/- ##
==========================================
- Coverage 10.40% 10.39% -0.02%
==========================================
Files 1218 1218
Lines 87550 87654 +104
Branches 20511 20511
==========================================
Hits 9109 9109
- Misses 68981 69085 +104
Partials 9460 9460
*This pull request uses carry forward flags. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: scepter914 <scepter914@gmail.com>
Signed-off-by: scepter914 <scepter914@gmail.com>
Signed-off-by: scepter914 <scepter914@gmail.com>
Signed-off-by: scepter914 <scepter914@gmail.com>
Signed-off-by: scepter914 <scepter914@gmail.com>
@scepter914 |
...on_launch/launch/object_recognition/detection/camera_lidar_fusion_based_detection.launch.xml
Show resolved
Hide resolved
Confidence compensation is just the feature of radar fusion and is not relate to LiDAR or Camera-LiDAR fusion. |
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.
LGTM
@miursh pls double check
Signed-off-by: scepter914 <scepter914@gmail.com>
…compensation' into feature/radar_fusion_confidence_compensation
…nsation in radar fusion (autowarefoundation#1755) * update parameter Signed-off-by: scepter914 <scepter914@gmail.com> * feature(radar_fusion_to_detected_object): add debug topic Signed-off-by: scepter914 <scepter914@gmail.com> * feat(tier4_perception_launch): enable confidence compensation in radar fusion Signed-off-by: scepter914 <scepter914@gmail.com> * add compensate probability paramter Signed-off-by: scepter914 <scepter914@gmail.com> * fix parameter Signed-off-by: scepter914 <scepter914@gmail.com> * update paramter Signed-off-by: scepter914 <scepter914@gmail.com> * update paramter Signed-off-by: scepter914 <scepter914@gmail.com> * fix parameter Signed-off-by: scepter914 <scepter914@gmail.com> * ci(pre-commit): autofix Signed-off-by: scepter914 <scepter914@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…nsation in radar fusion (tier4#1755) * update parameter Signed-off-by: scepter914 <scepter914@gmail.com> * feature(radar_fusion_to_detected_object): add debug topic Signed-off-by: scepter914 <scepter914@gmail.com> * feat(tier4_perception_launch): enable confidence compensation in radar fusion Signed-off-by: scepter914 <scepter914@gmail.com> * add compensate probability paramter Signed-off-by: scepter914 <scepter914@gmail.com> * fix parameter Signed-off-by: scepter914 <scepter914@gmail.com> * update paramter Signed-off-by: scepter914 <scepter914@gmail.com> * update paramter Signed-off-by: scepter914 <scepter914@gmail.com> * fix parameter Signed-off-by: scepter914 <scepter914@gmail.com> * ci(pre-commit): autofix Signed-off-by: scepter914 <scepter914@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…nsation in radar fusion (tier4#1755) * update parameter Signed-off-by: scepter914 <scepter914@gmail.com> * feature(radar_fusion_to_detected_object): add debug topic Signed-off-by: scepter914 <scepter914@gmail.com> * feat(tier4_perception_launch): enable confidence compensation in radar fusion Signed-off-by: scepter914 <scepter914@gmail.com> * add compensate probability paramter Signed-off-by: scepter914 <scepter914@gmail.com> * fix parameter Signed-off-by: scepter914 <scepter914@gmail.com> * update paramter Signed-off-by: scepter914 <scepter914@gmail.com> * update paramter Signed-off-by: scepter914 <scepter914@gmail.com> * fix parameter Signed-off-by: scepter914 <scepter914@gmail.com> * ci(pre-commit): autofix Signed-off-by: scepter914 <scepter914@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…nsation in radar fusion (tier4#1755) * update parameter Signed-off-by: scepter914 <scepter914@gmail.com> * feature(radar_fusion_to_detected_object): add debug topic Signed-off-by: scepter914 <scepter914@gmail.com> * feat(tier4_perception_launch): enable confidence compensation in radar fusion Signed-off-by: scepter914 <scepter914@gmail.com> * add compensate probability paramter Signed-off-by: scepter914 <scepter914@gmail.com> * fix parameter Signed-off-by: scepter914 <scepter914@gmail.com> * update paramter Signed-off-by: scepter914 <scepter914@gmail.com> * update paramter Signed-off-by: scepter914 <scepter914@gmail.com> * fix parameter Signed-off-by: scepter914 <scepter914@gmail.com> * ci(pre-commit): autofix Signed-off-by: scepter914 <scepter914@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…nsation in radar fusion (tier4#1755) * update parameter Signed-off-by: scepter914 <scepter914@gmail.com> * feature(radar_fusion_to_detected_object): add debug topic Signed-off-by: scepter914 <scepter914@gmail.com> * feat(tier4_perception_launch): enable confidence compensation in radar fusion Signed-off-by: scepter914 <scepter914@gmail.com> * add compensate probability paramter Signed-off-by: scepter914 <scepter914@gmail.com> * fix parameter Signed-off-by: scepter914 <scepter914@gmail.com> * update paramter Signed-off-by: scepter914 <scepter914@gmail.com> * update paramter Signed-off-by: scepter914 <scepter914@gmail.com> * fix parameter Signed-off-by: scepter914 <scepter914@gmail.com> * ci(pre-commit): autofix Signed-off-by: scepter914 <scepter914@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: scepter914 scepter914@gmail.com
Description
Add confidence compensation in radar fusion.
Along with that, fix bug of confidence hundling and add debug topic for radar fusion package.
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.