Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mobile_robotics
wolf_projects
wolf_ros
wolf_ros_laser
Commits
052767e7
Commit
052767e7
authored
May 16, 2022
by
Mederic Fourmy
Browse files
[skip-ci] remove useless commands since laser_scan_utils dependencies are properly handled now
parent
9482b0a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
052767e7
...
...
@@ -23,7 +23,7 @@ find_package(wolflaser REQUIRED)
find_package
(
falkolib QUIET
)
find_package
(
PkgConfig
)
pkg_check_modules
(
csm QUIET csm
)
link_directories
(
${
csm_LIBRARY_DIRS
}
)
#
link_directories(${csm_LIBRARY_DIRS})
# produces the XXXConfig.cmake file among other things
catkin_package
(
...
...
@@ -41,8 +41,8 @@ include_directories(
)
# Bad -> should be removed eventually
INCLUDE_DIRECTORIES
(
"
${
falkolib_INCLUDE_DIRS
}
"
)
INCLUDE_DIRECTORIES
(
"
${
csm_INCLUDE_DIRS
}
"
)
#
INCLUDE_DIRECTORIES("${falkolib_INCLUDE_DIRS}")
#
INCLUDE_DIRECTORIES("${csm_INCLUDE_DIRS}")
add_library
(
publisher_
${
PROJECT_NAME
}
${
CMAKE_CURRENT_SOURCE_DIR
}
/src/publisher_laser_map.cpp
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment