code-iai / iai_kinect2

Tools for using the Kinect One (Kinect v2) in ROS
Apache License 2.0
879 stars 519 forks source link

related to: Unable to compile anymore #377 - fixes bug to compile it with opencv 3.2.0 #397

Closed TheTesla closed 6 years ago

TheTesla commented 7 years ago

fixes the compile error: /opt/ros/kinetic/include/opencv-3.2.0-dev/opencv2/flann/saving.h:113:63: error: exception handling disabled, use -fexceptions to enable throw FLANNException("Invalid index file, cannot read");

dkoguciuk commented 7 years ago

Works like a charm! My configuration:

jdlangs commented 6 years ago

Would be good to merge this for everyone who hits this error and has to search for the solution like I just did.

@TheTesla you should also delete the comment that explains the removed line.

bbferka commented 6 years ago

465 fixes this