ros-pkg added opencv nonfree component required

git-svn-id: http://rtabmap.googlecode.com/svn/trunk/ros-pkg@1329 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
matlabbe
2014-06-05 13:47:12 +00:00
parent 87739f5095
commit a9a7ebb6b7
+1 -1
View File
@@ -12,7 +12,7 @@ find_package(catkin REQUIRED COMPONENTS
## System dependencies are found with CMake's conventions ## System dependencies are found with CMake's conventions
# find_package(Boost REQUIRED COMPONENTS system) # find_package(Boost REQUIRED COMPONENTS system)
find_package(OpenCV 2.4 REQUIRED) find_package(OpenCV 2.4 REQUIRED core highgui flann features2d calib3d imgproc nonfree)
find_package(RTABMap 0.6 REQUIRED) find_package(RTABMap 0.6 REQUIRED)
## Uncomment this if the package has a setup.py. This macro ensures ## Uncomment this if the package has a setup.py. This macro ensures