The thread class for the controller server. More...
#include <yarpWholeBodyInterface/yarpWholeBodyInterface.h>
#include <wbi/wbi.h>
#include <ocra-icub-server/IcubControllerServer.h>
#include <ocra-icub/Utilities.h>
#include <ocra/util/ErrorsHelper.h>
#include <yarp/os/Bottle.h>
#include <yarp/os/RpcServer.h>
#include <yarp/os/ConnectionReader.h>
#include <yarp/os/Time.h>
#include <sstream>
#include <string>
#include <iDynTree/Estimation/SimpleLeggedOdometry.h>
Go to the source code of this file.
Classes | |
class | OcraControllerOptions |
class | Thread |
The meat and potatoes of the controller server. More... | |
class | Thread::ControllerRpcServerCallback |
A callback function which binds the rpc server port opened in the contoller server module to the controller thread's parsing function. More... | |
class | Thread::DebugRpcServerCallback |
A callback function which binds the rpc server port opened in the contoller server module to the controller thread's parsing function. More... |
The thread class for the controller server.