Skip to content
Snippets Groups Projects
Commit da543332 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

trying to fix message generation bug

parent ce19d6a5
No related branches found
No related tags found
1 merge request!16Devel
......@@ -41,6 +41,7 @@ generate_messages(
# produces the XXXConfig.cmake file among other things
catkin_package(
INCLUDE_DIRS include
CATKIN_DEPENDS message_runtime std_msgs geometry_msgs
)
###########
......@@ -62,6 +63,9 @@ add_library(subscriber_${PROJECT_NAME}
src/subscriber_odom2d.cpp
src/subscriber_pose.cpp)
# messages generated are a dependency of subscriber_landmarks
add_dependencies(subscriber_${PROJECT_NAME} ${${PROJECT_NAME}_EXPORTED_TARGETS})
add_library(publisher_${PROJECT_NAME}
src/publisher_graph.cpp
src/publisher_pose.cpp
......
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