Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 359 Bytes

File metadata and controls

17 lines (12 loc) · 359 Bytes

How to record audio to ROS Bag

Launch these commands in parallel:

ros2 launch bitbots_bringup audio.launch
ros2 bag record /audio/audio /audio/audio_info

How to play audio from ROS Bag

Launch these commands in parallel:

ros2 bag play <bagfile> --loop
ros2 launch audio_play play.launch.xml format:=wave sample_rate:=10000