1 #ifndef BEHAVIORMANAGER_H 2 #define BEHAVIORMANAGER_H 5 #include <yarp/os/all.h> 15 std::vector<Behavior*> behaviors;
17 std::string moduleName;
21 yarp::os::Port rpc_in_port;
46 bool respond(
const yarp::os::Bottle& cmd, yarp::os::Bottle& reply);
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...
bool configure(yarp::os::ResourceFinder &rf)