#include <yarp/os/Network.h>
#include <yarp/os/RFModule.h>
#include <yarp/os/Time.h>
#include <yarp/os/Port.h>
#include <yarp/os/BufferedPort.h>
#include <yarp/os/PeriodicThread.h>
#include <yarp/dev/PolyDriver.h>
#include <yarp/dev/WrapperSingle.h>
#include <yarp/dev/ControlBoardInterfaces.h>
#include <yarp/dev/INavigation2D.h>
#include "INavigation2DServerImpl.h"
#include <math.h>
#include "Navigation2D_nws_yarp_ParamsParser.h"
Go to the source code of this file.
Classes | |
class | Navigation2D_nws_yarp |
Macros | |
#define | DEFAULT_THREAD_PERIOD 0.02 |
#define | DEF_m_RPC 1 |
navigation2D_nws_yarp : A navigation server which can be wrap multiple algorithms and devices to perform a navigation task in a 2D World. | |
#define DEFAULT_THREAD_PERIOD 0.02 |
Definition at line 24 of file Navigation2D_nws_yarp.h.