We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82aeaca commit e47f614Copy full SHA for e47f614
src/converters/camera.cpp
@@ -26,7 +26,7 @@
26
/*
27
* ROS includes
28
*/
29
-#include <cv_bridge/cv_bridge.hpp>
+#include <cv_bridge/cv_bridge.h> // not .hpp for humble compat
30
31
32
* CV includes
0 commit comments