Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wolf_ros_node
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
mobile_robotics
wolf_projects
wolf_ros
wolf_ros_node
Commits
e7aff546
Commit
e7aff546
authored
5 years ago
by
Joaquim Casals Buñuel
Browse files
Options
Downloads
Patches
Plain Diff
Adapt to rename wolf -> wolfcore
parent
91973948
No related branches found
No related tags found
2 merge requests
!11
new release
,
!10
new release
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 @
e7aff546
...
@@ -23,7 +23,7 @@ find_package(catkin REQUIRED COMPONENTS
...
@@ -23,7 +23,7 @@ find_package(catkin REQUIRED COMPONENTS
# find_package(Boost REQUIRED COMPONENTS system)
# find_package(Boost REQUIRED COMPONENTS system)
# find_package(Ceres REQUIRED)
# find_package(Ceres REQUIRED)
# find_package(Eigen3 REQUIRED)
# find_package(Eigen3 REQUIRED)
find_package
(
wolf REQUIRED
)
find_package
(
wolf
core
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
## modules and global scripts declared therein get installed
## modules and global scripts declared therein get installed
...
@@ -122,11 +122,11 @@ INCLUDE_DIRS include
...
@@ -122,11 +122,11 @@ INCLUDE_DIRS include
## Specify additional locations of header files
## Specify additional locations of header files
## Your package locations should be listed before other locations
## Your package locations should be listed before other locations
message
(
"Wolf include path:
${
wolf_INCLUDE_DIR
}
"
)
message
(
"Wolf include path:
${
wolf_INCLUDE_DIR
S
}
"
)
include_directories
(
include_directories
(
include
include
${
EIGEN_INCLUDE_DIRS
}
${
EIGEN_INCLUDE_DIRS
}
${
wolf_INCLUDE_DIRS
}
${
wolf
core
_INCLUDE_DIRS
}
${
catkin_INCLUDE_DIRS
}
${
catkin_INCLUDE_DIRS
}
${
CERES_INCLUDE_DIRS
}
${
CERES_INCLUDE_DIRS
}
)
)
...
@@ -171,7 +171,7 @@ add_dependencies(visualizer ${PROJECT_NAME}_gencfg)
...
@@ -171,7 +171,7 @@ add_dependencies(visualizer ${PROJECT_NAME}_gencfg)
target_link_libraries
(
subscriber_
${
PROJECT_NAME
}
target_link_libraries
(
subscriber_
${
PROJECT_NAME
}
${
catkin_LIBRARIES
}
${
catkin_LIBRARIES
}
${
CERES_LIBRARIES
}
${
CERES_LIBRARIES
}
${
wolf_LIBRARIES
}
${
wolf
core
_LIBRARIES
}
yaml-cpp
yaml-cpp
dl
dl
)
)
...
@@ -179,7 +179,7 @@ target_link_libraries(subscriber_${PROJECT_NAME}
...
@@ -179,7 +179,7 @@ target_link_libraries(subscriber_${PROJECT_NAME}
target_link_libraries
(
publisher_
${
PROJECT_NAME
}
target_link_libraries
(
publisher_
${
PROJECT_NAME
}
${
catkin_LIBRARIES
}
${
catkin_LIBRARIES
}
${
CERES_LIBRARIES
}
${
CERES_LIBRARIES
}
${
wolf_LIBRARIES
}
${
wolf
core
_LIBRARIES
}
yaml-cpp
yaml-cpp
dl
dl
)
)
...
@@ -188,7 +188,7 @@ target_link_libraries(${PROJECT_NAME}
...
@@ -188,7 +188,7 @@ target_link_libraries(${PROJECT_NAME}
visualizer
visualizer
${
catkin_LIBRARIES
}
${
catkin_LIBRARIES
}
${
CERES_LIBRARIES
}
${
CERES_LIBRARIES
}
${
wolf_LIBRARIES
}
${
wolf
core
_LIBRARIES
}
yaml-cpp
yaml-cpp
dl
dl
)
)
...
...
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