-
Notifications
You must be signed in to change notification settings - Fork 0
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
Ported cpu_monitor to ROS2 #4
Conversation
LGTM! I think we can open this PR to the original repo indeed. The ROS1 node also had tests, so I think this is good! |
Flake 8 issue. But other than that, just forward to the ros repo. |
Yes LGTM, only a few flake8 errors remaining |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This should not have been merged. This PR should have been redicted to github/ros/diagnostics. |
I attempted to port the cpu_monitor to ROS2. The module allows users to monitor the CPU usage of their system in real time. It publishes the usage percentage in a diagnostic message.
Question to you guys; is the test test_updater() overkill in this context or does it add value?