-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Feature/autoware health checker #1943
Conversation
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.
I approved this feature!
@hakuturu583 I have opened a PR #1956 to fix the CI failure. Can you also add unit tests for the new code? I can help you getting started with it. |
@sgermanserrano Thank you for your advice!! |
@hakuturu583 this feature seems very similar to http://wiki.ros.org/robot_monitor tool. Did you consider a robot_monitor tool when implementing this PR? |
|
||
uint8_t test_function(double value) | ||
{ | ||
if(value == 0.0) |
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.
you should not do the ==
comparison with float
@hakuturu583 @yn-mrse this PR changes 82 files in Autoware. For the entire PR there is but one test file. How can you be sure that you did not break something else by introducing such a big change? Also:
|
Status
DEVELOPMENT
Description
autowarefoundation/autoware_ai#494
Todos
Steps to Test or Reproduce