Skip to content

Commit d111699

Browse files
committed
remove unreleased dependencies
1 parent 8cea4e3 commit d111699

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ generate_rosjava_messages(
4141
rocon_std_msgs
4242
rocon_tutorial_msgs
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<build_depend>rocon_service_pair_msgs</build_depend>
4343
<build_depend>rocon_std_msgs</build_depend>
4444
<build_depend>rocon_tutorial_msgs</build_depend>
45-
<build_depend>scheduler_msgs</build_depend>
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)