-
Notifications
You must be signed in to change notification settings - Fork 70
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
Fix UBD visualization code #180
Fix UBD visualization code #180
Conversation
Do not merge yet, please |
Ok, ready for review/merge now. |
@@ -311,6 +327,9 @@ void connectCallback(message_filters::Subscriber<CameraInfo> &sub_cam, | |||
|
|||
int main(int argc, char **argv) | |||
{ | |||
g_txt.push_back(QImage("/home/beyer/strands/0.png")); | |||
g_txt.push_back(QImage("/home/beyer/strands/1.png")); | |||
g_txt.push_back(QImage("/home/beyer/strands/2.png")); |
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 guess this will break for everyone else?
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.
Awww shit I was tired this is not supposed to be there, good catch!
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 know the feeling ;)
That's more what it should be like. We've been running with this for 2 days now and had no crash. But still, I don't really believe this is the crash's cause, so I wouldn't close the issue. |
Tested on Linda, works fine for me. |
This might or might not solve #156. I believe it won't, but it's worth a try and fixes some latent bugs anyway.