Skip to content
Snippets Groups Projects
Commit b9857229 authored by Daniel Müller's avatar Daniel Müller
Browse files

Added dependency to actionlib_msgs for packages importing this package

parent 5c43828e
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,6 @@ project(homer_msgs) ...@@ -6,7 +6,6 @@ project(homer_msgs)
## is used, also find other catkin packages ## is used, also find other catkin packages
find_package(catkin REQUIRED COMPONENTS find_package(catkin REQUIRED COMPONENTS
roscpp roscpp
# rospy
message_generation message_generation
geometry_msgs geometry_msgs
sensor_msgs sensor_msgs
...@@ -103,10 +102,16 @@ generate_messages( ...@@ -103,10 +102,16 @@ generate_messages(
## CATKIN_DEPENDS: catkin_packages dependent projects also need ## CATKIN_DEPENDS: catkin_packages dependent projects also need
## DEPENDS: system dependencies of this project that dependent projects also need ## DEPENDS: system dependencies of this project that dependent projects also need
catkin_package( catkin_package(
INCLUDE_DIRS include INCLUDE_DIRS
# LIBRARIES homer_msgs include
CATKIN_DEPENDS message_runtime geometry_msgs sensor_msgs std_msgs #LIBRARIES homer_msgs
# DEPENDS system_lib CATKIN_DEPENDS
message_runtime
geometry_msgs
sensor_msgs
std_msgs
actionlib_msgs
#DEPENDS system_lib
) )
########### ###########
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment