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(lidar_centerpoint): add diagnostics for processing time #10284

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

a-maumau
Copy link
Contributor

@a-maumau a-maumau commented Mar 17, 2025

Description

This PR adds diagnostics for processing time.

If the processing time exceeds max_allowed_processing_time, a warning topic will be published.
If this exceeds the threshold consecutively for more than max_consecutive_warn_count times, an error diagnostics topic will be published.

Related links

Parent Issue:

  • Link

How was this PR tested?

Tested by checking the rqt_runtime_monitor.

Run rqt_runtime_monitor by

# optional
# ros2 run autoware_diagnostic_graph_utils converter_node

ros2 run rqt_runtime_monitor rqt_runtime_monitor

centerpoint_diag_edit

(above image was created in sample-rosbag with very small max_allowed_processing_time for demonstration)

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com>
@github-actions github-actions bot added the component:perception Advanced sensor data processing and environment understanding. (auto-assigned) label Mar 17, 2025
Copy link

github-actions bot commented Mar 17, 2025

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

pre-commit-ci bot and others added 3 commits March 17, 2025 09:59
Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@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)
Projects
Status: To Triage
Development

Successfully merging this pull request may close these issues.

1 participant