Skip to content
This repository has been archived by the owner on Jan 14, 2023. It is now read-only.

fix install tag #30

Open
wants to merge 6 commits into
base: kinetic
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# CMake
##############################################################################

cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.0.2)
project(rosjava_messages)

##############################################################################
Expand All @@ -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
Expand All @@ -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
world_canvas_msgs
scheduler_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 # not released in noetic
move_base_msgs # ros-planning/navigation
map_store # ros-planning/map_store

Expand All @@ -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)
28 changes: 14 additions & 14 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<build_depend>std_msgs</build_depend>
<build_depend>rosgraph_msgs</build_depend> # ros/ros_comm_msgs
<build_depend>std_srvs</build_depend>
<build_depend>rosjava_test_msgs</build_depend> # rosjava/rosjava_test_msgs
<build_depend>rosjava_test_msgs</build_depend> # not released in melodic
<build_depend>actionlib_msgs</build_depend> # ros/common_msgs
<build_depend>diagnostic_msgs</build_depend>
<build_depend>geometry_msgs</build_depend>
Expand All @@ -30,20 +30,20 @@
<build_depend>trajectory_msgs</build_depend>
<build_depend>visualization_msgs</build_depend>
<build_depend>tf2_msgs</build_depend> # geometry_experimental/tf2_msgs
<build_depend>ar_track_alvar_msgs</build_depend> # sniekum/ar_track_alvar_msgs
<!--build_depend>ar_track_alvar_msgs</build_depend--> # not released in noetic
<build_depend>uuid_msgs</build_depend> # ros-geographic-info/unique_identifier
<build_depend>yocs_msgs</build_depend> # yujinrobot/yocs_msgs
<build_depend>concert_msgs</build_depend> # robotics-in-concert/rocon_msgs
<build_depend>concert_service_msgs</build_depend>
<build_depend>gateway_msgs</build_depend>
<build_depend>rocon_app_manager_msgs</build_depend>
<build_depend>rocon_device_msgs</build_depend>
<build_depend>rocon_interaction_msgs</build_depend>
<build_depend>rocon_service_pair_msgs</build_depend>
<build_depend>rocon_std_msgs</build_depend>
<build_depend>rocon_tutorial_msgs</build_depend>
<build_depend>scheduler_msgs</build_depend>
<build_depend>world_canvas_msgs</build_depend>
<!--build_depend>yocs_msgs</build_depend--> # not released in noetic
<!--build_depend>concert_msgs</build_depend--> # not released in noetic
<!--build_depend>concert_service_msgs</build_depend--># not released in noetic
<!--build_depend>gateway_msgs</build_depend--> # not released in noetic
<!--build_depend>rocon_app_manager_msgs</build_depend--> # not released in noetic
<!--build_depend>rocon_device_msgs</build_depend--> # not released in noetic
<!--build_depend>rocon_interaction_msgs</build_depend--> # not released in noetic
<!--build_depend>rocon_service_pair_msgs</build_depend--> # not released in noetic
<!--build_depend>rocon_std_msgs</build_depend--> # not released in noetic
<!--build_depend>rocon_tutorial_msgs</build_depend--> # not released in noetic
<!--build_depend>scheduler_msgs</build_depend--> # not released in noetic
<!--build_depend>world_canvas_msgs</build_depend--> # not released in melodic
<!-- Disabled until it is released for kinetic
<build_depend>map_store</build_depend> # ros-planning/map_store
-->
Expand Down