introlab / odas_ros

ODAS ROS package
GNU General Public License v3.0
36 stars 22 forks source link

odas_ros and audio_utils output #32

Open rcodddow opened 6 months ago

rcodddow commented 6 months ago

I have setup odas_ros using and the sound source localization from the topic /odas/ssl seems to be correct. Is there anyway to configure odas_ros to output [audio_utils/AudioFrame] messages from one or more of the input channels ? I would like to run sound classification alongside the sound source location from odas_ros.

philippewarren commented 1 month ago

You can run a audio_utils capture_node to capture the sound input, then send it both to ODAS and your sound classification setup using the capture_node output topic. The odas_ros input topic called raw is where you would send that raw input.

There is a similar setup in the T-Top robot repo: