1 #ifndef RECOGNITIONORDER_H 2 #define RECOGNITIONORDER_H 5 #include <yarp/os/all.h> 15 yarp::os::Port port_to_homeo;
16 std::string port_to_homeo_name;
17 std::string homeoPort;
20 void run(
const yarp::os::Bottle &
args);
22 port_to_homeo.interrupt();
23 port_to_homeo.close();
icubclient::ICubClient * iCub
Grants access to high level motor commands (grasp, touch, look, goto, etc) of the robot as well as it...
void run(const yarp::os::Bottle &args)
RecognitionOrder(yarp::os::Mutex *mut, yarp::os::ResourceFinder &rf, icubclient::ICubClient *iCub, std::string behaviorName)
yarp::os::ResourceFinder & rf