4 #include <yarp/os/RFModule.h> 5 #include <yarp/os/Port.h> 14 class ears :
public yarp::os::RFModule {
26 bool configure(yarp::os::ResourceFinder &
rf);
28 bool interruptModule();
40 bool respond(
const yarp::os::Bottle& cmd, yarp::os::Bottle& reply);
Grants access to high level motor commands (grasp, touch, look, goto, etc) of the robot as well as it...
yarp::os::Port portToBehavior
Port to behaviorManager.
yarp::os::Port portToSpeechRecognizer
Port to speechRecognizer.
bool bShouldListen
Whether ears should listen to speechRecognizer.
yarp::os::Mutex m
Mutex indicating whether ears is listening to speechRecognizer.
yarp::os::Port rpc
Response port.
std::string MainGrammar
Name of grammar to be loaded.
icubclient::ICubClient * iCub