Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
iri_mvbluefox3_camera_driver
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
labrobotica
ros
sensors
mono_cameras
iri_mvbluefox3_camera_driver
Commits
90ca2533
Commit
90ca2533
authored
8 years ago
by
Angel Santamaria-Navarro
Browse files
Options
Downloads
Patches
Plain Diff
working with opencv3.1
parent
c2fcc6dc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+6
-6
6 additions, 6 deletions
CMakeLists.txt
with
6 additions
and
6 deletions
CMakeLists.txt
+
6
−
6
View file @
90ca2533
...
...
@@ -10,8 +10,8 @@ find_package(catkin REQUIRED COMPONENTS iri_base_driver sensor_msgs image_transp
# find_package(catkin REQUIRED COMPONENTS iri_base_driver cv_bridge image_transport camera_info_manager sensor_msgs)
find_package
(
mvbluefox3 REQUIRED
)
find_package
(
mvIMPACT REQUIRED
)
FIND_PACKAGE
(
OpenCV 3 REQUIRED
)
# find_package(OpenCV 2.4
.8
REQUIRED)
#
FIND_PACKAGE(OpenCV 3 REQUIRED)
# find_package(OpenCV 2.4 REQUIRED)
## System dependencies are found with CMake's conventions
# find_package(Boost REQUIRED COMPONENTS system)
...
...
@@ -70,8 +70,8 @@ catkin_package(
# ********************************************************************
# Add system and labrobotica run time dependencies here
# ********************************************************************
#
DEPENDS mvbluefox3 mvIMPACT
DEPENDS mvbluefox3 mvIMPACT OpenCV
DEPENDS mvbluefox3 mvIMPACT
#
DEPENDS mvbluefox3 mvIMPACT OpenCV
)
###########
...
...
@@ -85,7 +85,7 @@ include_directories(include)
include_directories
(
${
catkin_INCLUDE_DIRS
}
)
include_directories
(
${
mvbluefox3_INCLUDE_DIR
}
)
include_directories
(
${
mvIMPACT_INCLUDE_DIR
}
)
INCLUDE_DIRECTORIES
(
${
OpenCV_INCLUDE_DIRS
}
)
#
INCLUDE_DIRECTORIES(${OpenCV_INCLUDE_DIRS})
# include_directories(${<dependency>_INCLUDE_DIR})
## Declare a cpp library
...
...
@@ -100,7 +100,7 @@ add_executable(${PROJECT_NAME} src/mvbluefox3_camera_driver.cpp src/mvbluefox3_c
target_link_libraries
(
${
PROJECT_NAME
}
${
catkin_LIBRARIES
}
)
target_link_libraries
(
${
PROJECT_NAME
}
${
mvbluefox3_LIBRARY
}
)
target_link_libraries
(
${
PROJECT_NAME
}
${
mvIMPACT_LIBRARY
}
)
TARGET_LINK_LIBRARIES
(
${
PROJECT_NAME
}
${
OpenCV_LIBRARIES
}
)
#
TARGET_LINK_LIBRARIES(${PROJECT_NAME} ${OpenCV_LIBRARIES})
# TARGET_LINK_LIBRARIES(${PROJECT_NAME} ${OpenCV_LIBS})
# target_link_libraries(${PROJECT_NAME} ${<dependency>_LIBRARY})
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment