Skip to content
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

Conversation

YoshiRi
Copy link
Contributor

@YoshiRi YoshiRi commented Nov 1, 2023

Description

The goal of this PR is to handle radar_object_clustering node parameters in autoware_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.

  • The PR follows the pull request guidelines.
  • The PR has been properly tested.
  • The PR has been reviewed by the code owners.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.
  • The PR is ready for merge.

After all checkboxes are checked, anyone who has write access can merge the PR.

@github-actions github-actions bot added component:perception Advanced sensor data processing and environment understanding. (auto-assigned) component:launch Launch files, scripts and initialization tools. (auto-assigned) labels Nov 1, 2023
@YoshiRi YoshiRi marked this pull request as ready for review November 1, 2023 04:49
Copy link
Contributor

@yukkysaito yukkysaito left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@YoshiRi YoshiRi added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Nov 2, 2023
Copy link

codecov bot commented Nov 2, 2023

Codecov Report

Attention: 56 lines in your changes are missing coverage. Please review.

Comparison is base (765a596) 15.32% compared to head (b0dd1ca) 14.84%.
Report is 13 commits behind head on main.

Files Patch % Lines
.../scene_module/goal_planner/goal_planner_module.cpp 2.70% 36 Missing ⚠️
...t_clustering_node/radar_object_clustering_node.cpp 0.00% 9 Missing ⚠️
...er/src/scene_module/avoidance/avoidance_module.cpp 0.00% 6 Missing ⚠️
...rivable_area_expansion/drivable_area_expansion.cpp 37.50% 0 Missing and 5 partials ⚠️
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     
Flag Coverage Δ *Carryforward flag
differential 0.00% <0.00%> (?)
total 14.84% <7.84%> (-0.48%) ⬇️ Carriedforward from 375b610

*This pull request uses carry forward flags. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@miursh miursh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@YoshiRi YoshiRi enabled auto-merge (squash) November 16, 2023 06:25
@YoshiRi YoshiRi merged commit a0a481c into autowarefoundation:main Nov 16, 2023
18 of 24 checks passed
takayuki5168 pushed a commit to tier4/autoware.universe that referenced this pull request Nov 22, 2023
…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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:launch Launch files, scripts and initialization tools. (auto-assigned) component:perception Advanced sensor data processing and environment understanding. (auto-assigned) run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants