Skip to content

Commit 17987fa

Browse files
author
Raphael Dürscheid
committed
Add all message dependencies of dialogue_java
1 parent a34b544 commit 17987fa

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

CMakeLists.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ generate_rosjava_messages(
4747
audio_common_msgs
4848
sound_play
4949
roscpp # !!!!!!! REMOVE THIS ONCE https://github.com/ros-planning/navigation/pull/312 is fixed! !!!!!!!!
50+
face_detection_msgs
51+
face_detection_srvs
52+
speech_synthesis_srvs
53+
speech_recognition_msgs
54+
rest_srvs
55+
skill_srvs
56+
hermes_srvs
5057
)
5158

5259
catkin_package()

package.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@
4343
<build_depend>rocon_std_msgs</build_depend>
4444
<build_depend>rocon_tutorial_msgs</build_depend>
4545
<build_depend>scheduler_msgs</build_depend>
46+
<build_depend>face_detection_msgs</build_depend>
47+
<build_depend>face_detection_srvs</build_depend>
48+
<build_depend>speech_synthesis_srvs</build_depend>
49+
<build_depend>speech_recognition_msgs</build_depend>
50+
<build_depend>rest_srvs</build_depend>
51+
<build_depend>skill_srvs</build_depend>
52+
<build_depend>hermes_srvs</build_depend>
4653
<build_depend>audio_common_msgs</build_depend>
4754
<build_depend>sound_play</build_depend>
4855
<build_depend>world_canvas_msgs</build_depend>

0 commit comments

Comments
 (0)