-
Notifications
You must be signed in to change notification settings - Fork 665
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(autoware_auto_perception_rviz_plugin): add existence probability for rviz #5986
chore(autoware_auto_perception_rviz_plugin): add existence probability for rviz #5986
Conversation
Signed-off-by: badai-nguyen <[email protected]>
Signed-off-by: badai-nguyen <[email protected]>
Signed-off-by: badai-nguyen <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #5986 +/- ##
==========================================
+ Coverage 15.22% 15.33% +0.11%
==========================================
Files 1751 1750 -1
Lines 120898 119781 -1117
Branches 36778 36226 -552
==========================================
- Hits 18407 18371 -36
+ Misses 81813 80805 -1008
+ Partials 20678 20605 -73
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Thank you for the PR! Let me review on behalf of @miursh
common/autoware_auto_perception_rviz_plugin/src/object_detection/detected_objects_display.cpp
Outdated
Show resolved
Hide resolved
Signed-off-by: badai-nguyen <[email protected]>
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 (cc: @miursh )
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.
[Q]
@badai-nguyen Is this change only for detected_objects? not for tracked/predicted?
@miursh Yes. Currently only for detected_objects. Is better to add for tracked/predicted objects? |
Signed-off-by: badai-nguyen <[email protected]>
@miursh I added |
…y for rviz (autowarefoundation#5986) * chore: add existence prob for rviz objects Signed-off-by: badai-nguyen <[email protected]> * chore: typo Signed-off-by: badai-nguyen <[email protected]> * chore: typo Signed-off-by: badai-nguyen <[email protected]> * chore: adjust text position Signed-off-by: badai-nguyen <[email protected]> * fix: add existence prob for tracked and predicted objects Signed-off-by: badai-nguyen <[email protected]> --------- Signed-off-by: badai-nguyen <[email protected]> Co-authored-by: Shunsuke Miura <[email protected]>
…y for rviz (autowarefoundation#5986) * chore: add existence prob for rviz objects Signed-off-by: badai-nguyen <[email protected]> * chore: typo Signed-off-by: badai-nguyen <[email protected]> * chore: typo Signed-off-by: badai-nguyen <[email protected]> * chore: adjust text position Signed-off-by: badai-nguyen <[email protected]> * fix: add existence prob for tracked and predicted objects Signed-off-by: badai-nguyen <[email protected]> --------- Signed-off-by: badai-nguyen <[email protected]> Co-authored-by: Shunsuke Miura <[email protected]>
…y for rviz (autowarefoundation#5986) * chore: add existence prob for rviz objects Signed-off-by: badai-nguyen <[email protected]> * chore: typo Signed-off-by: badai-nguyen <[email protected]> * chore: typo Signed-off-by: badai-nguyen <[email protected]> * chore: adjust text position Signed-off-by: badai-nguyen <[email protected]> * fix: add existence prob for tracked and predicted objects Signed-off-by: badai-nguyen <[email protected]> --------- Signed-off-by: badai-nguyen <[email protected]> Co-authored-by: Shunsuke Miura <[email protected]>
…y for rviz (autowarefoundation#5986) * chore: add existence prob for rviz objects Signed-off-by: badai-nguyen <[email protected]> * chore: typo Signed-off-by: badai-nguyen <[email protected]> * chore: typo Signed-off-by: badai-nguyen <[email protected]> * chore: adjust text position Signed-off-by: badai-nguyen <[email protected]> * fix: add existence prob for tracked and predicted objects Signed-off-by: badai-nguyen <[email protected]> --------- Signed-off-by: badai-nguyen <[email protected]> Co-authored-by: Shunsuke Miura <[email protected]>
Description
This to add
existence_probability
for detected object rendering in rviz. The default status isdisable
.Related link
TIER IV RELATED LINK
Tests performed
Confirm that
Display Existence Probability
namespace is added.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.