#include <iostream>
#include <fstream>
#include <iomanip>
#include <string>
#include <deque>
#include <yarp/os/Network.h>
#include <yarp/os/RFModule.h>
#include <yarp/os/Bottle.h>
#include <yarp/os/BufferedPort.h>
#include <yarp/sig/Vector.h>
#include <yarp/math/Math.h>
#include <yarp/dev/Drivers.h>
#include <iCub/perception/models.h>
#include <iCub/action/actionPrimitives.h>
Go to the source code of this file.
|
int | main (int argc, char *argv[]) |
|
◆ AFFACTIONPRIMITIVESLAYER
◆ USE_LEFT
◆ USE_RIGHT
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |