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(system_usage_monitor): change the node search method #137

Merged

Conversation

SakodaShintaro
Copy link
Contributor

@SakodaShintaro SakodaShintaro commented Oct 22, 2024

Description

This PR changes the node search method.

Before result : system_usage_monitor_before.txt
After result : system_usage_monitor_after.txt

Summary

The following information will be added when I use current the latest OSS Autoware.

+ | default_ad_api | initial_pose_adaptor_node                             |
+ | default_ad_api | routing_adaptor_node                                  |
+ | localization   | automatic_pose_initializer_node                       |
+ | localization   | ekf_localizer_node                                    |
+ | localization   | gyro_odometer_node                                    |
+ | localization   | localization_error_monitor_node                       |
+ | localization   | pose_initializer_node                                 |
+ | localization   | stop_filter_node                                      |
+ | localization   | twist2accel_node                                      |
+ | map            | map_projection_loader_node                            |
+ | sensing        | gyro_bias_estimator_node                              |
+ | sensing        | imu_corrector_node                                    |
+ | sensing        | vehicle_velocity_converter_node                       |
+ | system         | aggregator_node                                       |
+ | system         | service_log_checker_node                              |

No information is lost as a result of the change.

Related links

Tests performed

I have confirmed that system_usage_monitor works well with AWSIM.

Before : localization_cpu_usage-24-10-22-15-06-15

After : localization_cpu_usage-24-10-22-16-40-00

Notes for reviewers

Interface 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.

Signed-off-by: Shintaro Sakoda <[email protected]>
Signed-off-by: Shintaro Sakoda <[email protected]>
@SakodaShintaro SakodaShintaro merged commit af16f8c into autowarefoundation:main Oct 23, 2024
27 checks passed
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