-
Notifications
You must be signed in to change notification settings - Fork 761
feat(autoware_radar_objects_adapter): add publisher for tracks with uuid #10556
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(autoware_radar_objects_adapter): add publisher for tracks with uuid #10556
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
sensing/autoware_radar_objects_adapter/src/radar_objects_adapter.cpp
Outdated
Show resolved
Hide resolved
sensing/autoware_radar_objects_adapter/src/radar_objects_adapter.cpp
Outdated
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #10556 +/- ##
==========================================
+ Coverage 24.95% 25.04% +0.08%
==========================================
Files 1351 1351
Lines 105130 105201 +71
Branches 39761 39771 +10
==========================================
+ Hits 26240 26344 +104
+ Misses 76397 76356 -41
- Partials 2493 2501 +8
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
cdf1599
to
874922b
Compare
874922b
to
2870eb6
Compare
b0e7577
to
d7507eb
Compare
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
need to update the code owner @mitsudome-r @yukkysaito -> it has been merged. |
Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
…racks publishers Signed-off-by: Taekjin LEE <[email protected]>
refactor: simplify function signatures in radar_objects_adapter Signed-off-by: Taekjin LEE <[email protected]>
Signed-off-by: Taekjin LEE <[email protected]>
…related functions Signed-off-by: Taekjin LEE <[email protected]>
d7507eb
to
8dff9f0
Compare
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
…uid (autowarefoundation#10556) * feat: added the option to publish tracks in addition to detections Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: forgot to add the uuids Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * feat: added hashes to avoid conflicts between radars Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * feat(radar_objects_adapter): update QoS settings for detections and tracks publishers Signed-off-by: Taekjin LEE <[email protected]> * refactor: integrate common convert processes refactor: simplify function signatures in radar_objects_adapter Signed-off-by: Taekjin LEE <[email protected]> * refactor: rename parameters for clarity in radar covariance functions Signed-off-by: Taekjin LEE <[email protected]> * refactor: rename input parameter for clarity in objects_callback and related functions Signed-off-by: Taekjin LEE <[email protected]> --------- Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> Signed-off-by: Taekjin LEE <[email protected]> Co-authored-by: Taekjin LEE <[email protected]>
Description
As per the title
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.