iCub Agent-Space
|
#include <agents.h>
Public Member Functions | |
VelocityMotorAgent (string velocityBlock) | |
Protected Member Functions | |
void | init (string args) |
Called by constructor of Agent class. Reads configuration block and sets variables. | |
void | sense_select_act (int pid) |
Reads the data from block and sends it to actuators of iCub. | |
This class represent agent that controls the actuator subsystem of iCub motor interface with velocity control
VelocityMotorAgent::VelocityMotorAgent | ( | string | velocityBlock | ) |
Constructor of Agent
velocityBlock | name of configuration block |