-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
pclvisualizer's interactor_ is nullptr #1997
Comments
btw, if this fix make sense, i could help to add a patch. thx. |
I'm not entirely sure, but I think you should not call functions like |
thx taketwo, right that the m_pViewWidget->update() will refresh the window. Leaving interactor_ null seems a bit dangerous. |
It's dangerous, true. All accesses to |
Some related information with it - when we use QVTKOpenGLWidget it often does not update the displayed object with update() function, you should call Render() method of the current render window. But it seems to be not PCL bug, but VTK. |
Hello,
pclvisualizer's interactor_ is nullptr at this usage:
after this code, the interactor_ is still nullptr, so crash for example m_pViewer->spinOnce().
To fix that, i think maybe at
any idea?
The text was updated successfully, but these errors were encountered: