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)
## 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)
find_package(catkin REQUIRED roscpp rospy std_msgs message_generation)
## System dependencies are found with CMake's conventions
# find_package(Boost REQUIRED COMPONENTS system)
......@@ -22,21 +22,24 @@ catkin_python_setup()
## Generate messages in the 'msg' folder
# add_message_files(
# FILES
# Message1.msg
# Message2.msg
# Analog.msg
# Digital.msg
# IOStates.msg
# )
## Generate services in the 'srv' folder
# add_service_files(
# FILES
# Service1.srv
# SetIO.srv
# Service2.srv
# )
## Generate added messages and services with any dependencies listed here
# generate_messages(
# 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