From: Walter Fetter Lages Date: Thu, 10 Oct 2019 04:43:24 +0000 (-0300) Subject: Port to Melodic. X-Git-Url: http://git.ece.ufrgs.br/?a=commitdiff_plain;h=a63a795f82295fed59008c5d5e887ce1544a3aa1;p=gfxtablet_ros.git Port to Melodic. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 3718678..c7f6170 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,10 +31,10 @@ find_package(catkin REQUIRED COMPONENTS ## your messages/services/actions (e.g. std_msgs, actionlib_msgs, ...). ## * In the file package.xml: ## * add a build_depend tag for "message_generation" -## * add a build_depend and a run_depend tag for each package in MSG_DEP_SET +## * add a build_depend and a exec_depend tag for each package in MSG_DEP_SET ## * If MSG_DEP_SET isn't empty the following dependency has been pulled in ## but can be declared for certainty nonetheless: -## * add a run_depend tag for "message_runtime" +## * add a exec_depend tag for "message_runtime" ## * In this file (CMakeLists.txt): ## * add "message_generation" and every package in MSG_DEP_SET to ## find_package(catkin REQUIRED COMPONENTS ...) @@ -79,7 +79,7 @@ find_package(catkin REQUIRED COMPONENTS ## To declare and build dynamic reconfigure parameters within this ## package, follow these steps: ## * In the file package.xml: -## * add a build_depend and a run_depend tag for "dynamic_reconfigure" +## * add a build_depend and a exec_depend tag for "dynamic_reconfigure" ## * In this file (CMakeLists.txt): ## * add "dynamic_reconfigure" to ## find_package(catkin REQUIRED COMPONENTS ...) @@ -97,7 +97,7 @@ find_package(catkin REQUIRED COMPONENTS ################################### ## The catkin_package macro generates cmake config files for your package ## Declare things to be passed to dependent projects -## INCLUDE_DIRS: uncomment this if you package contains header files +## INCLUDE_DIRS: uncomment this if your package contains header files ## LIBRARIES: libraries you create in this project that dependent projects also need ## CATKIN_DEPENDS: catkin_packages dependent projects also need ## DEPENDS: system dependencies of this project that dependent projects also need @@ -115,7 +115,7 @@ catkin_package( ## Specify additional locations of header files ## Your package locations should be listed before other locations include_directories( - include + include ${catkin_INCLUDE_DIRS} ) @@ -164,11 +164,11 @@ target_link_libraries(gfxtablet_node # ) ## Mark executables and/or libraries for installation -#install(TARGETS ${PROJECT_NAME} gfxtablet_node +# install(TARGETS ${PROJECT_NAME} ${PROJECT_NAME}_node # ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION} # LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION} # RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION} -#) +# ) ## Mark cpp header files for installation # install(DIRECTORY include/${PROJECT_NAME}/ diff --git a/package.xml b/package.xml index 62d998a..5c6e60b 100644 --- a/package.xml +++ b/package.xml @@ -1,7 +1,7 @@ - + gfxtablet_ros - 0.0.0 + 2.0.0 The gfxtablet_ros package @@ -28,23 +28,33 @@ Walter Fetter Lages - - + + + + + + + + - - + + + + catkin roscpp sensor_msgs - roscpp - sensor_msgs + roscpp + sensor_msgs + roscpp + sensor_msgs