#include <vector>
#include <iostream>
#include <string>
#include <sstream>
#include <mutex>
#include <yarp/os/Network.h>
#include <yarp/os/Port.h>
#include <yarp/os/Bottle.h>
#include <yarp/os/Time.h>
#include <yarp/os/Property.h>
#include <yarp/os/PeriodicThread.h>
#include <yarp/os/BufferedPort.h>
#include <yarp/os/RpcServer.h>
#include <yarp/sig/Vector.h>
#include <yarp/dev/IMap2D.h>
#include <yarp/dev/MapGrid2D.h>
#include <yarp/dev/Map2DLocation.h>
#include <yarp/dev/Map2DArea.h>
#include <yarp/dev/Map2DPath.h>
#include <yarp/dev/WrapperSingle.h>
#include <yarp/os/ResourceFinder.h>
#include <yarp/dev/PolyDriver.h>
#include <yarp/dev/DeviceDriver.h>
#include <yarp/dev/api.h>
#include "Map2DServerImpl.h"
#include "Map2D_nws_yarp_ParamsParser.h"
Go to the source code of this file.
Classes | |
class | Map2D_nws_yarp |
map2D_nws_yarp : A device capable of read/save collections of maps from disk, and make them accessible to any Map2DClient device. More... | |