From c1dcfc6599594d33eb284e5b9a7cc7fee6ed9534 Mon Sep 17 00:00:00 2001 From: fmessmer Date: Tue, 9 Oct 2018 11:12:38 +0200 Subject: [PATCH 1/4] fix install tag --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a495bf14..9c569ece 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,5 +54,5 @@ catkin_package() # Installation ############################################################################## -install(DIRECTORY ${CATKIN_DEVEL_PREFIX}/${CATKIN_GLOBAL_MAVEN_DESTINATION}/org/ros/rosjava_messages/ +install(DIRECTORY ${ROS_MAVEN_DEPLOYMENT_REPOSITORY}/org/ros/rosjava_messages/ DESTINATION ${CATKIN_GLOBAL_MAVEN_DESTINATION}/org/ros/rosjava_messages) From b2da2fb4dba3280170b89063b73e00452889fcf4 Mon Sep 17 00:00:00 2001 From: fmessmer Date: Fri, 16 Aug 2019 10:32:01 +0200 Subject: [PATCH 2/4] remove unreleased dependencies --- CMakeLists.txt | 4 ++-- package.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9c569ece..9a93bc38 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ generate_rosjava_messages( std_msgs rosgraph_msgs # ros/ros_comm_msgs std_srvs - rosjava_test_msgs # rosjava/rosjava_test_msgs + rosjava_test_msgs # not released in melodic actionlib_msgs # ros/common_msgs common_msgs diagnostic_msgs @@ -40,7 +40,7 @@ generate_rosjava_messages( rocon_service_pair_msgs rocon_std_msgs rocon_tutorial_msgs - world_canvas_msgs + #world_canvas_msgs # not released in melodic scheduler_msgs move_base_msgs # ros-planning/navigation map_store # ros-planning/map_store diff --git a/package.xml b/package.xml index 62ce0a3f..a9cebf2a 100644 --- a/package.xml +++ b/package.xml @@ -19,7 +19,7 @@ std_msgs rosgraph_msgs # ros/ros_comm_msgs std_srvs - rosjava_test_msgs # rosjava/rosjava_test_msgs + rosjava_test_msgs # not released in melodic actionlib_msgs # ros/common_msgs diagnostic_msgs geometry_msgs @@ -43,7 +43,7 @@ rocon_std_msgs rocon_tutorial_msgs scheduler_msgs - world_canvas_msgs + # not released in melodic From 01d0966254d2394de291db5adb5fb2759fa95756 Mon Sep 17 00:00:00 2001 From: fmessmer Date: Mon, 30 Nov 2020 12:03:59 +0100 Subject: [PATCH 3/4] Bump CMake version to avoid CMP0048 warning --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9a93bc38..1da3d1ea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ # CMake ############################################################################## -cmake_minimum_required(VERSION 2.8.3) +cmake_minimum_required(VERSION 3.0.2) project(rosjava_messages) ############################################################################## From 00f71f955a51b085f7dfff3a275009dd7751d25d Mon Sep 17 00:00:00 2001 From: fmessmer Date: Mon, 30 Nov 2020 11:53:12 +0100 Subject: [PATCH 4/4] remove unreleased dependencies --- CMakeLists.txt | 24 ++++++++++++------------ package.xml | 24 ++++++++++++------------ 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1da3d1ea..0af91cb9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,20 +28,20 @@ generate_rosjava_messages( trajectory_msgs visualization_msgs tf2_msgs # geometry_experimental/tf2_msgs - ar_track_alvar_msgs # sniekum/ar_track_alvar_msgs + #ar_track_alvar_msgs # not released in noetic uuid_msgs # ros-geographic-info/unique_identifier - yocs_msgs # yujinrobot/yocs_msgs - concert_msgs # robotics-in-concert/rocon_msgs - concert_service_msgs - gateway_msgs - rocon_app_manager_msgs - rocon_device_msgs - rocon_interaction_msgs - rocon_service_pair_msgs - rocon_std_msgs - rocon_tutorial_msgs + #yocs_msgs # not released in noetic + #concert_msgs # not released in noetic + #concert_service_msgs # not released in noetic + #gateway_msgs # not released in noetic + #rocon_app_manager_msgs # not released in noetic + #rocon_device_msgs # not released in noetic + #rocon_interaction_msgs # not released in noetic + #rocon_service_pair_msgs # not released in noetic + #rocon_std_msgs # not released in noetic + #rocon_tutorial_msgs # not released in noetic #world_canvas_msgs # not released in melodic - scheduler_msgs + #scheduler_msgs # not released in noetic move_base_msgs # ros-planning/navigation map_store # ros-planning/map_store diff --git a/package.xml b/package.xml index a9cebf2a..49a517fd 100644 --- a/package.xml +++ b/package.xml @@ -30,19 +30,19 @@ trajectory_msgs visualization_msgs tf2_msgs # geometry_experimental/tf2_msgs - ar_track_alvar_msgs # sniekum/ar_track_alvar_msgs + # not released in noetic uuid_msgs # ros-geographic-info/unique_identifier - yocs_msgs # yujinrobot/yocs_msgs - concert_msgs # robotics-in-concert/rocon_msgs - concert_service_msgs - gateway_msgs - rocon_app_manager_msgs - rocon_device_msgs - rocon_interaction_msgs - rocon_service_pair_msgs - rocon_std_msgs - rocon_tutorial_msgs - scheduler_msgs + # not released in noetic + # not released in noetic + # not released in noetic + # not released in noetic + # not released in noetic + # not released in noetic + # not released in noetic + # not released in noetic + # not released in noetic + # not released in noetic + # not released in noetic # not released in melodic