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

fix(tier4_perception_launch): fix faraway detection to reduce calculation cost #5233

Conversation

scepter914
Copy link
Contributor

@scepter914 scepter914 commented Oct 5, 2023

Description

This PR fixes node order in radar_based_detection.launch to reduce calculation cost.

  • Lanelet filter heavy calculation other than any other packages in radar detection, so this PR changes orfer and puts it last of the radar detection.
  • Comment out unused node radar_object_tracker

Tests performed

Tests by rosbag

Effects on system behavior

None

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.

  • There are no open discussions or they are tracked via tickets.

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

@github-actions github-actions bot added the component:launch Launch files, scripts and initialization tools. (auto-assigned) label Oct 5, 2023
@scepter914 scepter914 added the tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Oct 5, 2023
@codecov
Copy link

codecov bot commented Oct 5, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (b0310e7) 14.78% compared to head (a6af18f) 14.78%.

❗ Current head a6af18f differs from pull request most recent head 8467b83. Consider uploading reports for the commit 8467b83 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5233   +/-   ##
=======================================
  Coverage   14.78%   14.78%           
=======================================
  Files        1648     1648           
  Lines      113963   113945   -18     
  Branches    35110    35084   -26     
=======================================
- Hits        16846    16844    -2     
- Misses      78177    78180    +3     
+ Partials    18940    18921   -19     
Flag Coverage Δ *Carryforward flag
differential ∅ <ø> (?)
total 14.78% <ø> (+<0.01%) ⬆️ Carriedforward from c763eda

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

see 17 files with indirect coverage changes

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

@scepter914 scepter914 changed the title fix(tier4_perception_launch): fix node order in radar_based_detection.launch fix(tier4_perception_launch): fix faraway detection to reduce calculation cost Oct 5, 2023
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

@scepter914 scepter914 merged commit e12817d into autowarefoundation:main Oct 6, 2023
22 checks passed
scepter914 added a commit to tier4/autoware.universe that referenced this pull request Oct 6, 2023
…tion cost (autowarefoundation#5233)

* fix(tier4_perception_launch): fix node order in radar_based_detection.launch

Signed-off-by: scepter914 <[email protected]>

* fix comment out unused node

Signed-off-by: scepter914 <[email protected]>

---------

Signed-off-by: scepter914 <[email protected]>
takayuki5168 pushed a commit to tier4/autoware.universe that referenced this pull request Oct 7, 2023
…tion cost (#919)

fix(tier4_perception_launch): fix faraway detection to reduce calculation cost (autowarefoundation#5233)

* fix(tier4_perception_launch): fix node order in radar_based_detection.launch



* fix comment out unused node



---------

Signed-off-by: scepter914 <[email protected]>
YoshiRi pushed a commit to YoshiRi/autoware.universe that referenced this pull request Oct 16, 2023
…tion cost (autowarefoundation#5233)

* fix(tier4_perception_launch): fix node order in radar_based_detection.launch

Signed-off-by: scepter914 <[email protected]>

* fix comment out unused node

Signed-off-by: scepter914 <[email protected]>

---------

Signed-off-by: scepter914 <[email protected]>
@scepter914 scepter914 deleted the fix/light_weight_radar_detection branch January 27, 2024 18:36
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) tag: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.

2 participants