1 #ifndef _RAPID_FETCH_FETCH_H_
2 #define _RAPID_FETCH_FETCH_H_
6 #include "sound_play/sound_play.h"
17 void Say(
const std::string& text,
18 const std::string& voice =
"voice_kal_diphone");
23 sound_play::SoundClient* sound_client_;
30 #endif // _RAPID_FETCH_FETCH_H_
void Say(const std::string &text, const std::string &voice="voice_kal_diphone")
Fetch(Gripper *gripper, sound_play::SoundClient *sound_client)