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

Add audio_common_msgs and sound_play #26

Open
wants to merge 6 commits into
base: indigo
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
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ generate_rosjava_messages(
scheduler_msgs
move_base_msgs # ros-planning/navigation
map_store # ros-planning/map_store

audio_common_msgs
sound_play
roscpp # !!!!!!! REMOVE THIS ONCE https://github.com/ros-planning/navigation/pull/312 is fixed! !!!!!!!!
)

Expand Down
2 changes: 2 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
<build_depend>rocon_std_msgs</build_depend>
<build_depend>rocon_tutorial_msgs</build_depend>
<build_depend>scheduler_msgs</build_depend>
<build_depend>audio_common_msgs</build_depend>
<build_depend>sound_play</build_depend>
<build_depend>world_canvas_msgs</build_depend>
<build_depend>map_store</build_depend> # ros-planning/map_store
<build_depend>move_base_msgs</build_depend> # ros-planning/navigation
Expand Down