feat(autoware_system_monitor): publish msgs for system_monitor API #2285
Merged
rej55 merged 5 commits intobeta/v0.48from Aug 8, 2025
Merged
feat(autoware_system_monitor): publish msgs for system_monitor API #2285rej55 merged 5 commits intobeta/v0.48from
rej55 merged 5 commits intobeta/v0.48from
Conversation
|
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
…ation#11020) * feat(autoware_system_monitor): publish cpu_temperature Signed-off-by: takeshi.iwanari <take.iwiw2222@gmail.com> * style(pre-commit): autofix * make getter functions const Signed-off-by: takeshi.iwanari <take.iwiw2222@gmail.com> --------- Signed-off-by: takeshi.iwanari <take.iwiw2222@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: takeshi.iwanari <take.iwiw2222@gmail.com>
…ion#11021) * feat(autoware_system_monitor): publish memory_status Signed-off-by: takeshi.iwanari <take.iwiw2222@gmail.com> * style(pre-commit): autofix --------- Signed-off-by: takeshi.iwanari <take.iwiw2222@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: takeshi.iwanari <take.iwiw2222@gmail.com>
…#11022) * feat(autoware_system_monitor): publish gpu_status Signed-off-by: takeshi.iwanari <take.iwiw2222@gmail.com> * style(pre-commit): autofix * fix cpplint Signed-off-by: takeshi.iwanari <take.iwiw2222@gmail.com> * Make a get function const and change unsigned int variables to int Signed-off-by: takeshi.iwanari <take.iwiw2222@gmail.com> * add destructor to call nvmlShutdown Signed-off-by: takeshi.iwanari <take.iwiw2222@gmail.com> * add casting Signed-off-by: takeshi.iwanari <take.iwiw2222@gmail.com> * add casting Signed-off-by: takeshi.iwanari <take.iwiw2222@gmail.com> * Make shut_down method protected Signed-off-by: takeshi.iwanari <take.iwiw2222@gmail.com> --------- Signed-off-by: takeshi.iwanari <take.iwiw2222@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: takeshi.iwanari <take.iwiw2222@gmail.com>
…#11023) * feat(autoware_system_monitor): publish hdd_status Signed-off-by: takeshi.iwanari <take.iwiw2222@gmail.com> * style(pre-commit): autofix * Improve HDD status handling: use emplace_back and safe vector access Signed-off-by: takeshi.iwanari <take.iwiw2222@gmail.com> * style(pre-commit): autofix * remove try block and use read values Signed-off-by: takeshi.iwanari <take.iwiw2222@gmail.com> * Improve df error handling Signed-off-by: takeshi.iwanari <take.iwiw2222@gmail.com> --------- Signed-off-by: takeshi.iwanari <take.iwiw2222@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: takeshi.iwanari <take.iwiw2222@gmail.com>
…tion#11024) * feat(autoware_system_monitor): publish network_status Signed-off-by: takeshi.iwanari <take.iwiw2222@gmail.com> * style(pre-commit): autofix * fix cppcheck Signed-off-by: takeshi.iwanari <take.iwiw2222@gmail.com> * replace push_back with emblace_back Signed-off-by: takeshi.iwanari <take.iwiw2222@gmail.com> --------- Signed-off-by: takeshi.iwanari <take.iwiw2222@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: takeshi.iwanari <take.iwiw2222@gmail.com>
e228e8e to
cee7c26
Compare
|
Please retry analysis of this Pull-Request directly on SonarQube Cloud |
rej55
approved these changes
Aug 8, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Cherry-pick PR to beta/v0.48. This PR is expected to be included in X2 beta/v4.3.
Cherry-picking of the following PRs for Metrics collection
Related links
This PR implements the contents of the following PRs that added the API (msg) and have been already merged.
Private Links:
How was this PR tested?
launch_system_monitor:=true/api/external/get/system_monitoris published