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(simple_object_merger): change the default param of timeout_threshold #6133

Conversation

scepter914
Copy link
Contributor

Description

This PR change the default param of timeout_threshold.
The default timeout value should be based on LiDAR cycle 100ms, and 1.0s is so long.
So this PR change the default param of timeout_threshold from 1.0 into 0.1.

Tests performed

Only build test.

Effects on system behavior

No effect.
https://github.com/tier4/aip_launcher/blob/tier4/universe/aip_x2_launch/launch/radar.launch.xml#L66 set the parameter and don't use the default parameter.

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.

Signed-off-by: scepter914 <scepter914@gmail.com>
@github-actions github-actions bot added type:documentation Creating or refining documentation. (auto-assigned) component:perception Advanced sensor data processing and environment understanding. (auto-assigned) labels Jan 22, 2024
@scepter914 scepter914 added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Jan 22, 2024
scepter914 and others added 2 commits January 26, 2024 17:52
@github-actions github-actions bot removed the type:documentation Creating or refining documentation. (auto-assigned) label Jan 26, 2024
Copy link

codecov bot commented Jan 27, 2024

Codecov Report

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

Comparison is base (ccd852b) 14.58% compared to head (c0437e5) 14.58%.
Report is 8 commits behind head on main.

Files Patch % Lines
...e_object_merger_node/simple_object_merger_node.cpp 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6133   +/-   ##
=======================================
  Coverage   14.58%   14.58%           
=======================================
  Files        1871     1871           
  Lines      127545   127543    -2     
  Branches    37311    37311           
=======================================
  Hits        18606    18606           
+ Misses      88019    88017    -2     
  Partials    20920    20920           
Flag Coverage Δ *Carryforward flag
differential 0.00% <0.00%> (?)
total 14.58% <ø> (+<0.01%) ⬆️ Carriedforward from ccd852b

*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

@YoshiRi YoshiRi left a comment

Choose a reason for hiding this comment

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

LGTM
Please remove default parameter later.

@scepter914 scepter914 merged commit d57381b into autowarefoundation:main Jan 29, 2024
22 of 24 checks passed
@scepter914 scepter914 deleted the fix/simple_object_merger_default_param branch January 29, 2024 07:40
kyoichi-sugahara pushed a commit to kyoichi-sugahara/autoware.universe that referenced this pull request Jan 29, 2024
…old (autowarefoundation#6133)

* fix(simple_object_merger): change the default param of timeout_threshold

Signed-off-by: scepter914 <scepter914@gmail.com>

* fix conflict

Signed-off-by: scepter914 <scepter914@gmail.com>

---------

Signed-off-by: scepter914 <scepter914@gmail.com>
karishma1911 pushed a commit to Interplai/autoware.universe that referenced this pull request Jun 3, 2024
…old (autowarefoundation#6133)

* fix(simple_object_merger): change the default param of timeout_threshold

Signed-off-by: scepter914 <scepter914@gmail.com>

* fix conflict

Signed-off-by: scepter914 <scepter914@gmail.com>

---------

Signed-off-by: scepter914 <scepter914@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

2 participants