9 #ifndef YARP_DEV_MAPGRID2DINFO_H
10 #define YARP_DEV_MAPGRID2DINFO_H
43 inline double get_x()
const {
return x; }
44 inline double get_y()
const {
return y; }
46 void setOrigin(
double x_init,
double y_init,
double t_init);
49 inline double get_ca()
const {
return ca; }
50 inline double get_sa()
const {
return sa; }
80 bool isInsideMap(
XYCell cell)
const;
87 bool isInsideMap(
XYWorld world)
const;
contains the definition of a Map2DLocation type
contains definitions for common types used in navigation interfaces
MapGrid2DOrigin m_origin
pose of the map frame w.r.t. the bottom left corner of the map image
double m_resolution
meters/pixel
The main, catch-all namespace for YARP.
#define YARP_SUPPRESS_DLL_INTERFACE_WARNING_ARG(x)
Suppress MSVC C4251 warning for the declaration.