From 16694f6e92f668eace4e6f7f6d9ece759a76b60f Mon Sep 17 00:00:00 2001 From: Walter Fetter Lages Date: Fri, 10 May 2019 03:18:04 -0300 Subject: [PATCH] Port to Melodic. --- CMakeLists.txt | 11 +++++------ package.xml | 31 ++++++++++++++++++++++--------- 2 files changed, 27 insertions(+), 15 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fa7dcf8..4c6f797 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,10 +34,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 ...) @@ -75,8 +75,7 @@ add_message_files( generate_messages( DEPENDENCIES geometry_msgs -# std_msgs -# trajectory_msgs +# std_msgs# trajectory_msgs ) ################################################ @@ -86,7 +85,7 @@ generate_messages( ## 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 ...) @@ -104,7 +103,7 @@ generate_messages( ################################### ## 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 diff --git a/package.xml b/package.xml index e259e12..8166582 100644 --- a/package.xml +++ b/package.xml @@ -1,7 +1,7 @@ - + linearizing_controllers_msgs - 0.0.0 + 0.0.1 The linearizing_controllers_msgs package @@ -28,26 +28,39 @@ Walter Fetter Lages - + + + + + + + + + - - + + + + catkin geometry_msgs message_generation std_msgs trajectory_msgs - geometry_msgs - message_runtime - std_msgs - trajectory_msgs + geometry_msgs + std_msgs + trajectory_msgs + geometry_msgs + message_runtime + std_msgs + trajectory_msgs -- 2.12.0