Skip to content
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

Keypresses not read in Visualization GUI on Mac OS X #794

Closed
translunar opened this issue Jul 9, 2014 · 1 comment
Closed

Keypresses not read in Visualization GUI on Mac OS X #794

translunar opened this issue Jul 9, 2014 · 1 comment

Comments

@translunar
Copy link

I'm trying to view PCD files using pcl_viewer on Mac OS X, and if — in the window — I try use 'h' for help, it takes my input and puts it in the console window instead of processing it in the GUI loop.

Is there a workaround for this? I've been ignoring it for a few months, but feel like there must be a solution out there somewhere.

Do we even know a cause? I'd have a crack at it if someone could point me in the right direction, but UI is not my forte.

Original post: http://www.pcl-users.org/PCL-viewer-does-not-allow-interactivity-on-Mac-OS-X-td4034623.html

@translunar
Copy link
Author

Okay, may be this VTK bug. Except that seems to be covered already: https://github.com/PointCloudLibrary/pcl/blob/master/cmake/pcl_targets.cmake#L324

I've also checked my Homebrew vtk6 configuration settings, and I compiled it with --with-qt, which should enable the VTK_USE_COCOA flag. But I don't see where VTK_USE_COCOA is set in my build. I wonder if PCL is not getting that option properly from VTK.

translunar added a commit to translunar/pcl that referenced this issue Jul 9, 2014
Adds VTK_USE_COCOA advanced flag for Apple users where VTK is linked.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant