Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wolf_ros_laser
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_laser
Commits
1d723f29
Commit
1d723f29
authored
4 years ago
by
Joaquim Casals Buñuel
Browse files
Options
Downloads
Patches
Plain Diff
Adapt to rename wolf -> wolfcore
parent
ed9dee9a
No related branches found
No related tags found
2 merge requests
!4
new release
,
!3
New release
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+4
-4
4 additions, 4 deletions
CMakeLists.txt
with
4 additions
and
4 deletions
CMakeLists.txt
+
4
−
4
View file @
1d723f29
...
...
@@ -23,7 +23,7 @@ find_package(catkin REQUIRED COMPONENTS
# find_package(Boost REQUIRED COMPONENTS system)
# find_package(Ceres REQUIRED)
# find_package(Eigen3 REQUIRED)
find_package
(
wolf REQUIRED
)
find_package
(
wolf
core
REQUIRED
)
find_package
(
wolflaser REQUIRED
)
## Uncomment this if the package has a setup.py. This macro ensures
...
...
@@ -126,7 +126,7 @@ catkin_package(
include_directories
(
include
${
EIGEN_INCLUDE_DIRS
}
${
wolf_INCLUDE_DIRS
}
${
wolf
core
_INCLUDE_DIRS
}
${
wolflaser_INCLUDE_DIRS
}
${
laser_scan_utils_INCLUDE_DIRS
}
${
catkin_INCLUDE_DIRS
}
...
...
@@ -164,12 +164,12 @@ add_library(publisher_${PROJECT_NAME} src/publisher_pointcloud.cpp)
## Specify libraries to link a library or executable target against
target_link_libraries
(
subscriber_
${
PROJECT_NAME
}
${
wolf_LIBRARIES
}
${
wolf
core
_LIBRARIES
}
${
wolflaser_LIBRARIES
}
)
Message
(
"wolfroslibraries:
${
wolf_ros_LIBRARIES
}
"
)
target_link_libraries
(
publisher_
${
PROJECT_NAME
}
${
wolf_LIBRARIES
}
${
wolf
core
_LIBRARIES
}
${
wolflaser_LIBRARIES
}
${
catkin_LIBRARIES
}
)
...
...
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