ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Using custom build OpenCV with cuda enabled

asked 2019-11-20 18:54:32 -0500

AR13 gravatar image

Hi Everyone! I am hardly trying to use the custom built up OpenCV with cuda enabled in my ROS node. But after trying some few existing suggestions; still I am struggling with it. Please help me with this issue. I have already tried:
find_package(OpenCV REQUIRED PATHS /usr/local NO_DEFAULT_PATH NO_MODULE )

But it does not work. Thanks in advance.

edit retag flag offensive close merge delete

Comments

Could you be more descriptive of what is not working? With such an open question it will be impossible to pinpoint where the problem lies exactly. I assume your compilation fails, but what are the error messages? Did you find and follow tutorials to get OpenCV/Cuda working with ROS? Did you get either Cuda or OpenCV working independently? etc.

davekroezen gravatar image davekroezen  ( 2019-11-21 02:39:14 -0500 )edit

Sorry for not being clear enough! There are no errors in compilation. I mean ROS node still uses ROS's opencv package which is not cuda enabled. I have installed cuda enabled opencv and also cuda 8.1 toolkit separately. Now I want to use this custom opencv in my node. But I don't know what should I do exactly.

AR13 gravatar image AR13  ( 2019-11-21 02:54:45 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-11-21 18:10:15 -0500

duck-development gravatar image

You could Provider the NEW opencv Lib dir. A solution is here https://answers.ros.org/question/2575...

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2019-11-20 18:54:32 -0500

Seen: 326 times

Last updated: Nov 21 '19