Skip to content
Snippets Groups Projects
Commit b81774b6 authored by Tommy Persson's avatar Tommy Persson
Browse files

Moved DelInfo.msg

parent a38da801
Branches master
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ project(lrs_msgs_del) ...@@ -5,6 +5,7 @@ project(lrs_msgs_del)
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz) ## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
## is used, also find other catkin packages ## is used, also find other catkin packages
find_package(catkin REQUIRED COMPONENTS find_package(catkin REQUIRED COMPONENTS
message_generation
lrs_msgs_tst lrs_msgs_tst
roscpp roscpp
rospy rospy
...@@ -44,11 +45,11 @@ find_package(catkin REQUIRED COMPONENTS ...@@ -44,11 +45,11 @@ find_package(catkin REQUIRED COMPONENTS
## * add every package in MSG_DEP_SET to generate_messages(DEPENDENCIES ...) ## * add every package in MSG_DEP_SET to generate_messages(DEPENDENCIES ...)
## Generate messages in the 'msg' folder ## Generate messages in the 'msg' folder
# add_message_files( add_message_files(
# FILES DIRECTORY msg
# Message1.msg FILES
# Message2.msg DelInfo.msg
# ) )
## Generate services in the 'srv' folder ## Generate services in the 'srv' folder
# add_service_files( # add_service_files(
...@@ -65,10 +66,10 @@ find_package(catkin REQUIRED COMPONENTS ...@@ -65,10 +66,10 @@ find_package(catkin REQUIRED COMPONENTS
# ) # )
## Generate added messages and services with any dependencies listed here ## Generate added messages and services with any dependencies listed here
# generate_messages( generate_messages(
# DEPENDENCIES DEPENDENCIES
# std_msgs # Or other packages containing msgs lrs_msgs_tst # Or other packages containing msgs
# ) )
################################### ###################################
## catkin specific configuration ## ## catkin specific configuration ##
......
...@@ -43,9 +43,11 @@ ...@@ -43,9 +43,11 @@
<build_depend>lrs_msgs_tst</build_depend> <build_depend>lrs_msgs_tst</build_depend>
<build_depend>roscpp</build_depend> <build_depend>roscpp</build_depend>
<build_depend>rospy</build_depend> <build_depend>rospy</build_depend>
<build_depend>message_generation</build_depend>
<run_depend>lrs_msgs_tst</run_depend> <run_depend>lrs_msgs_tst</run_depend>
<run_depend>roscpp</run_depend> <run_depend>roscpp</run_depend>
<run_depend>rospy</run_depend> <run_depend>rospy</run_depend>
<run_depend>message_runtime</run_depend>
<!-- The export tag contains other, unspecified, tags --> <!-- The export tag contains other, unspecified, tags -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment