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(ndt_scan_matcher): remake diag #5076

Merged

Conversation

YamatoAndo
Copy link
Contributor

@YamatoAndo YamatoAndo commented Sep 22, 2023

Description

remake the ndt_scan_matching's diagnostics.

before (2023/09/22)

Screenshot from 2023-09-22 18-44-00


after

outputs 6 messages

diagnostic for scan_matching_status

diagnostic_scan_matching_status

diagnostic for initial_pose_subscriber_status

diagnostic_initial_pose_subscriber_status

diagnostic for regularization_pose_subscriber_status

diagnostic_regularization_pose_subscriber_status

diagnostic for trigger_node_service_status

diagnostic_trigger_node_service_status

diagnostic for ndt_align_service_status

diagnostic_ndt_align_service_status

diagnostic for map_update_status

diagnostic_map_update_status

If you want to know the conditions for transitioning to WARN/ERROR, please read the README.md.

Related links

ToDo

merge with

Tests performed

Lsim works

Notes for reviewers

N/A

Interface changes

message of /diagnostics topic

Effects on system behavior

N/A

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.

Signed-off-by: yamato-ando <Yamato ANDO>
@github-actions github-actions bot added the component:localization Vehicle's position determination in its environment. (auto-assigned) label Sep 22, 2023
pre-commit-ci bot and others added 9 commits September 22, 2023 09:47
Copy link

stale bot commented Nov 24, 2023

This pull request has been automatically marked as stale because it has not had recent activity.

@stale stale bot added the status:stale Inactive or outdated issues. (auto-assigned) label Nov 24, 2023
@YamatoAndo
Copy link
Contributor Author

I plan to resume work in December or January.

@stale stale bot removed the status:stale Inactive or outdated issues. (auto-assigned) label Nov 27, 2023
Copy link

stale bot commented Jan 26, 2024

This pull request has been automatically marked as stale because it has not had recent activity.

@stale stale bot added the status:stale Inactive or outdated issues. (auto-assigned) label Jan 26, 2024
@YamatoAndo
Copy link
Contributor Author

sorry. I will put it on hold for a while.

@stale stale bot removed the status:stale Inactive or outdated issues. (auto-assigned) label Jan 26, 2024
Copy link

stale bot commented Mar 30, 2024

This pull request has been automatically marked as stale because it has not had recent activity.

@stale stale bot added the status:stale Inactive or outdated issues. (auto-assigned) label Mar 30, 2024
@stale stale bot removed the status:stale Inactive or outdated issues. (auto-assigned) label Apr 8, 2024
Signed-off-by: Yamato Ando <[email protected]>
@SakodaShintaro SakodaShintaro added the tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Apr 23, 2024
Copy link
Contributor

@SakodaShintaro SakodaShintaro left a comment

Choose a reason for hiding this comment

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

Looks Good To Me

Signed-off-by: Yamato Ando <[email protected]>
@YamatoAndo YamatoAndo force-pushed the feat/remake_ndt_scan_matcher_diag branch from 07d4303 to 78b562c Compare April 23, 2024 07:43
YamatoAndo and others added 4 commits April 26, 2024 13:43
Signed-off-by: Yamato Ando <[email protected]>
Signed-off-by: Yamato Ando <[email protected]>
Signed-off-by: Yamato Ando <[email protected]>
@YamatoAndo YamatoAndo enabled auto-merge (squash) April 26, 2024 09:43
@YamatoAndo YamatoAndo merged commit 2809a67 into autowarefoundation:main Apr 26, 2024
20 of 22 checks passed
karishma1911 pushed a commit to Interplai/autoware.universe that referenced this pull request Jun 3, 2024
* feat(ndt_scan_matcher): remake diag

Signed-off-by: yamato-ando <Yamato ANDO>

* style(pre-commit): autofix

* add latest_ndt_aling_service_best_score

Signed-off-by: yamato-ando <Yamato ANDO>

* style(pre-commit): autofix

* check nullptr

Signed-off-by: yamato-ando <Yamato ANDO>

* style(pre-commit): autofix

* add validate_distance_from_initial_to_result

Signed-off-by: yamato-ando <Yamato ANDO>

* style(pre-commit): autofix

* rename

Signed-off-by: yamato-ando <Yamato ANDO>

* style(pre-commit): autofix

* style(pre-commit): autofix

* [WIP] update

Signed-off-by: Yamato Ando <[email protected]>

* style(pre-commit): autofix

* [WIP] update

Signed-off-by: Yamato Ando <[email protected]>

* [WIP] update

Signed-off-by: Yamato Ando <[email protected]>

* style(pre-commit): autofix

* [WIP] update

Signed-off-by: Yamato Ando <[email protected]>

* fix typo

Signed-off-by: Yamato Ando <[email protected]>

* style(pre-commit): autofix

* [WIP] update

Signed-off-by: Yamato Ando <[email protected]>

* style(pre-commit): autofix

* update readme

Signed-off-by: Yamato Ando <[email protected]>

* style(pre-commit): autofix

* [WIP] update

Signed-off-by: Yamato Ando <[email protected]>

* style(pre-commit): autofix

* [WIP] update

Signed-off-by: Yamato Ando <[email protected]>

* fix typo

Signed-off-by: Yamato Ando <[email protected]>

* style(pre-commit): autofix

* [WIP] update

Signed-off-by: Yamato Ando <[email protected]>

* [WIP] udpate

Signed-off-by: Yamato Ando <[email protected]>

* [WIP] udpate

Signed-off-by: Yamato Ando <[email protected]>

* style(pre-commit): autofix

* add is_need_rebuild

Signed-off-by: Yamato Ando <[email protected]>

* fix typo

Signed-off-by: Yamato Ando <[email protected]>

* style(pre-commit): autofix

* add image

Signed-off-by: Yamato Ando <[email protected]>

* style(pre-commit): autofix

* remove unused func

Signed-off-by: Yamato Ando <[email protected]>

* fix

Signed-off-by: Yamato Ando <[email protected]>

* fix typo

Signed-off-by: Yamato Ando <[email protected]>

* style(pre-commit): autofix

* update image

Signed-off-by: Yamato Ando <[email protected]>

* fix typo

Signed-off-by: Yamato Ando <[email protected]>

* fix

Signed-off-by: Yamato Ando <[email protected]>

* remove unused include

Signed-off-by: Yamato Ando <[email protected]>

* move code

Signed-off-by: Yamato Ando <[email protected]>

* move code

Signed-off-by: Yamato Ando <[email protected]>

* style(pre-commit): autofix

* fix FIX ME

Signed-off-by: Yamato Ando <[email protected]>

* update

Signed-off-by: Yamato Ando <[email protected]>

* remove unused func

Signed-off-by: Yamato Ando <[email protected]>

* [WIP] update

Signed-off-by: Yamato Ando <[email protected]>

* add diag for trigger node service

Signed-off-by: Yamato Ando <[email protected]>

* style(pre-commit): autofix

* move code

Signed-off-by: Yamato Ando <[email protected]>

* update

Signed-off-by: Yamato Ando <[email protected]>

* delete unused code

Signed-off-by: Yamato Ando <[email protected]>

* style(pre-commit): autofix

* udpate

Signed-off-by: Yamato Ando <[email protected]>

* delete RCLCPP message

Signed-off-by: Yamato Ando <[email protected]>

* style(pre-commit): autofix

* update

Signed-off-by: Yamato Ando <[email protected]>

* fix typo

Signed-off-by: Yamato Ando <[email protected]>

* style(pre-commit): autofix

* rename diag

Signed-off-by: Yamato Ando <[email protected]>

* rename func

Signed-off-by: Yamato Ando <[email protected]>

* style(pre-commit): autofix

* remove Transition condition to OK

Signed-off-by: Yamato Ando <[email protected]>

* style(pre-commit): autofix

* fix table

Signed-off-by: Yamato Ando <[email protected]>

* update readme

Signed-off-by: Yamato Ando <[email protected]>

* style(pre-commit): autofix

* fix order

Signed-off-by: Yamato Ando <[email protected]>

* fix typo

Signed-off-by: Yamato Ando <[email protected]>

* remove diag prefix

Signed-off-by: Yamato Ando <[email protected]>

* style(pre-commit): autofix

* fix readme

Signed-off-by: Yamato Ando <[email protected]>

* style(pre-commit): autofix

* rename diag

Signed-off-by: Yamato Ando <[email protected]>

* style(pre-commit): autofix

* remove unused code

Signed-off-by: Yamato Ando <[email protected]>

* fix double free

Signed-off-by: Yamato Ando <[email protected]>

* style(pre-commit): autofix

* fix typo

Signed-off-by: Yamato Ando <[email protected]>

* output to terminal

Signed-off-by: Yamato Ando <[email protected]>

* style(pre-commit): autofix

* fix typo

Signed-off-by: Yamato Ando <[email protected]>

---------

Signed-off-by: yamato-ando <Yamato ANDO>
Signed-off-by: Yamato Ando <[email protected]>
Co-authored-by: yamato-ando <Yamato ANDO>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:localization Vehicle's position determination in its environment. (auto-assigned) tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) type:documentation Creating or refining documentation. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants