-
Notifications
You must be signed in to change notification settings - Fork 431
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
use_sim_time error message is logged from multiple nodes #746
Comments
At the moment, using |
Fair enough.
Yes, I can work with that. Just checking if there's a better way to do so. |
@jacobperron #799 should've addressed your issue. |
Works for me 👍 |
Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
Bug report
Required Info:
Steps to reproduce issue
Run the talker C++ demo:
Run the listener C++ demo:
Set the
use_sim_time
parameter for the talker to something other than a bool:Expected behavior
We see an error (or warning) logged from the talker node regarding the type mismatch for the
use_sim_time
parameter. E.g.Actual behavior
We see the above error message, not only for the talker node, but also for the listener node. I.e. both the talker and the listener log the following error message:
Additional information
We can see that the parameter is set on the talker node, but not on the listener node, which is correct. The bug is that we see the listener log an error when it is not expected.
The text was updated successfully, but these errors were encountered: