-
Notifications
You must be signed in to change notification settings - Fork 668
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
refactor(radar_object_clustering): move radar object clustering parameter to param file #5451
refactor(radar_object_clustering): move radar object clustering parameter to param file #5451
Conversation
Signed-off-by: yoshiri <[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
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #5451 +/- ##
==========================================
- Coverage 15.32% 14.84% -0.48%
==========================================
Files 1721 1663 -58
Lines 118559 114528 -4031
Branches 37995 35342 -2653
==========================================
- Hits 18169 17006 -1163
+ Misses 79657 78321 -1336
+ Partials 20733 19201 -1532
*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.
LGTM
…eter to param file (autowarefoundation#5451) * move radar object clustering parameter to param file Signed-off-by: yoshiri <[email protected]> * remove default parameter settings and fix cmakelists --------- Signed-off-by: yoshiri <[email protected]>
Description
The goal of this PR is to handle
radar_object_clustering
node parameters inautoware_launch
.🤖 Generated by Copilot at 4cef2e3
This pull request introduces a new node
radar_object_clustering
that clusters radar objects for better object recognition. It also updates the launch and parameter files of the detection pipelines to use the new node and its parameter file. The goal is to improve the detection of far dynamic objects by fusing radar data with camera and lidar data.Related links
Merge launcher changes first: autowarefoundation/autoware_launch#672.
Tests performed
Tested in Lsim.
Notes for reviewers
Interface changes
Effects on system behavior
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.