ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Why don't you just re-compile it in the ROS package you are developing? There are differences between OpenCV 2.2 and 2.3 so you are probably having some binary incompatibility issue. I also see references to flann to, so maybe there is an issue with your setup of OpenCV 2.3/flann and ROS's 2.2/flann.
I think the simplest answer is just re-compile using ROS libraries.