iCub-main
|
#include <string>
#include <cstdio>
#include <cmath>
#include <yarp/os/Network.h>
#include <yarp/os/Value.h>
#include <yarp/os/Property.h>
#include <yarp/os/RFModule.h>
#include <yarp/dev/PolyDriver.h>
#include <yarp/dev/ControlBoardInterfaces.h>
#include <iCub/perception/springyFingers.h>
#include <iCub/perception/tactileFingers.h>
Go to the source code of this file.
Classes | |
class | ExampleModule |
Functions | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 250 of file tutorial_perceptiveModels.cpp.