robotology/iol

iolStateMachineHandler does not compile with OpenCV2

Closed this issue · 2 comments

Hi @pattacini,
Unfortunately the iolStateMachineHandler does not compile with OpenCV2:

/usr/local/robot/src/iol/src/iolStateMachineHandler/include/module.h:30:10: fatal error: 'opencv2/tracking.hpp' file not found

Is it meant to work with OpenCV2 at all or does it only support OpenCV3?

Best,
Tobi

It no longer works with opencv-2.x.y due to the tracking mechanism which is always on.
See https://github.com/robotology/iol#dependencies.

Ah okay, I missed that it is a hard dependency now. Fixed by installing opencv3 on the machine where it broke.

Thanks :)!