#include <yarp/os/Network.h>
#include <yarp/dev/ControlBoardInterfaces.h>
#include <yarp/dev/ControlBoardHelpers.h>
#include <yarp/sig/Vector.h>
#include <yarp/os/Time.h>
#include <yarp/dev/PolyDriver.h>
#include <yarp/dev/INavigation2D.h>
#include <mutex>
#include <string>
Go to the source code of this file.
Classes | |
class | Navigation2DClient |
navigation2DClient : A device which allows a client application to perform navigation tasks, such as commanding the robot to reach a specific location in a map. More... | |
Macros | |
#define | DEFAULT_THREAD_PERIOD 20 |
#define DEFAULT_THREAD_PERIOD 20 |
Definition at line 33 of file Navigation2DClient.h.