Skip to content

Commit

Permalink
Merge pull request #2861 from ros-o/obese-devel
Browse files Browse the repository at this point in the history
fix for ROS-O
  • Loading branch information
k-okada authored Jan 7, 2025
2 parents 9ed2f48 + 7816812 commit 77ef079
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion sound_classification/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ find_package(catkin REQUIRED
catkin_virtualenv
message_generation
std_msgs
roslaunch
)
if (${catkin_virtualenv_VERSION} VERSION_LESS "0.3.0")
message(STATUS "sound_classification requires catkin_virtualenv >= 0.3.0")
Expand Down
1 change: 1 addition & 0 deletions sound_classification/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

<build_depend>catkin_virtualenv</build_depend>
<build_depend>message_generation</build_depend>
<build_depend>std_msgs</build_depend>

<exec_depend>audio_capture</exec_depend>
<exec_depend>audio_to_spectrogram</exec_depend>
Expand Down

0 comments on commit 77ef079

Please sign in to comment.