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

Commit 5ae5c4f

Browse files
committed
workaround for move_base_msgs till roscpp is removed.
1 parent ce8ec70 commit 5ae5c4f

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ generate_rosjava_messages(
4141
rocon_std_msgs
4242
rocon_tutorial_msgs
4343
scheduler_msgs
44+
move_base_msgs # ros-planning/navigation
45+
map_store # ros-planning/map_store
46+
47+
roscpp # !!!!!!! REMOVE THIS ONCE https://github.com/ros-planning/navigation/pull/312 is fixed! !!!!!!!!
4448
)
4549

4650
catkin_package()

package.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@
4646
<build_depend>map_store</build_depend> # ros-planning/map_store
4747
<build_depend>move_base_msgs</build_depend> # ros-planning/navigation
4848

49+
<!-- Temporary requirement so move_base_msgs compiles - remove once
50+
https://github.com/ros-planning/navigation/pull/312 is fixed and released.
51+
-->
52+
<build_depend>roscpp</build_depend> # ros-planning/navigation
53+
4954
<run_depend>rosjava_build_tools</run_depend>
5055
<run_depend>genjava</run_depend>
5156
</package>

0 commit comments

Comments
 (0)