We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I noticed the following behavior today during some testing:
I guess the problem is here:
khi_robot/khi_robot_control/src/main.cpp
Line 175 in 99cf142
I would expect to see a 1 (WARNING) or 2 (ERROR) or even 3 (STALE)
By the way, I would recommend using Enums, as in
diagnostics_msgs::DiagnosticStatus::WARN
Instead of directly using the values
The text was updated successfully, but these errors were encountered:
Yes, currently status.level changes to 0 when overrun continues. So I try to modify its level and overrun counting.
https://github.com/d-nakamichi/khi_robot/commits/modify_diagnostics_level
It would be helpful if you comment something about this.
Sorry, something went wrong.
d-nakamichi
No branches or pull requests
Hello,
I noticed the following behavior today during some testing:
I guess the problem is here:
khi_robot/khi_robot_control/src/main.cpp
Line 175 in 99cf142
I would expect to see a 1 (WARNING) or 2 (ERROR) or even 3 (STALE)
By the way, I would recommend using Enums, as in
Instead of directly using the values
The text was updated successfully, but these errors were encountered: