mirror of
https://github.com/introlab/rtabmap_ros.git
synced 2026-09-16 00:00:20 +08:00
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:
+1
-1
@@ -12,7 +12,7 @@ find_package(catkin REQUIRED COMPONENTS
|
||||
|
||||
## System dependencies are found with CMake's conventions
|
||||
# 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)
|
||||
|
||||
## Uncomment this if the package has a setup.py. This macro ensures
|
||||
|
||||
Reference in New Issue
Block a user