Skip to content

Commit 2558d06

Browse files
committed
remove unreleased dependencies
1 parent 01d0966 commit 2558d06

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

CMakeLists.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,18 @@ generate_rosjava_messages(
3030
tf2_msgs # geometry_experimental/tf2_msgs
3131
ar_track_alvar_msgs # sniekum/ar_track_alvar_msgs
3232
uuid_msgs # ros-geographic-info/unique_identifier
33-
yocs_msgs # yujinrobot/yocs_msgs
34-
concert_msgs # robotics-in-concert/rocon_msgs
35-
concert_service_msgs
36-
gateway_msgs
37-
rocon_app_manager_msgs
38-
rocon_device_msgs
39-
rocon_interaction_msgs
40-
rocon_service_pair_msgs
41-
rocon_std_msgs
42-
rocon_tutorial_msgs
33+
#yocs_msgs # not released in noetic
34+
#concert_msgs # not released in noetic
35+
#concert_service_msgs # not released in noetic
36+
#gateway_msgs # not released in noetic
37+
#rocon_app_manager_msgs # not released in noetic
38+
#rocon_device_msgs # not released in noetic
39+
#rocon_interaction_msgs # not released in noetic
40+
#rocon_service_pair_msgs # not released in noetic
41+
#rocon_std_msgs # not released in noetic
42+
#rocon_tutorial_msgs # not released in noetic
4343
#world_canvas_msgs # not released in melodic
44-
scheduler_msgs
44+
#scheduler_msgs # not released in noetic
4545
move_base_msgs # ros-planning/navigation
4646
map_store # ros-planning/map_store
4747

package.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@
3232
<build_depend>tf2_msgs</build_depend> # geometry_experimental/tf2_msgs
3333
<build_depend>ar_track_alvar_msgs</build_depend> # sniekum/ar_track_alvar_msgs
3434
<build_depend>uuid_msgs</build_depend> # ros-geographic-info/unique_identifier
35-
<build_depend>yocs_msgs</build_depend> # yujinrobot/yocs_msgs
36-
<build_depend>concert_msgs</build_depend> # robotics-in-concert/rocon_msgs
37-
<build_depend>concert_service_msgs</build_depend>
38-
<build_depend>gateway_msgs</build_depend>
39-
<build_depend>rocon_app_manager_msgs</build_depend>
40-
<build_depend>rocon_device_msgs</build_depend>
41-
<build_depend>rocon_interaction_msgs</build_depend>
42-
<build_depend>rocon_service_pair_msgs</build_depend>
43-
<build_depend>rocon_std_msgs</build_depend>
44-
<build_depend>rocon_tutorial_msgs</build_depend>
45-
<build_depend>scheduler_msgs</build_depend>
35+
<!--build_depend>yocs_msgs</build_depend--> # not released in noetic
36+
<!--build_depend>concert_msgs</build_depend--> # not released in noetic
37+
<!--build_depend>concert_service_msgs</build_depend--># not released in noetic
38+
<!--build_depend>gateway_msgs</build_depend--> # not released in noetic
39+
<!--build_depend>rocon_app_manager_msgs</build_depend--> # not released in noetic
40+
<!--build_depend>rocon_device_msgs</build_depend--> # not released in noetic
41+
<!--build_depend>rocon_interaction_msgs</build_depend--> # not released in noetic
42+
<!--build_depend>rocon_service_pair_msgs</build_depend--> # not released in noetic
43+
<!--build_depend>rocon_std_msgs</build_depend--> # not released in noetic
44+
<!--build_depend>rocon_tutorial_msgs</build_depend--> # not released in noetic
45+
<!--build_depend>scheduler_msgs</build_depend--> # not released in noetic
4646
<!--build_depend>world_canvas_msgs</build_depend--> # not released in melodic
4747
<!-- Disabled until it is released for kinetic
4848
<build_depend>map_store</build_depend> # ros-planning/map_store

0 commit comments

Comments
 (0)