Robotics StackExchange | Archived questions

Compile standalone opencv code with ROS Hydro

Hey there, I have this simple opencv code that is used to detect hands It works fine when I compile it on my mac using the instructions provided in the readme file using cmake, but i want this to run on ROS Hydro. Can somebody please guide me how to do this ? The problem is this version of Opencv is not supported by ROS Hydro. Please advise.

Asked by ktiwari9 on 2014-06-01 08:40:01 UTC

Comments

did you try to install the newest version of opencv and use it like external libs in ros?

Asked by Hamid Didari on 2014-06-01 13:33:12 UTC

Answers