iCub Agent-Space
|
#include <agents.h>
Public Member Functions | |
TouchSensorAgent (string sensorBlock) | |
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 iCub and writes them to block in Space. | |
This class represent agent that gets data touch/pressure sensors of iCub
TouchSensorAgent::TouchSensorAgent | ( | string | sensorBlock | ) |
Constructor of Agent
sensorBlock | name of configuration block |