Skip to content
Snippets Groups Projects
Commit e7aff546 authored by Joaquim Casals Buñuel's avatar Joaquim Casals Buñuel
Browse files

Adapt to rename wolf -> wolfcore

parent 91973948
No related branches found
No related tags found
2 merge requests!11new release,!10new release
...@@ -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(wolfcore 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_DIRS}")
include_directories( include_directories(
include include
${EIGEN_INCLUDE_DIRS} ${EIGEN_INCLUDE_DIRS}
${wolf_INCLUDE_DIRS} ${wolfcore_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} ${wolfcore_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} ${wolfcore_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} ${wolfcore_LIBRARIES}
yaml-cpp yaml-cpp
dl dl
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment