|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
9 #ifndef YARP_DEV_MAP2DAREA_H
10 #define YARP_DEV_MAP2DAREA_H
47 Map2DArea(
const std::string& map_name,
const std::vector<yarp::dev::Nav2D::Map2DLocation> area_points);
64 bool operator!=(
const Map2DArea& r)
const;
70 bool operator==(
const Map2DArea& r)
const;
114 std::vector<yarp::math::Vec2D<double>>
points;
133 #endif // YARP_DEV_MAP2DAREA_H
This is a base class for objects that can be both read from and be written to the YARP network.
bool read(ImageOf< PixelRgb > &dest, const std::string &src, image_fileformat format=FORMAT_ANY)
bool isValid()
Check if time is valid (non-zero).
An interface for writing to a network connection.
std::vector< yarp::math::Vec2D< double > > points
contains the definition of a Map2DLocation type
An interface for reading from a network connection.
std::string toString(const T &value)
convert an arbitrary type to string.
The main, catch-all namespace for YARP.
bool write(const ImageOf< PixelRgb > &src, const std::string &dest, image_fileformat format=FORMAT_PPM)