#include <fstream>
#include <cstdlib>
#include <sstream>
#include <string>
#include <boost/filesystem.hpp>
#include <boost/thread.hpp>
#include <ros/ros.h>
#include <dynamic_reconfigure/server.h>
#include <voice_text/VoiceTextConfig.h>
#include <voice_text/TextToSpeech.h>
#include "/usr/vt/sayaka/M16/inc/vt_jpn.h"
Go to the source code of this file.
Classes | |
class | VoiceText |
Functions | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 135 of file voice_text.cpp.