Skip to content
Snippets Groups Projects
Commit 717a345f authored by ipa-fxm's avatar ipa-fxm
Browse files

catkin_lint

parent 93fa8d5b
Branches
Tags
No related merge requests found
......@@ -4,7 +4,7 @@ project(ur_driver)
## Find catkin macros and libraries
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
## is used, also find other catkin packages
find_package(catkin REQUIRED dynamic_reconfigure)
find_package(catkin REQUIRED COMPONENTS dynamic_reconfigure)
catkin_python_setup()
......@@ -16,7 +16,9 @@ generate_dynamic_reconfigure_options(
###################################
## catkin specific configuration ##
###################################
catkin_package()
catkin_package(
CATKIN_DEPENDS dynamic_reconfigure
)
#############
## Install ##
......
......@@ -8,25 +8,25 @@ find_package(catkin REQUIRED COMPONENTS message_generation std_msgs)
## Generate messages in the 'msg' folder
add_message_files(
add_message_files(
FILES
Analog.msg
Digital.msg
IOStates.msg
RobotStateRTMsg.msg
MasterboardDataMsg.msg
)
)
## Generate services in the 'srv' folder
add_service_files(
add_service_files(
FILES
SetPayload.srv
SetIO.srv
)
)
## Generate added messages and services with any dependencies listed here
generate_messages(
generate_messages(
DEPENDENCIES
std_msgs
)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment