Skip to content
Snippets Groups Projects
Commit 72808899 authored by Andrew Glusiec's avatar Andrew Glusiec Committed by ipa-fxm
Browse files

update ur_driver CMakeList

parent ba8e2270
Branches
Tags
No related merge requests found
...@@ -4,7 +4,7 @@ project(ur_driver) ...@@ -4,7 +4,7 @@ project(ur_driver)
## Find catkin macros and libraries ## Find catkin macros and libraries
## 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) find_package(catkin REQUIRED roscpp rospy std_msgs message_generation)
## System dependencies are found with CMake's conventions ## System dependencies are found with CMake's conventions
# find_package(Boost REQUIRED COMPONENTS system) # find_package(Boost REQUIRED COMPONENTS system)
...@@ -22,21 +22,24 @@ catkin_python_setup() ...@@ -22,21 +22,24 @@ catkin_python_setup()
## Generate messages in the 'msg' folder ## Generate messages in the 'msg' folder
# add_message_files( # add_message_files(
# FILES # FILES
# Message1.msg # Analog.msg
# Message2.msg # Digital.msg
# IOStates.msg
# ) # )
## Generate services in the 'srv' folder ## Generate services in the 'srv' folder
# add_service_files( # add_service_files(
# FILES # FILES
# Service1.srv # SetIO.srv
# Service2.srv # Service2.srv
# ) # )
## 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
# control_msgs# sensor_msgs #control_msgs
#sensor_msgs
# 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