-
Notifications
You must be signed in to change notification settings - Fork 61
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
Impossible to see the "1 second has passed. Re-initializing." error #28
Comments
Thanks for pointing this out. I'll put it on my todo list, but realistically it's more likely to get resolved if there is a pull request. It's not clear to me which message would be removed in suggestion 1, but maybe they could be combined into one message instead? Otherwise, suggestions 2 and 3 seem the most appropriate, with 3 being the bare minimum to avoid people having to debug it with a video recorder as you did and 2 being more work but perhaps a fuller solution. |
I found this bug also |
@zzzhpzhp, how do you reproduce this issue in the first place? There should be another error message displayed for one second...
|
I've been trying to debug why my
InteractiveMarker
s are not rendering in RViz and noticed the topic is briefly flashing red, then turning back to black. The message says "1 second has passed. Re-initializing.", but it is impossible to read because it is almost instantaneously replaced with "Initialization: Waiting for first update/keep-alive message." As far as I can tell, this error isn't logged elsewhere.I was only able to read the message by recording RViz in
gtk-recordmydesktop
and stepping through the video frame-by-frame. I suggest either: (1) removing the message if it is redundant, (2) changing the logic so it is not instantly overwritten, and/or (3) logging it usingROS_ERROR
.The text was updated successfully, but these errors were encountered: