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

feat(pointcloud preprocessor): add hysteresis to diag #1309

Merged

Conversation

0x126
Copy link

@0x126 0x126 commented May 23, 2024

Description

  • stopped using diagnostics_updater to control /diagnostics publish timing

  • Changed to publish diagnostics in WARN only when concat fails for more than 2 consecutive frames

  • changed the node name of segmentation to distinguish between sensing concat and segmentation concat

Related links

Tests performed

  • Confirmed by actual vehicle

Notes for reviewers

Interface changes

ROS Topic Changes

ROS Parameter 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.

@0x126 0x126 requested review from TomohitoAndo and removed request for amc-nu, yukkysaito, YoshiRi and miursh May 23, 2024 07:18
@0x126 0x126 changed the title feat: pointcloud preprocessor/add hysteresis to diag feat(pointcloud preprocessor): add hysteresis to diag May 23, 2024
Copy link

@TomohitoAndo TomohitoAndo left a comment

Choose a reason for hiding this comment

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

LGTM

@0x126 0x126 merged commit a9a0b7f into beta/v0.19.1 May 23, 2024
12 of 13 checks passed
@0x126 0x126 deleted the feat/pointcloud_preprocessor/add-hysteresis-to-diag branch May 23, 2024 08:01
kotaro-hihara pushed a commit that referenced this pull request Aug 29, 2024
* remove diagnostics_updater

* add counter

* change node name

* rename

* style(pre-commit): autofix

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: kotaro-hihara <[email protected]>
kotaro-hihara pushed a commit that referenced this pull request Nov 21, 2024
* remove diagnostics_updater

* add counter

* change node name

* rename

* style(pre-commit): autofix

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: kotaro-hihara <[email protected]>
kotaro-hihara added a commit that referenced this pull request Nov 21, 2024
* feat(pointcloud preprocessor): add hysteresis to diag (#1309)

* remove diagnostics_updater

* add counter

* change node name

* rename

* style(pre-commit): autofix

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: kotaro-hihara <[email protected]>

* fix(pointcloud_preprocessor): typo consecutive_concatenate_failures (#1310)

---------

Signed-off-by: kotaro-hihara <[email protected]>
Co-authored-by: Shinnosuke Hirakawa <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Shumpei Wakabayashi <[email protected]>
TetsuKawa pushed a commit that referenced this pull request Dec 1, 2024
* feat(pointcloud preprocessor): add hysteresis to diag (#1309)

* remove diagnostics_updater

* add counter

* change node name

* rename

* style(pre-commit): autofix

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: kotaro-hihara <[email protected]>

* fix(pointcloud_preprocessor): typo consecutive_concatenate_failures (#1310)

---------

Signed-off-by: kotaro-hihara <[email protected]>
Co-authored-by: Shinnosuke Hirakawa <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Shumpei Wakabayashi <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants