Communication node to the Rovio's audio devices. More...
Go to the source code of this file.
Classes | |
class | audio_controller |
Provides direct communication to the Rovio's audio devices. More... | |
Functions | |
int | main (int argc, char **argv) |
Communication node to the Rovio's audio devices.
rovio_audio creates a ROS node that listens for the name of a .wav file as a string. The file is then streamed and played on the Rovio's speaker.
Definition in file rovio_audio.h.
int main | ( | int | argc, |
char ** | argv | ||
) |
Creates and runs the rovio_audio node.
argc | argument count that is passed to ros::init |
argv | arguments that are passed to ros::init |
Definition at line 118 of file rovio_audio.cpp.